@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@font-face {
  font-family: 'BrandonText-Bold';

  src: url('/fonts/BrandonText-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'BrandonText-Black';

  src: url('/fonts/BrandonText-Black.otf') format('opentype');
}

@font-face {
  font-family: 'BrandonText-Medium';

  src: url('/fonts/BrandonText-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'BrandonText-Regular';

  src: url('/fonts/BrandonText-Regular.otf') format('opentype');
}

/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

/**
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.
*/

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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;
}

*, ::before, ::after{
  border-color: currentColor;
}

.visible{
  visibility: visible !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

.inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.top-24px{
  top: 24px !important;
}

.top-32px{
  top: 32px !important;
}

.right-12px{
  right: 12px !important;
}

.left-12px{
  left: 12px !important;
}

.left-24px{
  left: 24px !important;
}

.left-30px{
  left: 30px !important;
}

.z-50{
  z-index: 50 !important;
}

.float-right{
  float: right !important;
}

.m-1{
  margin: 0.25rem !important;
}

.m-3{
  margin: 0.75rem !important;
}

.m-4{
  margin: 1rem !important;
}

.m-5{
  margin: 1.25rem !important;
}

.m-6{
  margin: 1.5rem !important;
}

.m-auto{
  margin: auto !important;
}

.m-32px{
  margin: 32px !important;
}

.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-4px{
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-12px{
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx-32px{
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-42px{
  margin-left: 42px !important;
  margin-right: 42px !important;
}

.mx-48px{
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-56px{
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-12px{
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mt-2{
  margin-top: 0.5rem !important;
}

.mt-3{
  margin-top: 0.75rem !important;
}

.mt-4{
  margin-top: 1rem !important;
}

.mt-5{
  margin-top: 1.25rem !important;
}

.mt-6{
  margin-top: 1.5rem !important;
}

.mt-auto{
  margin-top: auto !important;
}

.mt-2px{
  margin-top: 2px !important;
}

.mt-4px{
  margin-top: 4px !important;
}

.mt-8px{
  margin-top: 8px !important;
}

.mt-10px{
  margin-top: 10px !important;
}

.mt-12px{
  margin-top: 12px !important;
}

.mt-14px{
  margin-top: 14px !important;
}

.mt-16px{
  margin-top: 16px !important;
}

.mt-18px{
  margin-top: 18px !important;
}

.mt-20px{
  margin-top: 20px !important;
}

.mt-24px{
  margin-top: 24px !important;
}

.mt-30px{
  margin-top: 30px !important;
}

.mt-32px{
  margin-top: 32px !important;
}

.mt-36px{
  margin-top: 36px !important;
}

.mt-40px{
  margin-top: 40px !important;
}

.mt-48px{
  margin-top: 48px !important;
}

.mt-54px{
  margin-top: 54px !important;
}

.mt-56px{
  margin-top: 56px !important;
}

.mt-60px{
  margin-top: 60px !important;
}

.mt-64px{
  margin-top: 64px !important;
}

.mt-80px{
  margin-top: 80px !important;
}

.mt-100px{
  margin-top: 100px !important;
}

.mt-180px{
  margin-top: 180px !important;
}

.-mt-2px{
  margin-top: -2px !important;
}

.mr-5{
  margin-right: 1.25rem !important;
}

.mr-2px{
  margin-right: 2px !important;
}

.mr-4px{
  margin-right: 4px !important;
}

.mr-6px{
  margin-right: 6px !important;
}

.mr-8px{
  margin-right: 8px !important;
}

.mr-10px{
  margin-right: 10px !important;
}

.mr-12px{
  margin-right: 12px !important;
}

.mr-14px{
  margin-right: 14px !important;
}

.mr-16px{
  margin-right: 16px !important;
}

.mr-20px{
  margin-right: 20px !important;
}

.mr-22px{
  margin-right: 22px !important;
}

.mr-24px{
  margin-right: 24px !important;
}

.mr-32px{
  margin-right: 32px !important;
}

.mr-36px{
  margin-right: 36px !important;
}

.mr-48px{
  margin-right: 48px !important;
}

.mr-56px{
  margin-right: 56px !important;
}

.mb-2{
  margin-bottom: 0.5rem !important;
}

.mb-4{
  margin-bottom: 1rem !important;
}

.mb-5{
  margin-bottom: 1.25rem !important;
}

.mb-10{
  margin-bottom: 2.5rem !important;
}

.mb-4px{
  margin-bottom: 4px !important;
}

.mb-8px{
  margin-bottom: 8px !important;
}

.mb-10px{
  margin-bottom: 10px !important;
}

.mb-12px{
  margin-bottom: 12px !important;
}

.mb-14px{
  margin-bottom: 14px !important;
}

.mb-16px{
  margin-bottom: 16px !important;
}

.mb-20px{
  margin-bottom: 20px !important;
}

.mb-24px{
  margin-bottom: 24px !important;
}

.mb-28px{
  margin-bottom: 28px !important;
}

.mb-32px{
  margin-bottom: 32px !important;
}

.mb-36px{
  margin-bottom: 36px !important;
}

.mb-40px{
  margin-bottom: 40px !important;
}

.mb-48px{
  margin-bottom: 48px !important;
}

.mb-56px{
  margin-bottom: 56px !important;
}

.mb-60px{
  margin-bottom: 60px !important;
}

.mb-100px{
  margin-bottom: 100px !important;
}

.mb-200px{
  margin-bottom: 200px !important;
}

.ml-0{
  margin-left: 0px !important;
}

.ml-4{
  margin-left: 1rem !important;
}

.ml-6{
  margin-left: 1.5rem !important;
}

.ml-auto{
  margin-left: auto !important;
}

.ml-1px{
  margin-left: 1px !important;
}

.ml-4px{
  margin-left: 4px !important;
}

.ml-6px{
  margin-left: 6px !important;
}

.ml-8px{
  margin-left: 8px !important;
}

.ml-10px{
  margin-left: 10px !important;
}

.ml-12px{
  margin-left: 12px !important;
}

.ml-16px{
  margin-left: 16px !important;
}

.ml-20px{
  margin-left: 20px !important;
}

.ml-24px{
  margin-left: 24px !important;
}

.ml-32px{
  margin-left: 32px !important;
}

.ml-40px{
  margin-left: 40px !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.flex{
  display: flex !important;
}

.table{
  display: table !important;
}

.grid{
  display: grid !important;
}

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

.h-1{
  height: 0.25rem !important;
}

.h-8{
  height: 2rem !important;
}

.h-10{
  height: 2.5rem !important;
}

.h-20{
  height: 5rem !important;
}

.h-48{
  height: 12rem !important;
}

.h-76px{
  height: 76px !important;
}

.max-h-36{
  max-height: 9rem !important;
}

.max-h-full{
  max-height: 100% !important;
}

.w-10{
  width: 2.5rem !important;
}

.w-72{
  width: 18rem !important;
}

.w-52px{
  width: 52px !important;
}

.w-1\/2{
  width: 50% !important;
}

.w-full{
  width: 100% !important;
}

.w-min{
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-half{
  max-width: 50% !important;
}

.max-w-55px{
  max-width: 55px !important;
}

.flex-1{
  flex: 1 1 0% !important;
}

.flex-shrink{
  flex-shrink: 1 !important;
}

.flex-grow{
  flex-grow: 1 !important;
}

.transform{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer{
  cursor: pointer !important;
}

.resize-none{
  resize: none !important;
}

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

.flex-col{
  flex-direction: column !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.items-start{
  align-items: flex-start !important;
}

.items-center{
  align-items: center !important;
}

.justify-start{
  justify-content: flex-start !important;
}

.justify-end{
  justify-content: flex-end !important;
}

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

.justify-between{
  justify-content: space-between !important;
}

.justify-around{
  justify-content: space-around !important;
}

.justify-evenly{
  justify-content: space-evenly !important;
}

.gap-2{
  gap: 0.5rem !important;
}

.gap-4{
  gap: 1rem !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.self-end{
  align-self: flex-end !important;
}

.overflow-auto{
  overflow: auto !important;
}

.overflow-x-auto{
  overflow-x: auto !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.whitespace-normal{
  white-space: normal !important;
}

.whitespace-nowrap{
  white-space: nowrap !important;
}

.rounded-2{
  border-radius: 2px !important;
}

.rounded-4{
  border-radius: 4px !important;
}

.rounded-12{
  border-radius: 12px !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.rounded-lg{
  border-radius: 0.5rem !important;
}

.border-3{
  border-width: 3px !important;
}

.border-4{
  border-width: 4px !important;
}

.border{
  border-width: 1px !important;
}

.border-t{
  border-top-width: 1px !important;
}

.border-r{
  border-right-width: 1px !important;
}

.border-b-2{
  border-bottom-width: 2px !important;
}

.border-b-3{
  border-bottom-width: 3px !important;
}

.border-b-4{
  border-bottom-width: 4px !important;
}

.border-b{
  border-bottom-width: 1px !important;
}

.border-dashed{
  border-style: dashed !important;
}

.border-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 79, 255, var(--tw-border-opacity)) !important;
}

.border-secondary-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 245, 247, var(--tw-border-opacity)) !important;
}

.border-textsecondary-shade3{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 160, 175, var(--tw-border-opacity)) !important;
}

.border-strokeBox{
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 216, 230, var(--tw-border-opacity)) !important;
}

.border-strokeBox-shade1{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 247, 252, var(--tw-border-opacity)) !important;
}

.border-rejected{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 98, 64, var(--tw-border-opacity)) !important;
}

.border-custom-f4f7fc{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 247, 252, var(--tw-border-opacity)) !important;
}

.border-custom-e6f0ff{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 240, 255, var(--tw-border-opacity)) !important;
}

.border-custom-97a0af{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 160, 175, var(--tw-border-opacity)) !important;
}

.border-customBorder-shade1{
  border-color: rgba(151, 160, 175, 0.2) !important;
}

.border-customBorder-shade2{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 230, 241, var(--tw-border-opacity)) !important;
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 79, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 79, 255, var(--tw-border-opacity)) !important;
}

.bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 79, 255, var(--tw-bg-opacity)) !important;
}

.bg-primary-natural{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 43, 77, var(--tw-bg-opacity)) !important;
}

.bg-secondary-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 245, 247, var(--tw-bg-opacity)) !important;
}

.bg-secondary-pending{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 153, 74, var(--tw-bg-opacity)) !important;
}

.bg-strokeBox{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 216, 230, var(--tw-bg-opacity)) !important;
}

.bg-strokeBox-shade1{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 247, 252, var(--tw-bg-opacity)) !important;
}

.bg-rejected{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 98, 64, var(--tw-bg-opacity)) !important;
}

.bg-accent-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 240, 255, var(--tw-bg-opacity)) !important;
}

.bg-accent-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 224, 217, var(--tw-bg-opacity)) !important;
}

.bg-accent-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 247, 242, var(--tw-bg-opacity)) !important;
}

.bg-accent-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 238, 248, var(--tw-bg-opacity)) !important;
}

.bg-accent-orange{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 245, 237, var(--tw-bg-opacity)) !important;
}

.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-custom-f4f7fc{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 247, 252, var(--tw-bg-opacity)) !important;
}

.bg-custom-f5f7fa{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 247, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-light:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 245, 247, var(--tw-bg-opacity)) !important;
}

.hover\:bg-accent-blue40:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 249, 255, var(--tw-bg-opacity)) !important;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-contain{
  background-size: contain !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.p-0{
  padding: 0px !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-6{
  padding: 1.5rem !important;
}

.p-2px{
  padding: 2px !important;
}

.p-3px{
  padding: 3px !important;
}

.p-4px{
  padding: 4px !important;
}

.p-6px{
  padding: 6px !important;
}

.p-10px{
  padding: 10px !important;
}

.p-12px{
  padding: 12px !important;
}

.p-16px{
  padding: 16px !important;
}

.p-20px{
  padding: 20px !important;
}

.p-24px{
  padding: 24px !important;
}

.p-28px{
  padding: 28px !important;
}

.p-32px{
  padding: 32px !important;
}

.p-48px{
  padding: 48px !important;
}

.p-52px{
  padding: 52px !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-12px{
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-20px{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-24px{
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-30px{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-32px{
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-36px{
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.px-52px{
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.px-60px{
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-64px{
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-80px{
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-100px{
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-8px{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-10px{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-12px{
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-14px{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-16px{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-20px{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-24px{
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-30px{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-32px{
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-40px{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-48px{
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-64px{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-80px{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-100px{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pt-4{
  padding-top: 1rem !important;
}

.pt-8px{
  padding-top: 8px !important;
}

.pt-16px{
  padding-top: 16px !important;
}

.pt-20px{
  padding-top: 20px !important;
}

.pt-22px{
  padding-top: 22px !important;
}

.pt-24px{
  padding-top: 24px !important;
}

.pt-28px{
  padding-top: 28px !important;
}

.pt-32px{
  padding-top: 32px !important;
}

.pt-36px{
  padding-top: 36px !important;
}

.pt-40px{
  padding-top: 40px !important;
}

.pt-80px{
  padding-top: 80px !important;
}

.pt-100px{
  padding-top: 100px !important;
}

.pr-10px{
  padding-right: 10px !important;
}

.pr-12px{
  padding-right: 12px !important;
}

.pr-24px{
  padding-right: 24px !important;
}

.pr-30px{
  padding-right: 30px !important;
}

.pr-32px{
  padding-right: 32px !important;
}

.pr-40px{
  padding-right: 40px !important;
}

.pr-72px{
  padding-right: 72px !important;
}

.pr-112px{
  padding-right: 112px !important;
}

.pb-8px{
  padding-bottom: 8px !important;
}

.pb-12px{
  padding-bottom: 12px !important;
}

.pb-16px{
  padding-bottom: 16px !important;
}

.pb-20px{
  padding-bottom: 20px !important;
}

.pb-24px{
  padding-bottom: 24px !important;
}

.pb-32px{
  padding-bottom: 32px !important;
}

.pb-52px{
  padding-bottom: 52px !important;
}

.pl-0{
  padding-left: 0px !important;
}

.pl-24px{
  padding-left: 24px !important;
}

.pl-32px{
  padding-left: 32px !important;
}

.pl-56px{
  padding-left: 56px !important;
}

.pl-60px{
  padding-left: 60px !important;
}

.pl-64px{
  padding-left: 64px !important;
}

.pl-68px{
  padding-left: 68px !important;
}

.pl-80px{
  padding-left: 80px !important;
}

.text-center{
  text-align: center !important;
}

.font-mont{
  font-family: Montserrat !important;
}

.text-header-xl{
  font-size: 36px !important;
  line-height: 48px !important;
}

.text-header-l{
  font-size: 32px !important;
  line-height: 48px !important;
}

.text-header-m{
  font-size: 28px !important;
  line-height: 42px !important;
}

.text-title-xl{
  font-size: 24px !important;
  line-height: 36px !important;
}

.text-title-l{
  font-size: 20px !important;
  line-height: 30px !important;
}

.text-title-m{
  font-size: 16px !important;
  line-height: 24px !important;
}

.text-title-s{
  font-size: 14px !important;
  line-height: 21px !important;
}

.text-body-l{
  font-size: 14px !important;
  line-height: 21px !important;
}

.text-body-s{
  font-size: 12px !important;
  line-height: 18px !important;
}

.font-regular{
  font-weight: 400 !important;
}

.font-medium{
  font-weight: 500 !important;
}

.font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700 !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.ordinal{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.ordinal{
  --tw-ordinal: ordinal !important;
}

.text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 79, 255, var(--tw-text-opacity)) !important;
}

.text-primary-natural{
  --tw-text-opacity: 1 !important;
  color: rgba(23, 43, 77, var(--tw-text-opacity)) !important;
}

.text-secondary-green{
  --tw-text-opacity: 1 !important;
  color: rgba(54, 179, 126, var(--tw-text-opacity)) !important;
}

.text-secondary-purple{
  --tw-text-opacity: 1 !important;
  color: rgba(98, 87, 186, var(--tw-text-opacity)) !important;
}

.text-secondary-pending{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 153, 74, var(--tw-text-opacity)) !important;
}

.text-textsecondary{
  --tw-text-opacity: 1 !important;
  color: rgba(94, 108, 132, var(--tw-text-opacity)) !important;
}

.text-textsecondary-shade3{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 160, 175, var(--tw-text-opacity)) !important;
}

.text-strokeBox{
  --tw-text-opacity: 1 !important;
  color: rgba(207, 216, 230, var(--tw-text-opacity)) !important;
}

.text-rejected{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 98, 64, var(--tw-text-opacity)) !important;
}

.text-texts-shade3{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 160, 175, var(--tw-text-opacity)) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-custom-97a0af{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 160, 175, var(--tw-text-opacity)) !important;
}

.underline{
  text-decoration: underline !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.icon-spin {
  -webkit-animation: icon-spin 1s infinite linear;
  animation: icon-spin 1s infinite linear;
}

html {
  font-size: 16px;
}

html,
body {
  position: fixed;
  height: 100%;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

#modal-root,
#error-modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.modal-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: stretch;
}

input.visit-input {
  font-family: BrandonText-Medium, Lato, sans-serif;
  font-size: 1.1rem;
  border: none;
}

input.visit-input:focus {
  outline: none;
}

body {
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

#root {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  /* overflow-y: auto; */
}

.fade-enter {
  opacity: 0;
}

.fade-enter.fade-enter-active {
  transition: 300ms linear;
  opacity: 1 !important;
}

.fade-enter-done {
  opacity: 1 !important;
}

.fade-exit {
  opacity: 1 !important;
}

.fade-exit.fade-exit-active {
  opacity: 0;
  transition: 3000ms linear;
}

.fade-in-enter,
.fade-in-appear {
  transform: translateY(2rem);
  opacity: 0;
}

.fade-in-enter.fade-in-enter-active,
.fade-in-appear.fade-in-appear-active {
  transition: 200ms linear;
  transform: none;
  opacity: 1;
}

.slide-next-enter {
  transform: translateX(100%);
}

.slide-next-enter.slide-next-enter-active {
  transition: 200ms linear;
  transform: unset;
}

.slide-next-exit {
  transform: translateY(-100%);
}

.slide-next-exit.slide-next-exit-active {
  transition: 200ms linear;
  transform: translate(100%, -100%);
}

.slide-previous-enter {
  transform: scale(0.9);
}

.slide-previous-enter.slide-previous-enter-active {
  transition: 200ms linear;
  transform: unset;
}

.slide-previous-exit {
  transform: translateX(-100%);
}

.slide-previous-exit.slide-previous-exit-active {
  transition: 200ms linear;
  transform: translateX(-100%) scale(0.6);
}

.fly-in-enter,
.fly-in-appear {
  transform: translateY(100%);
}

.fly-in-enter.fly-in-enter-active,
.fly-in-appear.fly-in-appear-active {
  transition: 200ms linear;
  transform: none;
}

.fly-in-exit {
  transform: none;
}

.fly-in-exit.fly-in-exit-active {
  transition: 200ms linear;
  transform: translateY(100%);
}

.slide-in-enter,
.slide-in-appear {
  transform: translateX(100%);
}

.slide-in-enter.slide-in-enter-active,
.slide-in-appear.slide-in-appear-active {
  transition: 200ms linear;
  transform: none;
}

.slide-in-exit {
  transform: none;
}

.slide-in-exit.slide-in-exit-active {
  transition: 200ms linear;
  transform: translateX(100%);
}

/*
.expand-hide-enter.expand-hide-enter-active {
  padding: 0 !important;
  height: 0;
  transition: 200ms linear;
}

.expand-hide-enter-done {
  padding: 0 !important;
  height: 0;
}

.expand-enter.expand-enter-active {
  background: white;
  transition: 200ms linear;
  margin-top: 0;
  /* transform: translateY(-100%); */

/*}

.expand-enter-done {
  background: white;
  margin-top: 0;
  transform: translateY(-100%);
}*/

/* .pop-up-enter {
  transform: scale(0,0);
}
.pop-up-enter-active {
  transform: scale(1,1);
  transition: transform 200ms cubic-bezier(0.54,-0.12, 0.34, 0.99);
} */

.pop-up-enter,
.pop-up-appear {
  transform: scale(0,0);
  opacity: 0;
}

.pop-up-enter.pop-up-enter-active,
.pop-up-appear.pop-up-appear-active {
  transform: scale(1,1);
  transition: transform 200ms cubic-bezier(0.54,-0.12, 0.34, 0.99);
  opacity: 1;
}

.pop-up-exit {
  transform: scale(1,1);
}

.pop-up-exit-active {
  transform: scale(0,0);
  transition: transform 200ms cubic-bezier(0.54,-0.12, 0.34, 0.99);
}

@media (min-width: 640px){
}

@media (min-width: 768px){
}

@media (min-width: 1024px){
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}
@font-face {
  font-family: 'BrandonText-Bold';

  src: url('/fonts/BrandonText-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'BrandonText-Black';

  src: url('/fonts/BrandonText-Black.otf') format('opentype');
}

@font-face {
  font-family: 'BrandonText-Medium';

  src: url('/fonts/BrandonText-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'BrandonText-Regular';

  src: url('/fonts/BrandonText-Regular.otf') format('opentype');
}

/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

/**
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.
*/

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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;
}

*, ::before, ::after{
  border-color: currentColor;
}

.visible{
  visibility: visible !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

.inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.top-24px{
  top: 24px !important;
}

.top-32px{
  top: 32px !important;
}

.right-12px{
  right: 12px !important;
}

.left-12px{
  left: 12px !important;
}

.left-24px{
  left: 24px !important;
}

.left-30px{
  left: 30px !important;
}

.z-50{
  z-index: 50 !important;
}

.float-right{
  float: right !important;
}

.m-1{
  margin: 0.25rem !important;
}

.m-3{
  margin: 0.75rem !important;
}

.m-4{
  margin: 1rem !important;
}

.m-5{
  margin: 1.25rem !important;
}

.m-6{
  margin: 1.5rem !important;
}

.m-auto{
  margin: auto !important;
}

.m-32px{
  margin: 32px !important;
}

.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-4px{
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-12px{
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx-32px{
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-42px{
  margin-left: 42px !important;
  margin-right: 42px !important;
}

.mx-48px{
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-56px{
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-12px{
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mt-2{
  margin-top: 0.5rem !important;
}

.mt-3{
  margin-top: 0.75rem !important;
}

.mt-4{
  margin-top: 1rem !important;
}

.mt-5{
  margin-top: 1.25rem !important;
}

.mt-6{
  margin-top: 1.5rem !important;
}

.mt-auto{
  margin-top: auto !important;
}

.mt-2px{
  margin-top: 2px !important;
}

.mt-4px{
  margin-top: 4px !important;
}

.mt-8px{
  margin-top: 8px !important;
}

.mt-10px{
  margin-top: 10px !important;
}

.mt-12px{
  margin-top: 12px !important;
}

.mt-14px{
  margin-top: 14px !important;
}

.mt-16px{
  margin-top: 16px !important;
}

.mt-18px{
  margin-top: 18px !important;
}

.mt-20px{
  margin-top: 20px !important;
}

.mt-24px{
  margin-top: 24px !important;
}

.mt-30px{
  margin-top: 30px !important;
}

.mt-32px{
  margin-top: 32px !important;
}

.mt-36px{
  margin-top: 36px !important;
}

.mt-40px{
  margin-top: 40px !important;
}

.mt-48px{
  margin-top: 48px !important;
}

.mt-54px{
  margin-top: 54px !important;
}

.mt-56px{
  margin-top: 56px !important;
}

.mt-60px{
  margin-top: 60px !important;
}

.mt-64px{
  margin-top: 64px !important;
}

.mt-80px{
  margin-top: 80px !important;
}

.mt-100px{
  margin-top: 100px !important;
}

.mt-180px{
  margin-top: 180px !important;
}

.-mt-2px{
  margin-top: -2px !important;
}

.mr-5{
  margin-right: 1.25rem !important;
}

.mr-2px{
  margin-right: 2px !important;
}

.mr-4px{
  margin-right: 4px !important;
}

.mr-6px{
  margin-right: 6px !important;
}

.mr-8px{
  margin-right: 8px !important;
}

.mr-10px{
  margin-right: 10px !important;
}

.mr-12px{
  margin-right: 12px !important;
}

.mr-14px{
  margin-right: 14px !important;
}

.mr-16px{
  margin-right: 16px !important;
}

.mr-20px{
  margin-right: 20px !important;
}

.mr-22px{
  margin-right: 22px !important;
}

.mr-24px{
  margin-right: 24px !important;
}

.mr-32px{
  margin-right: 32px !important;
}

.mr-36px{
  margin-right: 36px !important;
}

.mr-48px{
  margin-right: 48px !important;
}

.mr-56px{
  margin-right: 56px !important;
}

.mb-2{
  margin-bottom: 0.5rem !important;
}

.mb-4{
  margin-bottom: 1rem !important;
}

.mb-5{
  margin-bottom: 1.25rem !important;
}

.mb-10{
  margin-bottom: 2.5rem !important;
}

.mb-4px{
  margin-bottom: 4px !important;
}

.mb-8px{
  margin-bottom: 8px !important;
}

.mb-10px{
  margin-bottom: 10px !important;
}

.mb-12px{
  margin-bottom: 12px !important;
}

.mb-14px{
  margin-bottom: 14px !important;
}

.mb-16px{
  margin-bottom: 16px !important;
}

.mb-20px{
  margin-bottom: 20px !important;
}

.mb-24px{
  margin-bottom: 24px !important;
}

.mb-28px{
  margin-bottom: 28px !important;
}

.mb-32px{
  margin-bottom: 32px !important;
}

.mb-36px{
  margin-bottom: 36px !important;
}

.mb-40px{
  margin-bottom: 40px !important;
}

.mb-48px{
  margin-bottom: 48px !important;
}

.mb-56px{
  margin-bottom: 56px !important;
}

.mb-60px{
  margin-bottom: 60px !important;
}

.mb-100px{
  margin-bottom: 100px !important;
}

.mb-200px{
  margin-bottom: 200px !important;
}

.ml-0{
  margin-left: 0px !important;
}

.ml-4{
  margin-left: 1rem !important;
}

.ml-6{
  margin-left: 1.5rem !important;
}

.ml-auto{
  margin-left: auto !important;
}

.ml-1px{
  margin-left: 1px !important;
}

.ml-4px{
  margin-left: 4px !important;
}

.ml-6px{
  margin-left: 6px !important;
}

.ml-8px{
  margin-left: 8px !important;
}

.ml-10px{
  margin-left: 10px !important;
}

.ml-12px{
  margin-left: 12px !important;
}

.ml-16px{
  margin-left: 16px !important;
}

.ml-20px{
  margin-left: 20px !important;
}

.ml-24px{
  margin-left: 24px !important;
}

.ml-32px{
  margin-left: 32px !important;
}

.ml-40px{
  margin-left: 40px !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.flex{
  display: flex !important;
}

.table{
  display: table !important;
}

.grid{
  display: grid !important;
}

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

.h-1{
  height: 0.25rem !important;
}

.h-8{
  height: 2rem !important;
}

.h-10{
  height: 2.5rem !important;
}

.h-20{
  height: 5rem !important;
}

.h-48{
  height: 12rem !important;
}

.h-76px{
  height: 76px !important;
}

.max-h-36{
  max-height: 9rem !important;
}

.max-h-full{
  max-height: 100% !important;
}

.w-10{
  width: 2.5rem !important;
}

.w-72{
  width: 18rem !important;
}

.w-52px{
  width: 52px !important;
}

.w-1\/2{
  width: 50% !important;
}

.w-full{
  width: 100% !important;
}

.w-min{
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-half{
  max-width: 50% !important;
}

.max-w-55px{
  max-width: 55px !important;
}

.flex-1{
  flex: 1 1 0% !important;
}

.flex-shrink{
  flex-shrink: 1 !important;
}

.flex-grow{
  flex-grow: 1 !important;
}

.transform{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer{
  cursor: pointer !important;
}

.resize-none{
  resize: none !important;
}

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

.flex-col{
  flex-direction: column !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.items-start{
  align-items: flex-start !important;
}

.items-center{
  align-items: center !important;
}

.justify-start{
  justify-content: flex-start !important;
}

.justify-end{
  justify-content: flex-end !important;
}

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

.justify-between{
  justify-content: space-between !important;
}

.justify-around{
  justify-content: space-around !important;
}

.justify-evenly{
  justify-content: space-evenly !important;
}

.gap-2{
  gap: 0.5rem !important;
}

.gap-4{
  gap: 1rem !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.self-end{
  align-self: flex-end !important;
}

.overflow-auto{
  overflow: auto !important;
}

.overflow-x-auto{
  overflow-x: auto !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.whitespace-normal{
  white-space: normal !important;
}

.whitespace-nowrap{
  white-space: nowrap !important;
}

.rounded-2{
  border-radius: 2px !important;
}

.rounded-4{
  border-radius: 4px !important;
}

.rounded-12{
  border-radius: 12px !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.rounded-lg{
  border-radius: 0.5rem !important;
}

.border-3{
  border-width: 3px !important;
}

.border-4{
  border-width: 4px !important;
}

.border{
  border-width: 1px !important;
}

.border-t{
  border-top-width: 1px !important;
}

.border-r{
  border-right-width: 1px !important;
}

.border-b-2{
  border-bottom-width: 2px !important;
}

.border-b-3{
  border-bottom-width: 3px !important;
}

.border-b-4{
  border-bottom-width: 4px !important;
}

.border-b{
  border-bottom-width: 1px !important;
}

.border-dashed{
  border-style: dashed !important;
}

.border-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 79, 255, var(--tw-border-opacity)) !important;
}

.border-secondary-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 245, 247, var(--tw-border-opacity)) !important;
}

.border-textsecondary-shade3{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 160, 175, var(--tw-border-opacity)) !important;
}

.border-strokeBox{
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 216, 230, var(--tw-border-opacity)) !important;
}

.border-strokeBox-shade1{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 247, 252, var(--tw-border-opacity)) !important;
}

.border-rejected{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 98, 64, var(--tw-border-opacity)) !important;
}

.border-custom-f4f7fc{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 247, 252, var(--tw-border-opacity)) !important;
}

.border-custom-e6f0ff{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 240, 255, var(--tw-border-opacity)) !important;
}

.border-custom-97a0af{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 160, 175, var(--tw-border-opacity)) !important;
}

.border-customBorder-shade1{
  border-color: rgba(151, 160, 175, 0.2) !important;
}

.border-customBorder-shade2{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 230, 241, var(--tw-border-opacity)) !important;
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 79, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 79, 255, var(--tw-border-opacity)) !important;
}

.bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 79, 255, var(--tw-bg-opacity)) !important;
}

.bg-primary-natural{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 43, 77, var(--tw-bg-opacity)) !important;
}

.bg-secondary-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 245, 247, var(--tw-bg-opacity)) !important;
}

.bg-secondary-pending{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 153, 74, var(--tw-bg-opacity)) !important;
}

.bg-strokeBox{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 216, 230, var(--tw-bg-opacity)) !important;
}

.bg-strokeBox-shade1{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 247, 252, var(--tw-bg-opacity)) !important;
}

.bg-rejected{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 98, 64, var(--tw-bg-opacity)) !important;
}

.bg-accent-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 240, 255, var(--tw-bg-opacity)) !important;
}

.bg-accent-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 224, 217, var(--tw-bg-opacity)) !important;
}

.bg-accent-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 247, 242, var(--tw-bg-opacity)) !important;
}

.bg-accent-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 238, 248, var(--tw-bg-opacity)) !important;
}

.bg-accent-orange{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 245, 237, var(--tw-bg-opacity)) !important;
}

.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-custom-f4f7fc{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 247, 252, var(--tw-bg-opacity)) !important;
}

.bg-custom-f5f7fa{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 247, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-light:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 245, 247, var(--tw-bg-opacity)) !important;
}

.hover\:bg-accent-blue40:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 249, 255, var(--tw-bg-opacity)) !important;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-contain{
  background-size: contain !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.p-0{
  padding: 0px !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-6{
  padding: 1.5rem !important;
}

.p-2px{
  padding: 2px !important;
}

.p-3px{
  padding: 3px !important;
}

.p-4px{
  padding: 4px !important;
}

.p-6px{
  padding: 6px !important;
}

.p-10px{
  padding: 10px !important;
}

.p-12px{
  padding: 12px !important;
}

.p-16px{
  padding: 16px !important;
}

.p-20px{
  padding: 20px !important;
}

.p-24px{
  padding: 24px !important;
}

.p-28px{
  padding: 28px !important;
}

.p-32px{
  padding: 32px !important;
}

.p-48px{
  padding: 48px !important;
}

.p-52px{
  padding: 52px !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-12px{
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-20px{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-24px{
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-30px{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-32px{
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-36px{
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.px-52px{
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.px-60px{
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-64px{
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-80px{
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-100px{
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-8px{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-10px{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-12px{
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-14px{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-16px{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-20px{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-24px{
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-30px{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-32px{
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-40px{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-48px{
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-64px{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-80px{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-100px{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pt-4{
  padding-top: 1rem !important;
}

.pt-8px{
  padding-top: 8px !important;
}

.pt-16px{
  padding-top: 16px !important;
}

.pt-20px{
  padding-top: 20px !important;
}

.pt-22px{
  padding-top: 22px !important;
}

.pt-24px{
  padding-top: 24px !important;
}

.pt-28px{
  padding-top: 28px !important;
}

.pt-32px{
  padding-top: 32px !important;
}

.pt-36px{
  padding-top: 36px !important;
}

.pt-40px{
  padding-top: 40px !important;
}

.pt-80px{
  padding-top: 80px !important;
}

.pt-100px{
  padding-top: 100px !important;
}

.pr-10px{
  padding-right: 10px !important;
}

.pr-12px{
  padding-right: 12px !important;
}

.pr-24px{
  padding-right: 24px !important;
}

.pr-30px{
  padding-right: 30px !important;
}

.pr-32px{
  padding-right: 32px !important;
}

.pr-40px{
  padding-right: 40px !important;
}

.pr-72px{
  padding-right: 72px !important;
}

.pr-112px{
  padding-right: 112px !important;
}

.pb-8px{
  padding-bottom: 8px !important;
}

.pb-12px{
  padding-bottom: 12px !important;
}

.pb-16px{
  padding-bottom: 16px !important;
}

.pb-20px{
  padding-bottom: 20px !important;
}

.pb-24px{
  padding-bottom: 24px !important;
}

.pb-32px{
  padding-bottom: 32px !important;
}

.pb-52px{
  padding-bottom: 52px !important;
}

.pl-0{
  padding-left: 0px !important;
}

.pl-24px{
  padding-left: 24px !important;
}

.pl-32px{
  padding-left: 32px !important;
}

.pl-56px{
  padding-left: 56px !important;
}

.pl-60px{
  padding-left: 60px !important;
}

.pl-64px{
  padding-left: 64px !important;
}

.pl-68px{
  padding-left: 68px !important;
}

.pl-80px{
  padding-left: 80px !important;
}

.text-center{
  text-align: center !important;
}

.font-mont{
  font-family: Montserrat !important;
}

.text-header-xl{
  font-size: 36px !important;
  line-height: 48px !important;
}

.text-header-l{
  font-size: 32px !important;
  line-height: 48px !important;
}

.text-header-m{
  font-size: 28px !important;
  line-height: 42px !important;
}

.text-title-xl{
  font-size: 24px !important;
  line-height: 36px !important;
}

.text-title-l{
  font-size: 20px !important;
  line-height: 30px !important;
}

.text-title-m{
  font-size: 16px !important;
  line-height: 24px !important;
}

.text-title-s{
  font-size: 14px !important;
  line-height: 21px !important;
}

.text-body-l{
  font-size: 14px !important;
  line-height: 21px !important;
}

.text-body-s{
  font-size: 12px !important;
  line-height: 18px !important;
}

.font-regular{
  font-weight: 400 !important;
}

.font-medium{
  font-weight: 500 !important;
}

.font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700 !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.ordinal{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.ordinal{
  --tw-ordinal: ordinal !important;
}

.text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 79, 255, var(--tw-text-opacity)) !important;
}

.text-primary-natural{
  --tw-text-opacity: 1 !important;
  color: rgba(23, 43, 77, var(--tw-text-opacity)) !important;
}

.text-secondary-green{
  --tw-text-opacity: 1 !important;
  color: rgba(54, 179, 126, var(--tw-text-opacity)) !important;
}

.text-secondary-purple{
  --tw-text-opacity: 1 !important;
  color: rgba(98, 87, 186, var(--tw-text-opacity)) !important;
}

.text-secondary-pending{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 153, 74, var(--tw-text-opacity)) !important;
}

.text-textsecondary{
  --tw-text-opacity: 1 !important;
  color: rgba(94, 108, 132, var(--tw-text-opacity)) !important;
}

.text-textsecondary-shade3{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 160, 175, var(--tw-text-opacity)) !important;
}

.text-strokeBox{
  --tw-text-opacity: 1 !important;
  color: rgba(207, 216, 230, var(--tw-text-opacity)) !important;
}

.text-rejected{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 98, 64, var(--tw-text-opacity)) !important;
}

.text-texts-shade3{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 160, 175, var(--tw-text-opacity)) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-custom-97a0af{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 160, 175, var(--tw-text-opacity)) !important;
}

.underline{
  text-decoration: underline !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#modal-root,
#error-modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.modal-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: stretch;
}

input.visit-input {
  font-family: BrandonText-Medium, Lato, sans-serif;
  font-size: 1.1rem;
  border: none;
}

input.visit-input:focus {
  outline: none;
}

body {
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.App {
  text-align: center;
}

.App-logo {
  -webkit-animation: App-logo-spin infinite 6s linear;
          animation: App-logo-spin infinite 6s linear;
  height: 40vmin;
  pointer-events: none;
}

.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;
}

@-webkit-keyframes App-logo-spin {
  from {
    transform: rotateY(0deg);
  }

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

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

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

.member-table {
  table-layout: fixed;
  -moz-box-sizing: border-box;
  min-height: 100% !important;
}

.member-table th {
  padding-top: 32px;
  padding-bottom: 18px;
  padding-right: 20px;
}

th:first-child {
  padding-left: 20px;
}

.member-table td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

td:first-child {
  padding-left: 20px;
}

.rt-tr {
  display: table;
}

.Table__itemCount {
  /* margin-top: 10px; */
  font-size: 14px;
}

.Table__pagination {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}

.Table__pageButton {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #172b4d;
  margin-right: 20px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
}

.Table__pageButton:disabled {
  cursor: not-allowed;
  color: gray;
}

.Table__pageButton--active {
  color: white;
  background: #714fff;
  font-weight: bold;
}

.custom-tooltip {
  left: -100px;
  top: 27px;
  filter: drop-shadow(0px 0px 1px #00000070);
  min-width: 180px;
  z-index: 10;
}

.custom-tooltip:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  top: -20px;
  left: 147px;
}

.custom-tooltip-logout {
  border-radius: 6px;
  left: -133px;
  top: 25px;
  filter: drop-shadow(0px 0px 1px #00000070);
  min-width: 180px;
  z-index: 11;
}

.custom-tooltip-logout:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  top: -20px;
  left: 147px;
}

/* Tooltip container */

.common-tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */

.common-tooltip .common-tooltiptext {
  visibility: hidden;
  background-color: #243656;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 25%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

/* Tooltip arrow */

.common-tooltip .common-tooltiptext::after {
  content: '';
  position: absolute;
  top: -13%;
  left: 70%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #243656 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */

.common-tooltip:hover .common-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.min-h-auto {
  min-height: auto !important;
}

.member-table th {
  position: sticky;
  top: 0;
  background-color: #f5f7fa;
  border-bottom: 1px solid #cfd8e6;
}

.custom-scrollbar {
}

.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  margin-left: -10px;
}

.custom-scrollbar::-webkit-scrollbar-button {
  display: none;
}

.custom-scrollbar::-webkit-scrollbar-track {
  display: none;
}

.custom-scrollbar::-webkit-scrollbar-track-piece {
  display: none;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5e6c84;
}

.custom-scrollbar::-webkit-scrollbar-corner {
  display: none;
}

.custom-scrollbar::-webkit-resizer {
  display: none;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.grid {
  fill: none;
  shape-rendering: crispEdges;
  stroke: lightgrey;
  opacity: 0.7;
  stroke-width: 1px;
}

.segmentText {
  cursor: pointer;
}

.tooltip {
  background-color: #243656;
  color: #fff;
  text-align: center;
  padding: 20px 12px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.tooltip::after {
  content: '';
  /* position: absolute;
  top: -13%;
  left: 70%; */
  top: 100%;
  left: 11%;
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: #243656 transparent transparent transparent;
}

.relation-select__value-container {
  padding: 10px 14px !important;
}

.magic::after {
  content: '';
}

.progress-arrow {
  width: 35%;
  margin-top: -5%;
}

.cd-balance-tabs {
  height: 220px;
}

@media only screen and (max-width: 1200px) {
  .progress-arrow {
    width: 32%;
    margin-top: -8%;
  }
}

@media only screen and (max-width: 1000px) {
  .progress-arrow {
    width: 27%;
    margin-top: -10%;
  }
}

@media only screen and (max-width: 1280px) {
  .cd-balance-tabs {
    height: 240px !important;
  }
}

.custom-search-select__control {
  padding: 12px;
  padding-left: 48px;
}

.search-icon {
  z-index: 10;
}

.custom-search-select__indicator-separator {
  display: none;
}

.custom-search-select__menu {
  margin-top: 0px !important;
  border: 1px solid #714fff;
  border-top: none;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.custom-search-select__menu-list {
}

.custom-search-select__menu-list::-webkit-scrollbar {
  width: 4px;
  margin-left: -10px;
}

.custom-search-select__menu-list::-webkit-scrollbar-button {
  display: none;
}

.custom-search-select__menu-list::-webkit-scrollbar-track {
  display: none;
}

.custom-search-select__menu-list::-webkit-scrollbar-track-piece {
  display: none;
}

.custom-search-select__menu-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5e6c84;
}

.custom-search-select__menu-list::-webkit-scrollbar-corner {
  display: none;
}

.custom-search-select__menu-list::-webkit-resizer {
  display: none;
}

.customDatePickerWidth,
.customDatePickerWidth > div.react-datepicker-wrapper,
.customDatePickerWidth
  > div
  > div.react-datepicker__input-container
  .customDatePickerWidth
  > div
  > div.react-datepicker__input-container
  input {
  width: 70%;
}

.clock-icon:hover {
  /* animation: spin 400ms infinite ease-out; */
  /* transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  -webkit-animation: bellAnimation .25s ease-in-out 0s infinite alternate;
  animation: bellAnimation .25s ease-in-out 0s infinite alternate; */
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
  /* When the animation is finished, start again */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

/* Chrome, Safari, Opera */

@-webkit-keyframes bellAnimation {
  from {
    transform: rotate(-12deg);
  }

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

/* Standard syntax */

@keyframes bellAnimation {
  from {
    transform: rotate(-60deg);
  }

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

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

  25% {
    transform: rotate(-15deg);
  }

  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

.gm-style .gm-style-iw-d * {
  background-color: #243656;
}

.gm-style .gm-style-iw-d div {
  color: #fff;
}

/* width */

.scrollBar::-webkit-scrollbar {
  width: 6px;
}

/* Track */

.scrollBar::-webkit-scrollbar-track {
  background: #e6f0ff;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* Handle */

.scrollBar::-webkit-scrollbar-thumb {
  background: rgb(113 79 255);
  border-radius: 5px;
}

/* Handle on hover */

.scrollBar::-webkit-scrollbar-thumb:hover {
  background: #e6f0ff;
}

.gm-style .gm-style-iw-c {
  /* padding-right: 10px !important;
  padding-bottom: 0px !important;
  max-width: 500px !important;
  max-height: 326px !important;
  min-width: 0px !important;
  box-sizing: border-box;
  transform: translate(-50%, -100%);
  background-color: #dd9191;
  border-radius: 8px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  visibility: hidden; */
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background-color: #243656;
  /* Position the tooltip text */
  z-index: 1;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0 !important;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
  display: none !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background-color: #243656;
}

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(
    45deg,
    #243656 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
}

.gmnoprint,
.gm-style-cc,
.gm-fullscreen-control {
  display: none;
}

.gm-bundled-control-on-bottom {
  display: block !important;
}

.completedEndorsement .rt-table .rt-thead {
  display: none;
}

.completedEndorsement .rt-tbody .rt-tr-group {
  border: none !important;
  margin-bottom: 48px;
}

.completedEndorsement {
  border: none !important;
}

.completedEndorsement .rt-tbody .rt-tr:not(.-padRow):hover {
  background: initial !important;
}

.completedEndorsement .rt-th,
.completedEndorsement .rt-td {
  padding: 0 !important;
}

/* 
.ReactTable .rt-td{
  margin: auto;
} */

.react-datepicker__close-icon::after {
  background-color: black !important;
}

.css-9gakcf-option {
  background-color: lightgray !important;
  color: black !important;
}

.border-dependent {
  border: 0.5px solid black;
  border-radius: 5px;
}

.css-1wa3eu0-placeholder {
  font-size: 15px;
  font-weight: 300;
}

.tippy-tooltip {
  background-color: #edecec !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  padding: 5px !important;
}

.tippy-tooltip .tippy-arrow {
  color: #edecec !important;
}

.existing-plan-tooltip {
  background-color: #ffffff !important;
  border-radius: 5px !important;
  max-width: 395px !important;
  max-height: 1000px !important;
  width: 395px !important;
  min-height: 395px !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.existing-plan-tooltip .tippy-arrow {
  color: #ffffff !important;
}

.planBenefits {
  flex-wrap: wrap;
}

.newBenefit {
  color: rgb(113, 79, 255);
}

.css-yk16xz-control {
  height: 40px !important;
  border: 1px solid black !important;
}

.procedure-card {
  margin: 12px;
  background: #ffffff;
  border: 1px solid #cfd8e6;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 16px;
}

.card-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.25px;
  color: #714fff;
  opacity: 0.6;
}

.procedure-card-body {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-bottom: 0px;
}

.procedure-arrow {
  color: #714fff;
  height: 15px;
  width: 15px;
}

@media (min-width: 640px){
}

@media (min-width: 768px){
}

@media (min-width: 1024px){
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}

.ReactTable {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ReactTable * {
  box-sizing: border-box
}

.ReactTable .rt-table {
  flex: auto 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto
}

.ReactTable .rt-thead {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #CFD8E6 ;
}

.ReactTable .rt-thead.-headerGroups {
  border: 0;
  display: none;
}

.ReactTable .rt-thead.-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ReactTable .rt-thead.-filters input,
.ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 4px;
  font-weight: normal;
  outline-width: 0
}

.ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid rgba(0, 0, 0, 0.02)
}

/* .ReactTable .rt-thead.-header {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15)
} */

/* .ReactTable .rt-thead .rt-tr {
	text-align: center
} */

.ReactTable .rt-thead .rt-th,
.ReactTable .rt-thead .rt-td {
  padding: 20px 16px;
  line-height: normal;
  position: relative;
  transition: box-shadow .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: inset 0 0 0 0 transparent;
}

.ReactTable .rt-thead .rt-th.-sort-asc,
.ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6)
}

.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6)
}

.ReactTable .rt-thead .rt-th.-cursor-pointer,
.ReactTable .rt-thead .rt-td.-cursor-pointer {
  cursor: pointer
}

.ReactTable .rt-thead .rt-th:last-child,
.ReactTable .rt-thead .rt-td:last-child {
  border-right: 0
}

.ReactTable .rt-thead .rt-th:focus {
  outline-width: 0
}

.ReactTable .rt-thead .rt-resizable-header {
  overflow: visible;
}

.ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden
}

.ReactTable .rt-thead .rt-resizable-header-content {
  overflow: visible;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #172B4D;
}

.ReactTable .rt-thead .rt-header-pivot {
  border-right-color: #f7f7f7
}

.ReactTable .rt-thead .rt-header-pivot:after,
.ReactTable .rt-thead .rt-header-pivot:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.ReactTable .rt-thead .rt-header-pivot:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px
}

.ReactTable .rt-thead .rt-header-pivot:before {
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #f7f7f7;
  border-width: 10px;
  margin-top: -10px
}

.ReactTable .rt-tbody {
  flex: 99999 1 auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
  /* max-height: 600px; */
}

.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.ReactTable .rt-tbody .rt-tr-group:last-child {
  border-bottom: 0
}

/* .ReactTable .rt-tbody .rt-td {
	border-right: 1px solid rgba(0, 0, 0, 0.02);
} */

/* .ReactTable .rt-tbody .rt-td:last-child {
	border-right: 0
} */

.ReactTable .rt-tbody .rt-expandable {
  cursor: pointer;
  text-overflow: clip
}

.ReactTable .rt-tr-group {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch
}

.ReactTable .rt-tr {
  flex: 1 0 auto;
  display: inline-flex
}

.ReactTable .rt-th,
.ReactTable .rt-td {
  flex: 1 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 20px 16px;
  overflow: visible;
  transition: .3s ease;
  transition-property: width, min-width, padding, opacity;
}

.ReactTable .rt-th.-hidden,
.ReactTable .rt-td.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important
}

.ReactTable .rt-expander {
  display: inline-block;
  position: relative;
  margin: 0;
  color: transparent;
  margin: 0 10px;
}

.ReactTable .rt-expander:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  cursor: pointer
}

.ReactTable .rt-expander.-open:after {
  transform: translate(-50%, -50%) rotate(0)
}

.ReactTable .rt-resizer {
  display: inline-block;
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  right: -18px;
  cursor: col-resize;
  z-index: 10
}

.ReactTable .rt-tfoot {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background: rgba(0, 0, 0, 0.05)
}

.ReactTable .-pagination {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.ReactTable .-pagination input,
.ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 4px;
  font-weight: normal;
  outline-width: 0
}

.ReactTable .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  transition: all .1s ease;
  cursor: pointer;
  outline-width: 0;
}

.ReactTable .-pagination .-btn[disabled] {
  opacity: .5;
  cursor: default
}

.ReactTable .-pagination .-btn:not([disabled]):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff
}

.ReactTable .-pagination .-previous,
.ReactTable .-pagination .-next {
  flex: 1;
  text-align: center
}

.ReactTable .-pagination .-center {
  flex: 1.5;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around
}

.ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap
}

.ReactTable .-pagination .-pageJump {
  display: inline-block;
}

.ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center
}

.ReactTable .-pagination .-pageSizeOptions {
  margin: 3px 10px
}

.-pagination-bottom{
  display: flex;
  justify-content: space-between;
}

.ReactTable .Table__pagination select {
  background: #fff;
  padding: 12px;
  font-size: inherit;
  border: 1px solid #CFD8E6;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-weight: 400;
}

.ReactTable .Table__pagination select option {
  background: #fff;
  padding: 12px;
  font-size: inherit;
  border: 1px solid #CFD8E6;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-weight: 400;
}

.ReactTable .rt-noData {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5)
}

.ReactTable .-loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.ReactTable .-loading>div {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  transform: translateY(-52%);
  transition: all .3s cubic-bezier(.25, .46, .45, .94)
}

.ReactTable .-loading.-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}

.ReactTable .-loading.-active>div {
  transform: translateY(50%)
}

.ReactTable .rt-resizing .rt-th,
.ReactTable .rt-resizing .rt-td {
  transition: none !important;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::after {
  top: 0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::after {
  bottom: 0;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  padding-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  padding-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  padding-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  padding-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 2px;
}

.react-datepicker__navigation--next {
  right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
}

.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
}

.react-datepicker__navigation-icon--next {
  left: -2px;
}

.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}

.react-datepicker__navigation-icon--previous {
  right: -2px;
}

.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range ,
.react-datepicker__year-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__year-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.service-illness-mapping {
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  padding-left: 20px;
}

.mapping-item {
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 1rem;
  /* Base font size for service items */
}

.service-header {
  font-size: 1rem;
}

.vertical-list {
  list-style-type: none;
  padding: 0;
  margin-left: 10px;
}

.vertical-item {
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: normal;
  /* Reduced font size for vertical items */
}

.vertical-header {
  font-size: 0.9rem;
  font-weight: normal;
}

.illness-list {
  list-style-type: none;
  padding: 0;
  /* margin-left: 20px; */
  display: flex;
  flex-wrap: wrap;
}

.illness-item {
  display: flex;
  align-items: center;
  background-color: #e6f0ff;
  opacity: 0.8;
  border-radius: 3px;
  padding: 5px;
  margin: 2px;
  font-size: 0.8rem;
  /* Further reduced font size for illness items */
}

.deselect-icon {
  margin-left: 10px;
  cursor: pointer;
  color: #000;
}

.section-title {
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 10px;
}

.custom-toggle {
  margin-left: 10px;
  margin-bottom: 1px;
  margin-top: 10px;
}

.section-Mapping {
  margin-bottom: 1px;
  margin-top: 10px;
  margin-left: 5px;
}

.collapse-icon {
  margin-left: 1rem;
  padding-top: 5px;
}

.custom-toggle.active .react-toggle-track {
  background-color: #714fff;
  /* Change color when toggle is active */
}

.custom-toggle.active .react-toggle-track:hover {
  background-color: #714fff;
  /* Change hover color when toggle is active */
}

.edit-custom-toggle.active .react-toggle-track {
  background-color: #714fff;
  margin-top: 0px;
  /* Change color when toggle is active */
}

.edit-custom-toggle.active .react-toggle-track:hover {
  background-color: #714fff;
  margin-top: 0px;
  /* Change hover color when toggle is active */
}

