@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, app/assets/stylesheets/vendors/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, app/assets/stylesheets/vendors/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, app/assets/stylesheets/vendors/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 48, app/assets/stylesheets/vendors/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 59, app/assets/stylesheets/vendors/_normalize.scss */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 71, app/assets/stylesheets/vendors/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 80, app/assets/stylesheets/vendors/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 90, app/assets/stylesheets/vendors/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 100, app/assets/stylesheets/vendors/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 111, app/assets/stylesheets/vendors/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 120, app/assets/stylesheets/vendors/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 128, app/assets/stylesheets/vendors/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 132, app/assets/stylesheets/vendors/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 143, app/assets/stylesheets/vendors/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 155, app/assets/stylesheets/vendors/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 171, app/assets/stylesheets/vendors/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 181, app/assets/stylesheets/vendors/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 190, app/assets/stylesheets/vendors/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 201, app/assets/stylesheets/vendors/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 213, app/assets/stylesheets/vendors/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 224, app/assets/stylesheets/vendors/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 235, app/assets/stylesheets/vendors/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 248, app/assets/stylesheets/vendors/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 256, app/assets/stylesheets/vendors/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 265, app/assets/stylesheets/vendors/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 275, app/assets/stylesheets/vendors/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 285, app/assets/stylesheets/vendors/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 294, app/assets/stylesheets/vendors/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 303, app/assets/stylesheets/vendors/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 315, app/assets/stylesheets/vendors/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 323, app/assets/stylesheets/vendors/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 334, app/assets/stylesheets/vendors/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 342, app/assets/stylesheets/vendors/_normalize.scss */
[hidden] {
  display: none;
}

/* line 59, app/assets/stylesheets/mixins/_buttons.scss */
.button-medium {
  width: 10.625rem;
}

/* line 2, app/assets/stylesheets/core/_core.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, app/assets/stylesheets/core/_core.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/core/_core.scss */
html {
  font-size: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

@media only screen and (min-width: 121rem) {
  /* line 12, app/assets/stylesheets/core/_core.scss */
  html {
    font-size: 22.4px;
  }
}

@media only screen and (min-width: 161rem) {
  /* line 12, app/assets/stylesheets/core/_core.scss */
  html {
    font-size: 28.8px;
  }
}

/* line 27, app/assets/stylesheets/core/_core.scss */
body {
  background-size: 100%;
  font-family: "Scene Std", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Gadget, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  color: #736973;
  background-color: white;
}

/* line 37, app/assets/stylesheets/core/_core.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, app/assets/stylesheets/core/_core.scss */
a {
  color: #5bc0de;
  text-decoration: none;
  transition: all .2s ease;
}

/* line 53, app/assets/stylesheets/core/_core.scss */
a:hover, a:focus {
  color: #28a1c5;
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/core/_core.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 64, app/assets/stylesheets/core/_core.scss */
figure {
  margin: 0;
}

/* line 68, app/assets/stylesheets/core/_core.scss */
img {
  max-width: 100%;
}

/* line 74, app/assets/stylesheets/core/_core.scss */
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #EEEEEE;
}

/* line 84, app/assets/stylesheets/core/_core.scss */
table th {
  text-align: left;
}

@font-face {
  font-family: 'Scene Std';
  src: local("Scene Std Black"), local("SceneStdBlack"), url(/assets/SceneStd-Black/font-f13c18d800ef81f7b2cf10e50d60becd1d16d20936e5d6c90d4c7ec813fa1353.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scene Std';
  src: local("Scene Std Bold"), local("SceneStdBold"), url(/assets/SceneStd-Bold/font-d37393053c6d0a4c5fd09f80c1c0d6caeaaf61688b4d34a90210422fdfc571c2.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scene Std';
  src: local("Scene Std Regular"), local("SceneStd-Regular"), url(/assets/SceneStd-Regular/font-c58f08ba03c342cd11a0553ef82d197c4367d726e2fb03d4c8cab3ea0516c8fe.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scene Std';
  src: local("Scene Std Medium"), local("SceneStd-Medium"), url(/assets/SceneStd-Medium/font-d210317459d438f7e0c26f59ba4a746f58df4088a55f37852e66eab6de02fa01.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scene Std';
  src: local("Scene Std Italic"), local("SceneStd-Italic"), url(/assets/SceneStd-Italic/font-50052c593d3f7f4a0bec3e5ecf0002607bf986024698331356cba9cf47c1e8f2.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'cxx';
  src: url(/assets/icons/cxx-4ea1a11e591ee523e7a514b90a7a18edcc5d7a819c393a960102aa308a7520fc.eot?w0vyzn);
  src: url(/assets/icons/cxx-4ea1a11e591ee523e7a514b90a7a18edcc5d7a819c393a960102aa308a7520fc.eot?w0vyzn#iefix) format("embedded-opentype"), url(/assets/icons/cxx-5ab597fffece8582ac50a8cc4a31ff32656e5e3a441b76cd2d1e4fefaf1985b1.ttf?w0vyzn) format("truetype"), url(/assets/icons/cxx-ec7a1b4cbd2056e8a5aa0f47b6f9265c55060b5430be3606afa5095252810740.woff?w0vyzn) format("woff"), url(/assets/icons/cxx-f2e06e160e0fd233c82808587dcff50991c15b2a02a50267644343da2d33784f.svg?w0vyzn#cxx) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/core/_font-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cxx', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, app/assets/stylesheets/core/_font-icons.scss */
.icon-check_n[class^="icon-"], .icon-check_n[class*=" icon-"] {
  line-height: 0;
}

/* line 32, app/assets/stylesheets/core/_font-icons.scss */
.icon-error:before {
  content: "\e924";
}

/* line 35, app/assets/stylesheets/core/_font-icons.scss */
.icon-filter:before {
  content: "\e925";
}

/* line 38, app/assets/stylesheets/core/_font-icons.scss */
.icon-book:before {
  content: "\e926";
}

/* line 41, app/assets/stylesheets/core/_font-icons.scss */
.icon-call-phone:before {
  content: "\e927";
}

/* line 44, app/assets/stylesheets/core/_font-icons.scss */
.icon-question:before {
  content: "\e928";
}

/* line 47, app/assets/stylesheets/core/_font-icons.scss */
.icon-items:before {
  content: "\e923";
}

/* line 50, app/assets/stylesheets/core/_font-icons.scss */
.icon-duplicated:before {
  content: "\e921";
}

/* line 53, app/assets/stylesheets/core/_font-icons.scss */
.icon-valid-check:before {
  content: "\e922";
}

/* line 56, app/assets/stylesheets/core/_font-icons.scss */
.icon-linkedin:before {
  content: "\e91e";
}

/* line 59, app/assets/stylesheets/core/_font-icons.scss */
.icon-twitter:before {
  content: "\e91f";
}

/* line 62, app/assets/stylesheets/core/_font-icons.scss */
.icon-youtube:before {
  content: "\e920";
}

/* line 65, app/assets/stylesheets/core/_font-icons.scss */
.icon-file-checked:before {
  content: "\e913";
}

/* line 68, app/assets/stylesheets/core/_font-icons.scss */
.icon-file-upload:before {
  content: "\e914";
}

/* line 71, app/assets/stylesheets/core/_font-icons.scss */
.icon-action:before {
  content: "\e915";
}

/* line 74, app/assets/stylesheets/core/_font-icons.scss */
.icon-file:before {
  content: "\e916";
}

/* line 77, app/assets/stylesheets/core/_font-icons.scss */
.icon-task:before {
  content: "\e917";
}

/* line 80, app/assets/stylesheets/core/_font-icons.scss */
.icon-eye:before {
  content: "\e918";
}

/* line 83, app/assets/stylesheets/core/_font-icons.scss */
.icon-post:before {
  content: "\e919";
}

/* line 86, app/assets/stylesheets/core/_font-icons.scss */
.icon-cloud:before {
  content: "\e91a";
}

/* line 89, app/assets/stylesheets/core/_font-icons.scss */
.icon-check-point:before {
  content: "\e91b";
}

/* line 92, app/assets/stylesheets/core/_font-icons.scss */
.icon-attach:before {
  content: "\e91c";
}

/* line 95, app/assets/stylesheets/core/_font-icons.scss */
.icon-exit:before {
  content: "\e91d";
}

/* line 98, app/assets/stylesheets/core/_font-icons.scss */
.icon-download:before {
  content: "\e912";
}

/* line 101, app/assets/stylesheets/core/_font-icons.scss */
.icon-link:before {
  content: "\e911";
}

/* line 104, app/assets/stylesheets/core/_font-icons.scss */
.icon-down-arrow:before {
  content: "\e90f";
}

/* line 107, app/assets/stylesheets/core/_font-icons.scss */
.icon-search:before {
  content: "\e910";
}

/* line 110, app/assets/stylesheets/core/_font-icons.scss */
.icon-right-arrow:before {
  content: "\e90d";
}

/* line 113, app/assets/stylesheets/core/_font-icons.scss */
.icon-left-arrow:before {
  content: "\e90e";
}

/* line 116, app/assets/stylesheets/core/_font-icons.scss */
.icon-clock:before {
  content: "\e907";
}

/* line 119, app/assets/stylesheets/core/_font-icons.scss */
.icon-plus:before {
  content: "\e908";
}

/* line 122, app/assets/stylesheets/core/_font-icons.scss */
.icon-calendar:before {
  content: "\e909";
}

/* line 125, app/assets/stylesheets/core/_font-icons.scss */
.icon-alert:before {
  content: "\e90a";
}

/* line 128, app/assets/stylesheets/core/_font-icons.scss */
.icon-info:before {
  content: "\e90b";
}

/* line 131, app/assets/stylesheets/core/_font-icons.scss */
.icon-list:before {
  content: "\e90c";
}

/* line 134, app/assets/stylesheets/core/_font-icons.scss */
.icon-flag:before {
  content: "\e900";
}

/* line 137, app/assets/stylesheets/core/_font-icons.scss */
.icon-close:before {
  content: "\e901";
}

/* line 140, app/assets/stylesheets/core/_font-icons.scss */
.icon-arrow_down_sm:before {
  content: "\e902";
}

/* line 143, app/assets/stylesheets/core/_font-icons.scss */
.icon-icon_minus:before {
  content: "\e903";
}

/* line 146, app/assets/stylesheets/core/_font-icons.scss */
.icon-check_n:before {
  content: "\e904";
}

/* line 149, app/assets/stylesheets/core/_font-icons.scss */
.icon-setting:before {
  content: "\e905";
}

/* line 152, app/assets/stylesheets/core/_font-icons.scss */
.icon-member:before {
  content: "\e906";
}

/* line 57, app/assets/stylesheets/core/_typography.scss */
h1, .h1 {
  font-size: 2.125rem;
  margin: 0;
  line-height: 45px;
  line-height: 2.8125rem;
  color: #1a091a;
}

/* line 63, app/assets/stylesheets/core/_typography.scss */
h2, .h2 {
  font-size: 1.5rem;
  margin: 0;
  color: #1a091a;
  line-height: 1.875rem;
}

/* line 69, app/assets/stylesheets/core/_typography.scss */
h3, .h3 {
  font-size: 1.25rem;
}

/* line 72, app/assets/stylesheets/core/_typography.scss */
h4, .h4 {
  font-size: 1.25rem;
}

/* line 75, app/assets/stylesheets/core/_typography.scss */
h5 {
  color: #000;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 0.09375rem;
}

/* line 82, app/assets/stylesheets/core/_typography.scss */
.label {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 2, app/assets/stylesheets/core/_layout.scss */
.container {
  max-width: 1190px;
  max-width: 74.375rem;
  margin: 0 auto;
  position: relative;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 41rem) {
  /* line 2, app/assets/stylesheets/core/_layout.scss */
  .container {
    padding: 0 -8.5rem;
  }
}

/* line 3, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 auto;
  list-style: none;
  margin: 0;
  margin-left: -0.625rem;
  padding: 0;
  width: 100%;
}

/* line 15, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid--flex-column {
  flex-direction: column;
}

/* line 19, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid--around {
  justify-content: space-around;
}

/* line 23, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid--center {
  justify-content: center;
}

/* line 27, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid--between {
  justify-content: space-between;
}

/* line 31, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid--wrap {
  flex-wrap: wrap;
}

/* line 35, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid--full {
  margin-left: 0;
}

/* line 38, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid--full > .flexgrid__item {
  padding-left: 0;
}

/* line 40, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid--full > .border-left.flexgrid__item:after {
  padding-right: 13px;
  border-right: 1px solid #ccc;
}

/* line 47, app/assets/stylesheets/core/_flexgrid.scss */
.flexgrid__item {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding-left: 0.625rem;
}

/* line 65, app/assets/stylesheets/core/_flexgrid.scss */
.xsmall--col-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding-left: 0.625rem;
}

/* line 65, app/assets/stylesheets/core/_flexgrid.scss */
.xsmall--col-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 0.625rem;
}

/* line 65, app/assets/stylesheets/core/_flexgrid.scss */
.xsmall--col-4, .xsmall--col-3 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 0.625rem;
}

/* line 65, app/assets/stylesheets/core/_flexgrid.scss */
.xsmall--col-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 0.625rem;
}

/* line 65, app/assets/stylesheets/core/_flexgrid.scss */
.xsmall--col-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 0.625rem;
}

/* line 65, app/assets/stylesheets/core/_flexgrid.scss */
.xsmall--col-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 0.625rem;
}

/* line 65, app/assets/stylesheets/core/_flexgrid.scss */
.xsmall--col-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding-left: 0.625rem;
}

/* line 65, app/assets/stylesheets/core/_flexgrid.scss */
.xsmall--col-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding-left: 0.625rem;
}

/* line 65, app/assets/stylesheets/core/_flexgrid.scss */
.xsmall--col-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 0.625rem;
}

@media only screen and (min-width: 41rem) {
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .small--col-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0.625rem;
  }
}

@media only screen and (min-width: 65rem) {
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .medium--col-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0.625rem;
  }
}

@media only screen and (min-width: 91rem) {
  /* line 71, app/assets/stylesheets/core/_flexgrid.scss */
  .large--col-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .large--col-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 0.625rem;
  }
  /* line 71, app/assets/stylesheets/core/_flexgrid.scss */
  .large--col-offset-3 {
    margin-left: 25%;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .large--col-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 0.625rem;
  }
  /* line 65, app/assets/stylesheets/core/_flexgrid.scss */
  .large--col-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.625rem;
  }
}

/* line 1, app/assets/stylesheets/modules/_alert.scss */
.alert {
  align-self: center;
  background-color: white;
  padding: 1rem 1.375rem;
  border-radius: 0.5rem;
  border: 1px solid #eaeaea;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 80;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.75rem;
  min-width: 36.875rem;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
  color: #93328E;
}

/* line 21, app/assets/stylesheets/modules/_alert.scss */
.alert__close {
  position: absolute;
  right: 0;
  padding: 1rem;
  top: -0.5625rem;
  cursor: pointer;
  background: transparent;
  border: none;
  opacity: 0.8;
  outline: none;
}

/* line 31, app/assets/stylesheets/modules/_alert.scss */
.alert__close span {
  color: #736973;
}

/* line 34, app/assets/stylesheets/modules/_alert.scss */
.alert__close:hover {
  opacity: 1;
}

/* line 38, app/assets/stylesheets/modules/_alert.scss */
.alert__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

/* line 43, app/assets/stylesheets/modules/_alert.scss */
.alert__icon span {
  font-size: 1.375rem;
  line-height: 0.0625rem;
}

/* line 48, app/assets/stylesheets/modules/_alert.scss */
.alert__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-right: 1.25rem;
  margin-left: 1.1875rem;
  text-align: left;
}

/* line 57, app/assets/stylesheets/modules/_alert.scss */
.alert__title {
  color: #1a091a;
  line-height: 1.25rem;
  font-weight: bold;
  font-size: 0.875rem;
}

/* line 64, app/assets/stylesheets/modules/_alert.scss */
.alert.error:before {
  content: "";
  height: 100%;
  width: 0.625rem;
  position: absolute;
  z-index: 3.75rem;
  top: 0;
  left: 0;
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: #F26423;
}

/* line 75, app/assets/stylesheets/modules/_alert.scss */
.alert.error .alert__description {
  font-size: 0.875rem;
  color: #574C57;
  line-height: 1.125rem;
}

/* line 80, app/assets/stylesheets/modules/_alert.scss */
.alert.error .alert__icon {
  background-color: rgba(242, 100, 35, 0.12);
}

/* line 82, app/assets/stylesheets/modules/_alert.scss */
.alert.error .alert__icon span {
  color: #F26423;
}

/* line 86, app/assets/stylesheets/modules/_alert.scss */
.alert.error li {
  color: #574C57;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: capitalize;
  margin-top: 0.5rem;
}

/* line 94, app/assets/stylesheets/modules/_alert.scss */
.alert.info {
  border: 1px solid #EFE7F0;
  background-color: white;
}

/* line 97, app/assets/stylesheets/modules/_alert.scss */
.alert.info .alert__description {
  color: #574C57;
  font-size: 0.875rem;
}

/* line 101, app/assets/stylesheets/modules/_alert.scss */
.alert.info .alert__icon {
  background-color: rgba(242, 100, 35, 0.12);
  width: 2.5625rem;
  height: 2.25rem;
  border-radius: 50%;
  margin-right: 0.625rem;
}

/* line 107, app/assets/stylesheets/modules/_alert.scss */
.alert.info .alert__icon span {
  color: #F26423;
}

/* line 111, app/assets/stylesheets/modules/_alert.scss */
.alert.info .alert__close {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: -1.5625rem;
  right: -0.625rem;
}

/* line 119, app/assets/stylesheets/modules/_alert.scss */
.alert.info.dark {
  border-left: 0.625rem solid #72246c;
}

/* line 122, app/assets/stylesheets/modules/_alert.scss */
.alert.info.dark .alert__icon {
  background-color: rgba(147, 50, 142, 0.12);
}

/* line 124, app/assets/stylesheets/modules/_alert.scss */
.alert.info.dark .alert__icon span {
  color: #72246c;
}

/* line 130, app/assets/stylesheets/modules/_alert.scss */
.alert.success {
  color: #1a091a;
  font-size: 0.875rem;
  padding: 0.6875rem;
  width: auto;
}

/* line 135, app/assets/stylesheets/modules/_alert.scss */
.alert.success:before {
  background-color: #50C0C9;
  border-radius: 0.5rem 0 0 0.5rem;
  content: "";
  height: 100%;
  left: 0;
  margin-right: tp-rem(8);
  position: absolute;
  top: 0;
  width: 0.625rem;
  z-index: 3.75rem;
}

/* line 147, app/assets/stylesheets/modules/_alert.scss */
.alert.success .alert__description {
  align-items: center;
  width: 100%;
}

/* line 151, app/assets/stylesheets/modules/_alert.scss */
.alert.success .alert__icon {
  background-color: rgba(80, 192, 201, 0.12);
  height: 2.25rem;
  width: 2.25rem;
  padding-left: 0.25rem;
  margin-left: 0.5rem;
}

/* line 157, app/assets/stylesheets/modules/_alert.scss */
.alert.success .alert__icon span {
  color: #50C0C9;
  margin-left: 0.3125rem;
  margin-right: 0.625rem;
}

/* line 164, app/assets/stylesheets/modules/_alert.scss */
.alert.warning {
  background-color: #fff0e9;
  border: 1px solid #F26423;
  box-shadow: none;
}

/* line 168, app/assets/stylesheets/modules/_alert.scss */
.alert.warning .alert__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #F26423;
}

/* line 174, app/assets/stylesheets/modules/_alert.scss */
.alert.default {
  background-color: #EFEEEF;
  border: none;
  box-shadow: none;
}

/* line 178, app/assets/stylesheets/modules/_alert.scss */
.alert.default .alert__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #736973;
}

/* line 183, app/assets/stylesheets/modules/_alert.scss */
.alert.default .icon {
  color: #93328E;
}

/* line 187, app/assets/stylesheets/modules/_alert.scss */
.alert .icon-alert {
  font-size: 1.25rem;
}

/* line 190, app/assets/stylesheets/modules/_alert.scss */
.alert--secondary {
  box-shadow: none;
  min-width: auto;
  padding: 0.9375rem 0.875rem;
  padding-left: 1.625rem;
}

/* line 195, app/assets/stylesheets/modules/_alert.scss */
.alert--secondary.hide {
  display: none;
}

/* line 198, app/assets/stylesheets/modules/_alert.scss */
.alert--secondary .alert__description {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

/* line 202, app/assets/stylesheets/modules/_alert.scss */
.alert--secondary.info {
  border: 1px solid #EAEAEA;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(96, 80, 96, 0.1);
  border-radius: 0.5rem;
}

/* line 207, app/assets/stylesheets/modules/_alert.scss */
.alert--secondary.info .alert__description {
  color: #1a091a;
}

/* line 211, app/assets/stylesheets/modules/_alert.scss */
.alert--secondary.warning {
  border: 1px solid #f2642373;
}

/* line 213, app/assets/stylesheets/modules/_alert.scss */
.alert--secondary.warning .alert__icon {
  background-color: #f2642333;
}

/* line 215, app/assets/stylesheets/modules/_alert.scss */
.alert--secondary.warning .alert__icon span {
  color: #F26423;
}

/* line 221, app/assets/stylesheets/modules/_alert.scss */
.alert--passwords {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* IE8 */
@media \0screen {
  /* line 230, app/assets/stylesheets/modules/_alert.scss */
  .Toaster__manager-top {
    max-width: none !important;
  }
}

/* IE9 */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  /* line 236, app/assets/stylesheets/modules/_alert.scss */
  .Toaster__manager-top {
    max-width: none !important;
  }
}

/* IE10-11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 242, app/assets/stylesheets/modules/_alert.scss */
  .Toaster__manager-top {
    max-width: none !important;
  }
}

/* line 1, app/assets/stylesheets/modules/_buttons.scss */
.button {
  padding: 0.75rem 1.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.75rem;
  font-weight: 300;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/modules/_buttons.scss */
.button--primary {
  color: #93328E;
  background-color: #efe7f0;
  border: none;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.scss */
.button--primary:hover, .button--primaryfocus {
  color: white;
  background-color: #93328E;
  transition: all .2s linear;
}

/* line 46, app/assets/stylesheets/mixins/_buttons.scss */
.button--primary:active {
  color: white;
  background-color: #736973;
}

/* line 8, app/assets/stylesheets/modules/_buttons.scss */
.button--secondary {
  color: white;
  background-color: #736973;
  border: none;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.scss */
.button--secondary:hover, .button--secondaryfocus {
  color: white;
  background-color: #93328E;
  transition: all .2s linear;
}

/* line 46, app/assets/stylesheets/mixins/_buttons.scss */
.button--secondary:active {
  color: white;
  background-color: #736973;
}

/* line 11, app/assets/stylesheets/modules/_buttons.scss */
.button--ssoerror {
  color: white;
  background-color: #736973;
  border: none;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.scss */
.button--ssoerror:hover, .button--ssoerrorfocus {
  color: white;
  background-color: #93328E;
  transition: all .2s linear;
}

/* line 46, app/assets/stylesheets/mixins/_buttons.scss */
.button--ssoerror:active {
  color: white;
  background-color: #736973;
}

/* line 14, app/assets/stylesheets/modules/_buttons.scss */
.button--default {
  color: #1a091a;
  background-color: #EEEEEE;
  border: none;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.scss */
.button--default:hover, .button--defaultfocus {
  color: white;
  background-color: #574C57;
  transition: all .2s linear;
}

/* line 46, app/assets/stylesheets/mixins/_buttons.scss */
.button--default:active {
  color: white;
  background-color: #736973;
}

/* line 17, app/assets/stylesheets/modules/_buttons.scss */
.button--purple {
  color: white;
  background-color: #93328E;
  border: none;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.scss */
.button--purple:hover, .button--purplefocus {
  color: white;
  background-color: #72246c;
  transition: all .2s linear;
}

/* line 46, app/assets/stylesheets/mixins/_buttons.scss */
.button--purple:active {
  color: white;
  background-color: #736973;
}

/* line 20, app/assets/stylesheets/modules/_buttons.scss */
.button--attach-file {
  border: 0.125rem dashed #736973 !important;
  color: #574C57;
  background-color: transparent;
}

/* line 24, app/assets/stylesheets/modules/_buttons.scss */
.button--attach-file:hover {
  color: #93328E !important;
  border: 0.125rem dashed #93328E !important;
}

/* line 28, app/assets/stylesheets/modules/_buttons.scss */
.button--attach-file:active {
  color: #93328E !important;
  border: 0.125rem dashed #93328E !important;
  background-color: #efe7f0 !important;
}

/* line 34, app/assets/stylesheets/modules/_buttons.scss */
.button--medium-width {
  width: 100%;
}

/* line 37, app/assets/stylesheets/modules/_buttons.scss */
.button__combined {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 0.625rem;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
}

/* line 44, app/assets/stylesheets/modules/_buttons.scss */
.button__combined .button-icon {
  background-color: rgba(115, 105, 115, 0.2);
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 0.3125rem;
}

/* line 53, app/assets/stylesheets/modules/_buttons.scss */
.button__combined .button-icon .icon-close {
  color: #736973;
}

/* line 57, app/assets/stylesheets/modules/_buttons.scss */
.button__combined span {
  color: #93328E;
}

/* line 61, app/assets/stylesheets/modules/_buttons.scss */
.button__combined:hover .button-icon {
  background-color: rgba(147, 50, 142, 0.2);
}

/* line 63, app/assets/stylesheets/modules/_buttons.scss */
.button__combined:hover .button-icon .icon-close {
  color: #93328E;
}

/* line 69, app/assets/stylesheets/modules/_buttons.scss */
.button__combined:active .button-icon {
  background-color: rgba(114, 36, 108, 0.2);
}

/* line 71, app/assets/stylesheets/modules/_buttons.scss */
.button__combined:active .button-icon .icon-close {
  color: #72246c;
}

/* line 75, app/assets/stylesheets/modules/_buttons.scss */
.button__combined:active span {
  color: #72246c;
}

/* line 80, app/assets/stylesheets/modules/_buttons.scss */
.button__combined:disabled .button-icon {
  background-color: rgba(115, 105, 115, 0.2);
  opacity: 0.1;
}

/* line 83, app/assets/stylesheets/modules/_buttons.scss */
.button__combined:disabled .button-icon .icon-close {
  color: #736973;
}

/* line 87, app/assets/stylesheets/modules/_buttons.scss */
.button__combined:disabled span {
  color: #B3AEB3;
}

/* line 1, app/assets/stylesheets/modules/_footer.scss */
.main-footer {
  background-color: #32002b;
}

/* line 3, app/assets/stylesheets/modules/_footer.scss */
.main-footer__content {
  padding: 1rem 0;
}

/* line 5, app/assets/stylesheets/modules/_footer.scss */
.main-footer__content span, .main-footer__content a {
  color: white;
  font-size: 0.875rem;
}

/* line 9, app/assets/stylesheets/modules/_footer.scss */
.main-footer__content a {
  font-weight: bold;
}

/* line 11, app/assets/stylesheets/modules/_footer.scss */
.main-footer__content a:hover {
  text-decoration: underline;
}

/* line 18, app/assets/stylesheets/modules/_footer.scss */
.align-items-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 24, app/assets/stylesheets/modules/_footer.scss */
.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 29, app/assets/stylesheets/modules/_footer.scss */
.social-links__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}

/* line 34, app/assets/stylesheets/modules/_footer.scss */
.social-links__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 40, app/assets/stylesheets/modules/_footer.scss */
.social-links__link {
  list-style: none;
  padding-left: 0.3125rem;
}

/* line 43, app/assets/stylesheets/modules/_footer.scss */
.social-links__link .icon {
  font-size: 1.5625rem;
}

/* line 50, app/assets/stylesheets/modules/_footer.scss */
.login-layout__footer span {
  line-height: 1.25rem;
  display: inline-block;
}

/* line 57, app/assets/stylesheets/modules/_footer.scss */
.dashboard-footer .container-fluid {
  padding: 0 3rem;
}

@media only screen and (min-width: 91rem) {
  /* line 57, app/assets/stylesheets/modules/_footer.scss */
  .dashboard-footer .container-fluid {
    max-width: 100%;
    padding: 0 1.5rem 0 3rem;
  }
}

/* line 1, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  scroll-padding: 0 50%;
  scroll-snap-type: x mandatory;
  border-bottom: 0.0625rem solid #EFEEEF !important;
  padding: 1.5rem 1.5625rem 0;
}

/* line 11, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0.9375rem;
  margin-top: 0.1875rem;
}

/* line 18, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__check {
  background-color: #EFEEEF;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 0.75rem;
  margin-top: 0.1875rem;
  font-weight: 400;
}

/* line 30, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__title {
  line-height: 0.9375rem;
  font-size: 0.875rem;
}

/* line 34, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__caption {
  color: #1a091a;
  font-size: 0.75rem;
  font-weight: 100;
}

/* line 39, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__search {
  display: flex;
  margin-top: 1.875rem;
}

/* line 43, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__tabs {
  padding-right: 0rem !important;
  margin-left: 0.625rem;
  margin-right: 0.9375rem;
}

/* line 48, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__tab-info {
  margin-left: 0rem;
}

/* line 51, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav > button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
}

/* line 56, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav > button.blocked {
  pointer-events: none;
}

/* line 60, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav::-webkit-scrollbar {
  display: none;
  background: transparent;
}

/* line 64, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item {
  display: flex;
  padding-bottom: 0.8125rem;
  position: relative;
  padding-right: 2.5rem;
  cursor: pointer;
  scroll-snap-align: start;
}

/* line 71, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item:after {
  content: "";
  position: absolute;
  border-bottom: 0.1875rem solid #93328E;
  bottom: 0.0625rem;
  transition: all .3s ease;
  z-index: 33;
  left: 0;
}

/* line 82, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--completed .form-nav__info {
  color: #93328E;
}

/* line 83, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--completed .form-nav__title {
  font-weight: 500;
}

/* line 84, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--completed .form-nav__check {
  background-color: #efe7f0;
  color: #93328E;
}

/* line 89, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--completed:after {
  width: 100%;
}

/* line 93, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--not-completed .form-nav__title {
  font-weight: 500;
}

/* line 96, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--not-completed .form-nav__info {
  color: #1a091a;
  font-weight: 400;
}

/* line 100, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--not-completed .form-nav__caption {
  color: #736973;
}

/* line 103, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--not-completed .form-nav__check {
  color: #1a091a;
}

/* line 107, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--not-completed:after {
  width: 60%;
}

/* line 111, app/assets/stylesheets/modules/_form-nav.scss */
.form-nav__item--blocked .form-nav__title, .form-nav__item--blocked .form-nav__caption {
  color: #736973;
}

/* line 117, app/assets/stylesheets/modules/_form-nav.scss */
.bottom-line, .bottom-line--bt {
  position: relative;
  width: 100%;
}

/* line 120, app/assets/stylesheets/modules/_form-nav.scss */
.bottom-line--bt {
  margin-bottom: 1.5rem;
}

/* line 125, app/assets/stylesheets/modules/_form-nav.scss */
.bottom-line:after, .bottom-line--bt:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #EFEEEF;
  width: calc(100% + 3rem);
  height: 0.0625rem;
  right: 0;
  left: -1.5rem;
  bottom: 0.0625rem;
}

/* line 136, app/assets/stylesheets/modules/_form-nav.scss */
.editable {
  position: relative;
}

/* line 138, app/assets/stylesheets/modules/_form-nav.scss */
.editable .edit-label {
  position: absolute;
  right: 0;
  top: 0;
  color: #93328E;
  font-style: normal;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

/* line 148, app/assets/stylesheets/modules/_form-nav.scss */
.cancel-btn {
  margin-left: 0.5rem;
}

/* line 151, app/assets/stylesheets/modules/_form-nav.scss */
.modal-fax {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 157, app/assets/stylesheets/modules/_form-nav.scss */
input[type="time"]::-webkit-clear-button {
  display: none;
}

/* line 2, app/assets/stylesheets/modules/_form.scss */
.form__title {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #1a091a;
  margin-bottom: 0.3125rem;
  letter-spacing: 0.09375rem;
}

/* line 10, app/assets/stylesheets/modules/_form.scss */
.form .button {
  font-weight: 500;
}

/* line 13, app/assets/stylesheets/modules/_form.scss */
.form__text-header {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* line 16, app/assets/stylesheets/modules/_form.scss */
.form__text-header img {
  display: none;
}

/* line 19, app/assets/stylesheets/modules/_form.scss */
.form__text-header.success-status {
  display: flex !important;
}

/* line 21, app/assets/stylesheets/modules/_form.scss */
.form__text-header.success-status img {
  margin-right: 0.9375rem;
  display: block;
}

/* line 26, app/assets/stylesheets/modules/_form.scss */
.form__text-header h2 {
  line-height: 1.6875rem;
  font-weight: bold;
}

/* line 30, app/assets/stylesheets/modules/_form.scss */
.form__text-header .form__subs {
  font-size: 0.9375rem;
}

/* line 34, app/assets/stylesheets/modules/_form.scss */
.form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.625rem;
  position: relative;
}

/* line 39, app/assets/stylesheets/modules/_form.scss */
.form__group .counter {
  font-size: 0.75rem;
  color: #c3bfc3;
  font-weight: 500;
  position: absolute;
  right: 0.0625rem;
}

/* line 46, app/assets/stylesheets/modules/_form.scss */
.form__group label {
  color: #574C57;
  position: relative;
  font-weight: 100;
  text-transform: capitalize;
}

/* line 51, app/assets/stylesheets/modules/_form.scss */
.form__group label::first-letter {
  text-transform: capitalize;
}

/* line 55, app/assets/stylesheets/modules/_form.scss */
.form__group input {
  font-size: 0.8125rem;
}

/* line 57, app/assets/stylesheets/modules/_form.scss */
.form__group input[aria-readonly=true], .form__group input[readonly] {
  background-color: #EFEEEF;
}

/* line 61, app/assets/stylesheets/modules/_form.scss */
.form__group input::-ms-clear {
  display: none;
}

/* line 65, app/assets/stylesheets/modules/_form.scss */
.form__group.full {
  margin: 0;
}

/* line 69, app/assets/stylesheets/modules/_form.scss */
.form__error {
  margin-top: 0.5rem;
}

/* line 71, app/assets/stylesheets/modules/_form.scss */
.form__error-message {
  margin-bottom: 0.125rem;
  color: #F26423;
  font-size: 0.8125rem;
  font-weight: 500;
}

/* line 76, app/assets/stylesheets/modules/_form.scss */
.form__error-message.hide {
  display: none;
}

/* line 80, app/assets/stylesheets/modules/_form.scss */
.form__error button {
  font-weight: normal;
  height: auto;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

/* line 87, app/assets/stylesheets/modules/_form.scss */
.form__label {
  color: black;
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}

/* line 92, app/assets/stylesheets/modules/_form.scss */
.form__input {
  border: none;
  color: #1a091a;
  background-color: #EFEEEF;
  padding: 0.625rem;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  outline: none;
  transition: all 0.2s linear;
}

/* line 101, app/assets/stylesheets/modules/_form.scss */
.form__inputselect {
  background: inherit;
}

@media only screen and (max-width: 40rem) {
  /* line 92, app/assets/stylesheets/modules/_form.scss */
  .form__input {
    width: 100%;
  }
}

@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  /* line 92, app/assets/stylesheets/modules/_form.scss */
  .form__input {
    width: 100%;
  }
}

/* line 111, app/assets/stylesheets/modules/_form.scss */
.form__textarea {
  border: 0;
  border-bottom: 1px solid #736973;
  height: 3.9375rem;
  outline: none;
  width: 92%;
}

/* line 118, app/assets/stylesheets/modules/_form.scss */
.form__check-content {
  display: flex;
  flex-direction: row;
}

/* line 122, app/assets/stylesheets/modules/_form.scss */
.form__check-group {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-right: 2.5rem;
  position: relative;
}

/* line 128, app/assets/stylesheets/modules/_form.scss */
.form__check-group label {
  align-items: center;
  color: #EFEEEF;
  cursor: pointer;
  display: flex;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  padding-left: 1.6875rem;
  position: relative;
  user-select: none;
}

/* line 138, app/assets/stylesheets/modules/_form.scss */
.form__check-group label:hover input ~ .form__check {
  background-color: #EEEEEE;
}

/* line 142, app/assets/stylesheets/modules/_form.scss */
.form__check-group label input {
  opacity: 0;
  position: absolute;
}

/* line 145, app/assets/stylesheets/modules/_form.scss */
.form__check-group label input:checked .form__check {
  background-color: white;
}

/* line 148, app/assets/stylesheets/modules/_form.scss */
.form__check-group label input:checked ~ .form__check:after {
  display: block;
}

/* line 154, app/assets/stylesheets/modules/_form.scss */
.form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 158, app/assets/stylesheets/modules/_form.scss */
.form__header .info-title {
  font-weight: 900;
  line-height: 1rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin: 0;
}

/* line 166, app/assets/stylesheets/modules/_form.scss */
.form__header .info-icon {
  background: rgba(147, 50, 142, 0.12);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.25rem;
  margin-left: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

/* line 178, app/assets/stylesheets/modules/_form.scss */
.form__check {
  background-color: white;
  border: 1px solid #EFEEEF;
  border-radius: 50%;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.125rem;
}

/* line 188, app/assets/stylesheets/modules/_form.scss */
.form__check:after {
  background: #EFEEEF;
  border-radius: 50%;
  content: "";
  display: none;
  height: 0.75rem;
  left: 0.125rem;
  position: absolute;
  top: 0.125rem;
  transition: all 0.3s linear;
  width: 0.75rem;
}

/* line 201, app/assets/stylesheets/modules/_form.scss */
.form__text {
  color: #1a091a;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}

/* line 208, app/assets/stylesheets/modules/_form.scss */
.form--separator {
  color: #eaeaea;
  height: 0.0625rem;
  margin: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.625rem;
  width: calc(100% + 3.1875rem);
}

/* line 218, app/assets/stylesheets/modules/_form.scss */
.info-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2rem;
}

/* line 224, app/assets/stylesheets/modules/_form.scss */
.icon-back {
  cursor: pointer;
  background-color: #efeeef;
  border-radius: 0.25rem;
  height: 1.5rem;
  margin-top: 0.875rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.875rem;
  transition: all 0.1s linear;
  border: none;
  color: #574c57;
}

/* line 238, app/assets/stylesheets/modules/_form.scss */
.icon-back:hover {
  background-color: #d2d1d2;
}

/* line 241, app/assets/stylesheets/modules/_form.scss */
.icon-back.forward {
  margin-left: auto;
}

/* line 246, app/assets/stylesheets/modules/_form.scss */
.edit-link {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.875rem;
  color: #93328E;
}

/* line 254, app/assets/stylesheets/modules/_form.scss */
.form-edit input {
  background-color: #efeeef !important;
}

/* line 259, app/assets/stylesheets/modules/_form.scss */
input.error,
textarea.error {
  border-bottom: 1px solid #d9534f;
}

/* line 263, app/assets/stylesheets/modules/_form.scss */
label.error {
  color: #d9534f;
  font-size: 0.8125rem;
  margin-bottom: -2rem;
  margin-top: 0.625rem;
}

/* line 270, app/assets/stylesheets/modules/_form.scss */
.placeholder {
  margin: 0 auto;
  height: 1rem;
  border-radius: 0.125rem;
  background-color: #eee;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -29.25rem 0;
  }
  100% {
    background-position: 29.25rem 0;
  }
}

/* line 288, app/assets/stylesheets/modules/_form.scss */
.animated-background {
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #efe7f0 10%, #DFCADF 18%, #efe7f0 33%);
  background-size: 50rem 6.5rem;
  height: 1rem;
  border-radius: 0.125rem;
  position: relative;
}

/* line 301, app/assets/stylesheets/modules/_form.scss */
.react-datepicker__day--selected,
.react-datepicker__day--keyboard-selected {
  background: #93328E !important;
  border-radius: 100% !important;
}

/* line 307, app/assets/stylesheets/modules/_form.scss */
.radio-question {
  margin-bottom: 0.9375rem;
  padding-left: 1.125rem;
}

/* line 310, app/assets/stylesheets/modules/_form.scss */
.radio-question::before {
  content: "\A";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #F26423;
  display: block;
  position: relative;
  top: 1rem;
  right: 1.125rem;
}

/* line 321, app/assets/stylesheets/modules/_form.scss */
.radio-question .form__subs {
  display: block;
  font-size: 0.9375rem;
}

/* line 327, app/assets/stylesheets/modules/_form.scss */
.radiogroup {
  place-items: baseline;
  color: #574C57;
}

/* line 331, app/assets/stylesheets/modules/_form.scss */
.radiogroup label > div {
  font-weight: 500;
  font-size: 0.8125rem;
  color: #574C57;
  opacity: 1;
}

/* line 339, app/assets/stylesheets/modules/_form.scss */
.radiogroup div[type="radio"] {
  border: 0.1125rem solid #c3bfc3;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

/* line 344, app/assets/stylesheets/modules/_form.scss */
.radiogroup div[type="radio"] > span {
  background-color: #93328E;
  width: 0.75rem;
  height: 0.75rem;
}

/* line 350, app/assets/stylesheets/modules/_form.scss */
.radiogroup input[type="radio"]:disabled + div[type="radio"] {
  background-color: white;
  border-color: #c3bfc3;
}

/* line 354, app/assets/stylesheets/modules/_form.scss */
.radiogroup input[type="radio"][disabled]:checked + div[type="radio"] {
  border-color: #736973;
}

/* line 356, app/assets/stylesheets/modules/_form.scss */
.radiogroup input[type="radio"][disabled]:checked + div[type="radio"] > span {
  background-color: #736973;
}

/* line 360, app/assets/stylesheets/modules/_form.scss */
.radiogroup input[type="radio"]:checked + div[type="radio"],
.radiogroup input[type="radio"][aria-checked="mixed"] + div[type="radio"] {
  background-color: white;
  border-color: #93328E;
}

/* line 365, app/assets/stylesheets/modules/_form.scss */
.radiogroup input[type="radio"]:focus + div[type="radio"] {
  box-shadow: 0 0 0 3px rgba(147, 50, 142, 0.1);
}

/* line 371, app/assets/stylesheets/modules/_form.scss */
.checkbox div:nth-child(2) {
  border-color: #c3bfc3;
  border-radius: 0.375rem;
}

/* line 374, app/assets/stylesheets/modules/_form.scss */
.checkbox div:nth-child(2) svg {
  width: 0.625rem;
  height: 0.625rem;
}

/* line 379, app/assets/stylesheets/modules/_form.scss */
.checkbox input[type=checkbox]:focus + div {
  box-shadow: 0 0 0 3px rgba(147, 50, 142, 0.1);
}

/* line 382, app/assets/stylesheets/modules/_form.scss */
.checkbox div:nth-child(3) {
  font-weight: 500;
  font-size: 0.8125rem;
  color: #574C57;
  opacity: 1;
}

/* line 391, app/assets/stylesheets/modules/_form.scss */
.form-check label {
  margin-top: 0.625rem;
}

/* line 396, app/assets/stylesheets/modules/_form.scss */
.react-datepicker-wrapper {
  width: 100%;
}

/* line 400, app/assets/stylesheets/modules/_form.scss */
.section-card, .tab-card__panel {
  background-color: white;
  padding: 0.75rem;
  border: 1px solid #efeeef;
  border-radius: 0.625rem;
}

/* line 405, app/assets/stylesheets/modules/_form.scss */
.section-card__title {
  font-size: 0.625rem;
  color: #736973;
  line-height: 1rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.625rem;
  position: relative;
}

/* line 414, app/assets/stylesheets/modules/_form.scss */
.section-card__title--no-content {
  margin-bottom: 0;
  margin-right: 1rem;
}

/* line 419, app/assets/stylesheets/modules/_form.scss */
.section-card__content {
  font-size: 0.9375rem;
}

/* line 422, app/assets/stylesheets/modules/_form.scss */
.section-card__links {
  margin-top: 0.3125rem;
  padding: 0;
}

/* line 426, app/assets/stylesheets/modules/_form.scss */
.section-card__item {
  display: block;
  margin-bottom: 0.625rem;
  list-style: none;
}

/* line 431, app/assets/stylesheets/modules/_form.scss */
.section-card__link-item {
  line-height: 1.25rem;
  color: #72246c;
  cursor: pointer;
}

/* line 435, app/assets/stylesheets/modules/_form.scss */
.section-card__link-item span {
  margin-right: 0.625rem;
}

/* line 439, app/assets/stylesheets/modules/_form.scss */
.section-card__code {
  color: #1A091A;
  font-size: 1.25rem;
  display: block;
  font-weight: 700;
  line-height: 1.875rem;
}

/* line 446, app/assets/stylesheets/modules/_form.scss */
.section-card__view-link {
  display: block;
  margin-bottom: 0.3125rem;
  margin-top: 0.9375rem;
  list-style: none;
  text-align: center;
}

/* line 456, app/assets/stylesheets/modules/_form.scss */
.card__list {
  padding: 0;
  margin: 0;
}

/* line 459, app/assets/stylesheets/modules/_form.scss */
.card__list-item {
  list-style: none;
  display: flex;
  text-align: left;
  font-size: 0.875rem;
  text-transform: capitalize;
  border-bottom: 1px solid #efeeef;
  margin-bottom: 0.5rem;
}

/* line 467, app/assets/stylesheets/modules/_form.scss */
.card__list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 471, app/assets/stylesheets/modules/_form.scss */
.card__list-item.no-capitalize {
  text-transform: none;
}

/* line 475, app/assets/stylesheets/modules/_form.scss */
.card__list-name {
  width: 50%;
  color: #736973;
  margin-bottom: 0.3125rem;
}

/* line 480, app/assets/stylesheets/modules/_form.scss */
.card__list-education {
  width: 75%;
  color: #736973;
  margin-bottom: 0.3125rem;
}

/* line 485, app/assets/stylesheets/modules/_form.scss */
.card__list-description {
  width: 50%;
  color: #1a091a;
}

/* line 493, app/assets/stylesheets/modules/_form.scss */
.tab-card__tab {
  background-color: white;
  border-color: #efeeef !important;
}

/* line 497, app/assets/stylesheets/modules/_form.scss */
.tab-card__list {
  border-bottom: none !important;
}

/* line 499, app/assets/stylesheets/modules/_form.scss */
.tab-card__list button {
  color: #93328E !important;
  font-weight: 500;
  font-size: 0.8125rem;
  border-radius: 0.625rem 0.625rem 0 0;
  border-bottom-color: white !important;
}

/* line 507, app/assets/stylesheets/modules/_form.scss */
.tab-card__panel {
  padding: 1.0625rem 0.75rem;
  border-radius: 0 0.625rem 0.625rem 0.625rem;
  background-color: white;
  margin: 0;
}

/* line 516, app/assets/stylesheets/modules/_form.scss */
.upload-button, .upload-button--has-file {
  padding: 2.375rem 0;
  border: 0.0625rem dashed #736973;
  color: #736973;
  font-size: 0.875rem;
  border-radius: 0.625rem;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: all .2s linear;
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* line 529, app/assets/stylesheets/modules/_form.scss */
.upload-button__input-text {
  font-weight: bolder;
  line-height: 1.25rem;
}

/* line 532, app/assets/stylesheets/modules/_form.scss */
.upload-button__input-text--light {
  font-weight: normal;
  font-style: normal;
  display: block;
}

/* line 537, app/assets/stylesheets/modules/_form.scss */
.upload-button__input-text--highlight {
  color: #93328E;
}

/* line 541, app/assets/stylesheets/modules/_form.scss */
.upload-button:hover, .upload-button--has-file:hover {
  background: rgba(0, 0, 0, 0.06);
}

/* line 544, app/assets/stylesheets/modules/_form.scss */
.upload-button__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 90%;
}

/* line 550, app/assets/stylesheets/modules/_form.scss */
.upload-button--subtext {
  font-weight: 400;
}

/* line 553, app/assets/stylesheets/modules/_form.scss */
.upload-button__close {
  background: transparent;
  border: none;
  padding: 0.0625rem;
  cursor: pointer;
}

/* line 558, app/assets/stylesheets/modules/_form.scss */
.upload-button__close span {
  font-size: 0.625rem;
  margin-left: 0.5625rem;
}

/* line 563, app/assets/stylesheets/modules/_form.scss */
.upload-button__icon-attach {
  font-size: 1.5rem;
  display: block;
  margin: 0 auto 1rem;
}

/* line 568, app/assets/stylesheets/modules/_form.scss */
.upload-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 573, app/assets/stylesheets/modules/_form.scss */
.upload-button--has-file {
  padding: 0.625rem 1.75rem 0.625rem;
  background-color: #EFE7F0;
  border: 0.0625rem dashed #93328E;
  color: #93328E;
  font-weight: 600;
  margin-right: 0.75rem;
}

/* line 581, app/assets/stylesheets/modules/_form.scss */
.upload-button--has-file button {
  background: transparent;
  border: none;
  cursor: pointer;
  left: 0.875rem;
  position: relative;
}

/* line 588, app/assets/stylesheets/modules/_form.scss */
.upload-button--has-file .icon-close {
  font-size: 0.75rem;
  color: #93328e;
}

/* line 593, app/assets/stylesheets/modules/_form.scss */
.upload-button--text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

/* line 602, app/assets/stylesheets/modules/_form.scss */
.info-detail .summary {
  padding: 1rem 1.25rem 0.5625rem;
  border-bottom: 0.125rem solid #93328E;
  margin: 0 -0.0625rem;
}

/* line 608, app/assets/stylesheets/modules/_form.scss */
.summary {
  background-color: #efe7f0;
  margin: -0.0625rem -1.5625rem 0 -1.5625rem;
  padding: 0.5rem 1.5625rem 0 1.5625rem;
}

/* line 612, app/assets/stylesheets/modules/_form.scss */
.summary--modal {
  margin: 0.625rem 0;
  padding: 0.625rem 1.5625rem 0.3125rem 1.5625rem;
}

/* line 616, app/assets/stylesheets/modules/_form.scss */
.summary__list {
  padding: 0;
  margin: 0;
  display: inline;
  display: flex;
  align-items: center;
}

/* line 623, app/assets/stylesheets/modules/_form.scss */
.summary__item {
  list-style: none;
  padding-right: 3rem;
}

/* line 627, app/assets/stylesheets/modules/_form.scss */
.summary__name {
  font-size: 0.75rem;
  color: #574C57;
  line-height: 0.75rem;
}

/* line 632, app/assets/stylesheets/modules/_form.scss */
.summary__sub {
  font-size: 0.875rem;
  color: #93328E;
  font-weight: 500;
}

/* line 637, app/assets/stylesheets/modules/_form.scss */
.summary--status {
  border-bottom: 0.125rem solid #93328E;
  padding: 0.8125rem 1.5625rem;
}

/* line 641, app/assets/stylesheets/modules/_form.scss */
.summary--container {
  padding-left: 1.5625rem;
  margin-right: 0;
  margin-left: 0;
}

/* line 649, app/assets/stylesheets/modules/_form.scss */
.card-list__content {
  border: 0.0625rem solid #EFEEEF;
  border-radius: 0.625rem;
  margin-bottom: 0.75rem;
  max-height: 25rem;
  overflow: auto;
  padding: 0;
}

/* line 656, app/assets/stylesheets/modules/_form.scss */
.card-list__content--flex {
  align-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 664, app/assets/stylesheets/modules/_form.scss */
.card-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8125rem 1rem;
  border-bottom: 0.0625rem solid #EFEEEF;
}

/* line 671, app/assets/stylesheets/modules/_form.scss */
.card-list__item-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin-right: 0.625rem;
}

/* line 677, app/assets/stylesheets/modules/_form.scss */
.card-list__item-name span {
  font-size: 0.9375rem;
}

/* line 681, app/assets/stylesheets/modules/_form.scss */
.card-list__title {
  display: flex;
  width: 100%;
}

/* line 684, app/assets/stylesheets/modules/_form.scss */
.card-list__title span {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 688, app/assets/stylesheets/modules/_form.scss */
.card-list__title-file, .card-list__title-type {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
}

/* line 693, app/assets/stylesheets/modules/_form.scss */
.card-list__title-type {
  margin-right: 8.375rem;
}

/* line 697, app/assets/stylesheets/modules/_form.scss */
.card-list__remove {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(242, 100, 35, 0.1);
  border: none;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

/* line 708, app/assets/stylesheets/modules/_form.scss */
.card-list__remove span {
  color: #F26423;
}

/* line 712, app/assets/stylesheets/modules/_form.scss */
.card-list__empty {
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 718, app/assets/stylesheets/modules/_form.scss */
.card-list__empty .empty-icon {
  color: #c3bfc3;
}

/* line 722, app/assets/stylesheets/modules/_form.scss */
.card-list__empty-text {
  font-size: 1.125rem;
  margin-top: 0.625rem;
  color: #c3bfc3;
}

/* line 727, app/assets/stylesheets/modules/_form.scss */
.card-list .card-icon {
  margin-right: 1.25rem;
  position: relative;
  top: 0.1875rem;
}

/* line 734, app/assets/stylesheets/modules/_form.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0.3125rem;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

/* line 747, app/assets/stylesheets/modules/_form.scss */
select::-ms-expand {
  display: none;
}

/* line 751, app/assets/stylesheets/modules/_form.scss */
.actions {
  margin-top: 0.9375rem;
}

/* line 755, app/assets/stylesheets/modules/_form.scss */
.item-list {
  margin-top: 1.875rem;
  margin-left: 0;
}

/* line 758, app/assets/stylesheets/modules/_form.scss */
.item-list .upload-button--has-file {
  margin-right: 0.9375rem;
}

/* IE8 */
@media \0screen {
  /* line 764, app/assets/stylesheets/modules/_form.scss */
  .form__input {
    padding-bottom: 1.25rem;
  }
}

/* IE9 */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  /* line 770, app/assets/stylesheets/modules/_form.scss */
  .form__input {
    padding-bottom: 1.25rem;
  }
}

/* IE10-11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 776, app/assets/stylesheets/modules/_form.scss */
  .form__input {
    padding-bottom: 1.25rem;
  }
}

/* line 782, app/assets/stylesheets/modules/_form.scss */
.filter-form__header {
  position: relative;
  padding: 0.625rem 0;
}

/* line 786, app/assets/stylesheets/modules/_form.scss */
.filter-form__header.isVisible .icon-down-arrow {
  transition: all .1s linear;
  transform: rotate(180deg);
  display: inline-block;
  color: #93328E;
}

/* line 793, app/assets/stylesheets/modules/_form.scss */
.filter-form__header span {
  font-weight: 500;
  cursor: pointer;
}

/* line 796, app/assets/stylesheets/modules/_form.scss */
.filter-form__header span:hover {
  color: black;
}

/* line 801, app/assets/stylesheets/modules/_form.scss */
.filter-form__clear {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 0.625rem;
  margin-top: 0.5rem;
}

/* line 807, app/assets/stylesheets/modules/_form.scss */
.filter-form__clear .icon-clear {
  width: 1.0625rem;
  height: 1.0625rem;
  background: #EFEEEF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 0.3125rem;
}

/* line 816, app/assets/stylesheets/modules/_form.scss */
.filter-form__clear .icon-clear .icon-close {
  color: gray;
}

/* line 820, app/assets/stylesheets/modules/_form.scss */
.filter-form__clear span {
  color: #93328E;
}

/* line 824, app/assets/stylesheets/modules/_form.scss */
.filter-form .search__form {
  height: 3.75rem;
}

/* line 830, app/assets/stylesheets/modules/_form.scss */
.button-attachment .button {
  text-align: center;
}

/* line 834, app/assets/stylesheets/modules/_form.scss */
.hide {
  display: none;
}

/* line 837, app/assets/stylesheets/modules/_form.scss */
.contact-method-dropdown [class*="-menu"] {
  z-index: 999;
}

/* line 1, app/assets/stylesheets/modules/_grid-content.scss */
#member-form {
  z-index: 1000;
  position: relative;
  border-radius: 0.25rem;
}

/* line 7, app/assets/stylesheets/modules/_grid-content.scss */
.grid-box {
  position: relative;
  height: auto !important;
}

/* line 12, app/assets/stylesheets/modules/_grid-content.scss */
.grid-container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 14.875rem 1fr;
  -ms-grid-columns: 14.875rem 1fr;
  grid-template-rows: 3.375rem 1fr;
  -ms-grid-rows: 3.375rem 1fr;
  grid-template-areas: "main-navbar main-navbar" "main-sidebar main-layout" "main-sidebar main-layout";
  height: 100vh;
  overflow: hidden;
}

@media only screen and (min-width: 41rem) and (max-width: 64rem), only screen and (max-width: 40rem) {
  /* line 12, app/assets/stylesheets/modules/_grid-content.scss */
  .grid-container {
    grid-template-columns: 7.0625rem 1fr;
    -ms-grid-columns: 7.0625rem 1fr;
    grid-template-areas: "main-navbar main-navbar" "main-sidebar main-layout" "main-sidebar main-layout";
  }
}

/* line 36, app/assets/stylesheets/modules/_grid-content.scss */
.main-navbar {
  grid-area: main-navbar;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

/* line 42, app/assets/stylesheets/modules/_grid-content.scss */
.main-sidebar {
  grid-area: main-sidebar;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: flex;
  flex-direction: column;
}

/* line 50, app/assets/stylesheets/modules/_grid-content.scss */
.main-header {
  grid-area: main-header;
}

/* line 54, app/assets/stylesheets/modules/_grid-content.scss */
.main-layout {
  grid-area: main-layout;
  flex-direction: column;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  /* overflow: hidden;
  overflow-y: auto; */
}

/* line 63, app/assets/stylesheets/modules/_grid-content.scss */
.main-layout__content {
  min-height: calc(100vh - 18.125rem);
  display: flex;
  flex-direction: column;
}

/* line 68, app/assets/stylesheets/modules/_grid-content.scss */
.main-layout.full {
  padding: 0;
}

/* line 72, app/assets/stylesheets/modules/_grid-content.scss */
.main-layout.main-layout--demo {
  overflow-y: hidden;
}

/* line 77, app/assets/stylesheets/modules/_grid-content.scss */
.dashboard-footer {
  height: 15.625rem;
  margin: 1.5rem -1.5rem -1.5rem;
  max-width: calc(100% + 1.5rem);
}

/* line 83, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main-page-5 {
  z-index: 1001;
  position: relative;
  margin-left: 9rem;
}

/* line 89, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main-sub {
  position: absolute;
  pointer-events: all;
}

/* line 93, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main-sub.page-2 {
  padding-top: 65px;
}

/* line 97, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main-sub.page-3 {
  padding-left: 0.5rem;
  margin-top: 0.3rem;
}

/* line 102, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main-sub.page-4 {
  left: -24rem;
  z-index: 2000;
}

/* line 108, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main-pointer {
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-right: 0.625rem solid #93328e;
  position: absolute;
}

/* line 117, app/assets/stylesheets/modules/_grid-content.scss */
.second-pointer {
  top: 7rem;
  left: -0.625rem;
}

/* line 122, app/assets/stylesheets/modules/_grid-content.scss */
.third-pointer {
  top: -0.625rem;
  left: 0.625rem;
}

/* line 126, app/assets/stylesheets/modules/_grid-content.scss */
.third-pointer.page-3 {
  position: relative;
  transform: rotate(90deg);
  margin-left: 10px;
  top: 5px;
}

/* line 134, app/assets/stylesheets/modules/_grid-content.scss */
.fourth-pointer {
  top: 1.75rem;
  right: 0.5rem;
}

/* line 138, app/assets/stylesheets/modules/_grid-content.scss */
.fourth-pointer.page-4 {
  transform: rotate(90deg);
  top: 12%;
  right: 3%;
}

/* line 145, app/assets/stylesheets/modules/_grid-content.scss */
.fifth-pointer {
  top: -0.9rem;
  left: 1rem;
  transform: rotate(90deg);
}

/* line 151, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main-p {
  font-size: 1.25rem;
  font-weight: 900;
  color: white;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

/* line 159, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main-flex {
  background-color: #93328e;
  border-radius: 0.5rem;
  max-width: 33.125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.375rem 0.75rem 0.75rem 1.25rem;
  position: relative;
}

/* line 170, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub {
  background-color: #eeeeee1a;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  padding-left: 0.5625rem;
  height: 1.875rem;
  width: 1.875rem;
  top: 0.625rem;
  right: 0.625rem;
}

/* line 182, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub-p {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.25rem;
  padding-right: 3.125rem;
  margin-bottom: 2.25rem;
}

/* line 192, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-icon {
  color: white;
  font-size: 0.8125rem;
}

/* line 197, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub-flex {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 205, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub-div {
  padding-right: 0.1875rem;
}

/* line 209, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub-div-flex {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

/* line 216, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub-link {
  margin-right: 0.125rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: white;
  border: none;
}

/* line 224, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub-link.page-2, .cos-demo-main2-sub-link.page-3, .cos-demo-main2-sub-link.page-4, .cos-demo-main2-sub-link.page-5 {
  border: 0.0625rem solid #000000;
}

/* line 229, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub2-flex {
  display: flex;
  justify-content: flex-end;
  width: 12.5rem;
  flex-grow: 1;
  gap: 0.5rem;
}

/* line 237, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub2-flex-button, .cos-demo-main2-sub2-flex-button-next {
  border-radius: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  appearance: none;
  align-items: center;
  justify-content: center;
  transition: all 250ms;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.2;
  outline: none;
  height: 2.75rem;
  min-width: 12rem;
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #93328E;
  color: #fff;
  border: 0;
  cursor: pointer;
}

/* line 262, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub2-flex-button-next {
  background-color: #EEEEEE;
  color: #574C57;
}

/* line 267, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-main2-sub2-flex-button:hover, .cos-demo-main2-sub2-flex-button-next:hover {
  background-color: #72246c;
  color: #fff;
}

/* line 272, app/assets/stylesheets/modules/_grid-content.scss */
.button-anchor {
  color: #fff;
  text-decoration: none;
  transition: all .2s ease;
}

/* line 278, app/assets/stylesheets/modules/_grid-content.scss */
.button-anchor:hover {
  color: #fff;
}

/* line 282, app/assets/stylesheets/modules/_grid-content.scss */
.next-button-anchor {
  color: #574C57;
  background-color: #EEEEEE;
  transition: all .2s ease;
}

/* line 288, app/assets/stylesheets/modules/_grid-content.scss */
.next-button-anchor:hover {
  color: #93328e;
}

/* line 293, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-form-search-filter {
  max-width: 62.5rem;
  background-color: #fff;
  z-index: 2000;
  position: relative;
  border-radius: 0.25rem;
  pointer-events: none;
}

/* line 301, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-form-search-filter.zindex-0 {
  z-index: 0;
}

/* line 305, app/assets/stylesheets/modules/_grid-content.scss */
.cos-demo-form-search-filter.with_padding {
  padding: 1.25rem 1.25rem 1.25rem 2rem;
}

/* line 310, app/assets/stylesheets/modules/_grid-content.scss */
.search-title__container {
  display: flex;
}

/* line 314, app/assets/stylesheets/modules/_grid-content.scss */
.bigger-radio {
  width: 20px;
  height: 20px;
  margin-top: 12px;
}

/* line 320, app/assets/stylesheets/modules/_grid-content.scss */
.purple-radio {
  accent-color: #93328e;
}

/* line 324, app/assets/stylesheets/modules/_grid-content.scss */
.radio-text {
  font-weight: 500;
  font-size: 0.8125rem;
}

/* line 329, app/assets/stylesheets/modules/_grid-content.scss */
.page-selector {
  width: 50px;
  border-radius: 5px;
  border: 1px solid gray;
}

/* line 335, app/assets/stylesheets/modules/_grid-content.scss */
.icon-page-selector {
  position: relative;
  left: -25px;
  top: 5px;
}

/* line 341, app/assets/stylesheets/modules/_grid-content.scss */
.margin-left-none {
  margin-left: 0 !important;
}

/* line 345, app/assets/stylesheets/modules/_grid-content.scss */
.radio-first-page-selector {
  padding-right: 15px;
}

/* line 349, app/assets/stylesheets/modules/_grid-content.scss */
.reduced-margin {
  margin-top: -25px;
  margin-bottom: -30px;
}

/* line 354, app/assets/stylesheets/modules/_grid-content.scss */
.black-color {
  color: black;
}

/* line 358, app/assets/stylesheets/modules/_grid-content.scss */
.mg-top-zero {
  margin-top: 0;
}

/* line 362, app/assets/stylesheets/modules/_grid-content.scss */
.static-input-fields {
  width: 100%;
  justify-content: space-between;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition: all 0.2s;
  outline: none;
  appearance: none;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  border: 2px solid;
  border-color: transparent;
  background-color: #EFEEEF;
}

/* line 380, app/assets/stylesheets/modules/_grid-content.scss */
.static-input-fields.page-5 {
  width: 100%;
}

/* line 385, app/assets/stylesheets/modules/_grid-content.scss */
.wide-button {
  width: 85px;
  border: none;
}

/* line 389, app/assets/stylesheets/modules/_grid-content.scss */
.wide-button.gray-button {
  background-color: gray;
  color: white;
}

/* line 395, app/assets/stylesheets/modules/_grid-content.scss */
.flexitem-with-padding {
  padding: 0 5px;
}

/* line 399, app/assets/stylesheets/modules/_grid-content.scss */
.extra-small {
  font-size: 0.375rem;
}

/* line 403, app/assets/stylesheets/modules/_grid-content.scss */
.static-icon {
  position: relative;
  bottom: 35px;
  left: 155px;
}

/* line 409, app/assets/stylesheets/modules/_grid-content.scss */
.padding-none {
  padding: 0;
  margin-bottom: -15px;
}

/* line 415, app/assets/stylesheets/modules/_grid-content.scss */
.z-index-1000 {
  z-index: 1000;
}

/* line 419, app/assets/stylesheets/modules/_grid-content.scss */
.icon-calendar-page-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 2.75rem;
  width: 4.5rem;
  font-size: 1rem;
  top: 0;
  z-index: 2;
  right: 0;
}

/* line 432, app/assets/stylesheets/modules/_grid-content.scss */
.icon-dropdown-page-5 {
  position: relative;
  bottom: -12px;
  left: -35px;
  fill: #cfcfcf;
}

/* line 439, app/assets/stylesheets/modules/_grid-content.scss */
.width-0 {
  width: 0;
}

/* line 443, app/assets/stylesheets/modules/_grid-content.scss */
.tiny-border {
  border-radius: 0.25rem;
}

/* line 447, app/assets/stylesheets/modules/_grid-content.scss */
.continue-page-5 {
  border-radius: 0.75rem;
  font-weight: 700;
  width: 9.375rem;
  display: inline-flex;
  appearance: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: all 250ms;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.2;
  outline: none;
  height: 2.75rem;
  min-width: 2.75rem;
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #93328E;
  color: #fff;
  border: 0;
  cursor: pointer;
}

/* line 475, app/assets/stylesheets/modules/_grid-content.scss */
.continuation-services-btn {
  border-radius: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  appearance: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: all 250ms;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.2;
  outline: none;
  height: 2rem;
  min-width: 2rem;
  font-size: 0.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #EEEEEE;
  color: #574C57;
  margin-right: 0.5rem;
  border: 0;
  cursor: pointer;
}

/* line 503, app/assets/stylesheets/modules/_grid-content.scss */
.continuation-services-btn:disabled {
  background-color: #F3F3F3;
  color: #736973;
  cursor: not-allowed;
}

/* line 509, app/assets/stylesheets/modules/_grid-content.scss */
.member-info-demo-input {
  display: flex;
  position: relative;
}

/* line 514, app/assets/stylesheets/modules/_grid-content.scss */
.filter-title-icon {
  font-size: 0.5625rem;
}

/* line 518, app/assets/stylesheets/modules/_grid-content.scss */
.cos-page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.74);
  height: 100%;
  width: 100%;
}

/* line 528, app/assets/stylesheets/modules/_grid-content.scss */
.continue-service-button {
  width: 12rem;
}

/* line 1, app/assets/stylesheets/modules/_header.scss */
.main-header {
  background-color: white;
  padding: 0.9375rem 0;
}

/* line 4, app/assets/stylesheets/modules/_header.scss */
.main-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1.5rem;
}

/* line 11, app/assets/stylesheets/modules/_header.scss */
.main-header__logo a {
  display: block;
  line-height: 1.25rem;
}

/* line 14, app/assets/stylesheets/modules/_header.scss */
.main-header__logo a img {
  width: 7.5rem;
}

/* line 21, app/assets/stylesheets/modules/_header.scss */
.navbar {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

/* line 25, app/assets/stylesheets/modules/_header.scss */
.navbar__content {
  padding: 0;
  margin: 0;
  display: contents;
}

/* line 30, app/assets/stylesheets/modules/_header.scss */
.navbar__item {
  list-style: none;
  margin-left: 2.75rem;
}

/* line 34, app/assets/stylesheets/modules/_header.scss */
.navbar__link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #72246c;
}

/* line 38, app/assets/stylesheets/modules/_header.scss */
.navbar__link:hover {
  color: #93328E;
}

/* line 42, app/assets/stylesheets/modules/_header.scss */
.navbar__button {
  background: #50C0C9;
  border-radius: 0.25rem;
  color: white;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1.8125rem;
  text-transform: uppercase;
}

/* IE8 */
@media \0screen {
  /* line 56, app/assets/stylesheets/modules/_header.scss */
  .navbar__content {
    display: flex;
  }
}

/* IE9 */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  /* line 62, app/assets/stylesheets/modules/_header.scss */
  .navbar__content {
    display: flex;
  }
}

/* IE10-11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 68, app/assets/stylesheets/modules/_header.scss */
  .navbar__content {
    display: flex;
  }
}

/* line 2, app/assets/stylesheets/modules/_register.scss */
.register-container .actions {
  margin-bottom: 2.125rem;
}

/* line 4, app/assets/stylesheets/modules/_register.scss */
.register-container .actions button,
.register-container .actions input {
  width: 14.5625rem;
}

/* line 11, app/assets/stylesheets/modules/_register.scss */
input[disabled], button.disabled, input.disabled {
  pointer-events: none;
  opacity: 0.3;
}

/* line 17, app/assets/stylesheets/modules/_register.scss */
.field-required:after {
  content: "*";
  color: #F26423;
  margin-left: 0.0625rem;
}

/* line 23, app/assets/stylesheets/modules/_register.scss */
.terms-content {
  margin-bottom: 3.875rem;
}

/* line 28, app/assets/stylesheets/modules/_register.scss */
.register-content form hr {
  margin-top: 1rem;
  margin-bottom: 0.8125rem;
}

/* line 32, app/assets/stylesheets/modules/_register.scss */
.register-content form .form__input {
  width: 100%;
  resize: none;
}

/* line 35, app/assets/stylesheets/modules/_register.scss */
.register-content form .form__input.error {
  border: 2px solid #F26423;
}

/* line 40, app/assets/stylesheets/modules/_register.scss */
.register-content .field {
  margin: 0 0.5rem 0;
  padding-top: 0.6875rem;
}

/* line 43, app/assets/stylesheets/modules/_register.scss */
.register-content .field.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 47, app/assets/stylesheets/modules/_register.scss */
.register-content .field .uppercase {
  text-transform: uppercase;
}

/* line 51, app/assets/stylesheets/modules/_register.scss */
.register-content .terms {
  margin-top: 4.375rem;
  margin-bottom: 1.5rem;
  color: #1a091a;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  height: 100vh;
  overflow-x: hidden;
}

/* line 63, app/assets/stylesheets/modules/_register.scss */
.register-content .mfa-notice {
  height: auto;
  overflow: visible;
  margin-top: 20px;
}

/* line 69, app/assets/stylesheets/modules/_register.scss */
.register-content .purple-container {
  border-radius: 0.5rem;
  margin: auto;
  background: #f5f1f5;
  padding: 1.6875rem;
}

/* line 74, app/assets/stylesheets/modules/_register.scss */
.register-content .purple-container .actions {
  margin-top: 1.3125rem;
}

/* line 77, app/assets/stylesheets/modules/_register.scss */
.register-content .purple-container form {
  margin: 0;
}

/* line 80, app/assets/stylesheets/modules/_register.scss */
.register-content .purple-container input[type="submit"] {
  background: #93328E;
  color: white;
}

/* line 84, app/assets/stylesheets/modules/_register.scss */
.register-content .purple-container input[disabled] {
  pointer-events: none;
  background: #736973;
}

/* line 89, app/assets/stylesheets/modules/_register.scss */
.register-content .check-container {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 101, app/assets/stylesheets/modules/_register.scss */
.register-content .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 62%;
  left: 0.0625rem;
  z-index: 30;
}

/* line 108, app/assets/stylesheets/modules/_register.scss */
.register-content .check-container input:checked ~ .checkmark {
  background-color: #93328E;
}

/* line 110, app/assets/stylesheets/modules/_register.scss */
.register-content .check-container input:checked ~ .checkmark:after {
  display: block;
}

/* line 115, app/assets/stylesheets/modules/_register.scss */
.register-content .check-container:hover input ~ .checkmark {
  background-color: #c3bfc3;
}

/* line 119, app/assets/stylesheets/modules/_register.scss */
.register-content .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #f5f1f5;
  border: 1px solid #c3bfc3;
  border-radius: 0.375rem;
}

/* line 128, app/assets/stylesheets/modules/_register.scss */
.register-content .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 135, app/assets/stylesheets/modules/_register.scss */
.register-content .check-container .checkmark:after {
  left: 0.4375rem;
  top: 0.1875rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 147, app/assets/stylesheets/modules/_register.scss */
.register-content .captcha {
  margin-top: 1.25rem;
}

/* line 151, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table {
  border: 0.25rem solid #f5f1f5;
  border-radius: 0.625rem;
  margin-top: 0.75rem;
  padding: 0.9375rem;
}

/* line 156, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table tbody {
  max-height: 15.875rem;
  overflow-y: auto;
}

/* line 161, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table tr {
  display: flex;
  align-items: flex-end;
}

/* line 165, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table tr:last-child td {
  border-bottom: 0;
}

/* line 170, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table td {
  border-bottom: 1px solid #eaeaea;
  font-size: 0.9375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 178, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.625rem;
  margin-top: 0.3125rem;
  table-layout: fixed;
}

/* line 186, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table th,
.register-content .locations-table td {
  display: block;
  width: 17.5%;
  padding: 0.25em 0.5em;
  text-align: left;
}

/* line 193, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table th.locations-table__state,
.register-content .locations-table td.locations-table__state {
  width: 13%;
  margin-left: 0;
}

/* line 197, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table th.locations-table__zip,
.register-content .locations-table td.locations-table__zip {
  width: 13%;
  margin-left: 0;
}

/* line 201, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table th.locations-table__actions,
.register-content .locations-table td.locations-table__actions {
  max-width: 6.25rem;
}

/* line 203, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table th.locations-table__actions:not(th),
.register-content .locations-table td.locations-table__actions:not(th) {
  height: 2.5rem;
}

/* line 211, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table th {
  background: white;
  font-weight: 900;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #736973;
}

/* line 221, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table body {
  margin: 2em;
}

/* line 225, app/assets/stylesheets/modules/_register.scss */
.register-content .locations-table__error {
  display: none;
  color: #F26423;
  margin-top: 0.625rem;
  margin-left: 0.3125rem;
}

/* line 233, app/assets/stylesheets/modules/_register.scss */
.register-content .main-title {
  font-weight: bold;
  text-transform: none;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: -0.01875rem;
  color: #1a091a;
  margin-left: 0.3125rem;
  margin-bottom: 0.75rem;
}

/* line 244, app/assets/stylesheets/modules/_register.scss */
.register-content .select-button {
  padding: 0 0;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  border-radius: 0.75rem;
  width: 100%;
  min-height: 1.5rem;
  max-height: 100%;
  cursor: pointer;
  min-width: 5.5rem;
  background: #72246c;
  color: white;
}

/* line 254, app/assets/stylesheets/modules/_register.scss */
.register-content .select-button--checked {
  color: #1a091a;
  background-color: #EEEEEE;
  border: none;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.scss */
.register-content .select-button--checked:hover, .register-content .select-button--checkedfocus {
  color: #1a091a;
  background-color: #EEEEEE;
  transition: all .2s linear;
}

/* line 46, app/assets/stylesheets/mixins/_buttons.scss */
.register-content .select-button--checked:active {
  color: #1a091a;
  background-color: #EEEEEE;
}

/* line 259, app/assets/stylesheets/modules/_register.scss */
.register-content .after-verify {
  display: none;
}

/* line 264, app/assets/stylesheets/modules/_register.scss */
.select-location-button {
  padding: 0.625rem 0.625rem;
  font-size: 1rem;
  line-height: 0.875rem;
  border-radius: 0.75rem;
  width: 100%;
  max-height: 100%;
  cursor: pointer;
  font-size: 0.8125rem;
}

/* line 271, app/assets/stylesheets/modules/_register.scss */
.select-location-button--checked {
  color: white;
  background-color: #93328E;
  border: none;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.scss */
.select-location-button--checked:hover, .select-location-button--checkedfocus {
  color: white;
  background-color: #93328E;
  transition: all .2s linear;
}

/* line 46, app/assets/stylesheets/mixins/_buttons.scss */
.select-location-button--checked:active {
  color: white;
  background-color: #93328E;
}

/* line 276, app/assets/stylesheets/modules/_register.scss */
.terms-footer {
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1rem;
}

/* line 287, app/assets/stylesheets/modules/_register.scss */
.terms-footer a {
  color: #50C0C9;
}

/* line 292, app/assets/stylesheets/modules/_register.scss */
div.register-modal.show {
  display: flex;
}

/* line 296, app/assets/stylesheets/modules/_register.scss */
div.register-modal .show {
  display: block;
}

/* line 302, app/assets/stylesheets/modules/_register.scss */
.field .error {
  border: 2px solid #F26423;
  background-color: white;
}

/* line 306, app/assets/stylesheets/modules/_register.scss */
.field.with-icon {
  position: relative;
}

/* line 311, app/assets/stylesheets/modules/_register.scss */
.pass-validation {
  margin-bottom: 1.25rem;
}

/* line 313, app/assets/stylesheets/modules/_register.scss */
.pass-validation__label {
  font-size: 0.8125rem;
  color: #574C57;
  font-weight: 100;
  margin: 0;
}

/* line 318, app/assets/stylesheets/modules/_register.scss */
.pass-validation__label:after {
  content: '*';
  color: #d9534f;
}

/* line 323, app/assets/stylesheets/modules/_register.scss */
.pass-validation__content {
  list-style: none;
  padding-left: 0;
  margin-top: 0.375rem;
}

/* line 328, app/assets/stylesheets/modules/_register.scss */
.pass-validation__nest {
  list-style: none;
}

/* line 331, app/assets/stylesheets/modules/_register.scss */
.pass-validation__text {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #736973;
}

/* line 338, app/assets/stylesheets/modules/_register.scss */
.pass-validation__list {
  border-radius: 0.625rem;
  padding: 0.3125rem 0.4375rem;
  margin-bottom: 0.3125rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: all .2s linear;
  background: #f9f9f9;
}

/* line 348, app/assets/stylesheets/modules/_register.scss */
.pass-validation__list.isvalid {
  background: #efeeef;
}

/* line 350, app/assets/stylesheets/modules/_register.scss */
.pass-validation__list.isvalid .icon,
.pass-validation__list.isvalid .pass-validation__text {
  color: #93328E;
}

/* line 354, app/assets/stylesheets/modules/_register.scss */
.pass-validation__list.isvalid .icon {
  margin-right: 0.625rem;
  opacity: 1;
}

/* line 360, app/assets/stylesheets/modules/_register.scss */
.pass-validation .icon {
  font-size: 1.375rem;
  margin-right: -1.125rem;
  opacity: 0;
  transition: all .2s ease;
}

/* line 368, app/assets/stylesheets/modules/_register.scss */
.view-password {
  border: none;
  background: none;
  position: absolute;
  right: 1rem;
  top: 2.125rem;
}

/* line 375, app/assets/stylesheets/modules/_register.scss */
.view-password img {
  width: 1rem;
}

/* line 380, app/assets/stylesheets/modules/_register.scss */
.alert-container {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 90;
  top: 0;
  left: 0;
}

/* line 387, app/assets/stylesheets/modules/_register.scss */
.alert-container .alert {
  width: 40.375rem;
  color: #93328E;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1.25rem;
}

/* line 395, app/assets/stylesheets/modules/_register.scss */
.alert-container__close {
  font-size: 0.6875rem;
}

/**----Common Classes----**/
/* line 401, app/assets/stylesheets/modules/_register.scss */
.capitalize {
  text-transform: capitalize;
}

/**--Registration screen--**/
/* line 406, app/assets/stylesheets/modules/_register.scss */
.mt-35 {
  margin-top: 35px;
}

/* line 410, app/assets/stylesheets/modules/_register.scss */
.mt-24 {
  margin-top: 1.5rem;
}

/* line 414, app/assets/stylesheets/modules/_register.scss */
.register-border {
  border: 1px solid #f3f3f3;
  border-radius: 0.625rem;
}

/* line 420, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .top-banner__content {
  max-width: unset;
  justify-content: left;
  margin-left: 1.9375rem;
}

/* line 425, app/assets/stylesheets/modules/_register.scss */
.registeration-screen.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 429, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box {
  padding: 0 15px;
}

/* line 432, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .sub_heading {
  color: #1a091a;
}

/* line 437, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box #search-btn:disabled {
  pointer-events: none;
  background: #c3bfc3;
}

/* line 443, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .healthplan {
  font-size: 13px;
  font-weight: 500;
  color: #574C57;
}

/* line 449, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box p {
  font-size: 13px;
  line-height: 18px;
}

/* line 454, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .field {
  margin-left: 0;
}

/* line 458, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .button {
  min-height: 3rem;
}

/* line 463, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .icon-close {
  font-size: 0.375rem;
}

/* line 467, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .icon-search {
  font-size: 0.9375rem;
}

/* line 471, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .icon-back {
  margin: 0;
  background: white;
  color: #93328E;
  margin-bottom: 5px;
}

/* line 477, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .icon-back > span {
  font-size: 0.625rem;
}

/* line 481, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .icon-back--clicked {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .2s linear;
}

/* line 492, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .section-heading {
  font-size: 16px;
  color: #1a091a;
  margin-bottom: 10px;
}

/* line 497, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .section-heading .result-count {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 3px 9px;
  color: #93328E;
  background: #efe7f0;
  border-radius: 10px;
}

/* line 510, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__collapsible {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 515, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__collapsible:not(.registeration-screen .register-box .register__collapsible--open) + hr {
  margin-top: 0;
}

/* line 519, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__collapsible--open {
  max-height: max-content;
  opacity: 1;
}

/* line 525, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list {
  overflow: hidden;
  min-height: 8.5rem;
  max-height: 15rem;
  overflow-y: auto;
}

/* line 531, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list.search-list {
  min-height: 16.8125rem;
  max-height: 17.5rem;
}

/* line 536, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list::-webkit-scrollbar {
  width: 6px;
}

/* line 540, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list::-webkit-scrollbar-track {
  background: white;
}

/* line 544, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list::-webkit-scrollbar-thumb {
  background: #c3bfc3;
  border-radius: 6px;
}

/* line 550, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th, .registeration-screen .register-box .register__selected-list .table td {
  padding-left: 15px;
}

/* line 554, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table.full-width {
  padding: 0 10px 0 0;
}

/* line 558, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #736973;
}

/* line 564, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th.locations-table__hp {
  width: 9.375rem;
}

/* line 568, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th.locations-table__name {
  width: 12.875rem;
}

/* line 572, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th.locations-table__address {
  width: 10.3125rem;
}

/* line 576, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th.locations-table__city {
  width: 5.625rem;
}

/* line 580, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th.locations-table__state {
  width: 3.625rem;
}

/* line 584, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th.locations-table__phone {
  width: 8rem;
}

/* line 588, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th.locations-table__zip {
  width: 4.6875rem;
}

/* line 592, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th.locations-table__npi {
  width: 6.3125rem;
}

/* line 596, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table th.locations-table__actions {
  width: 6.5rem;
}

/* line 601, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table td {
  font-size: 14px;
  color: #1a091a;
  text-transform: capitalize;
  line-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}

/* line 610, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table td:first-child {
  padding-right: 10px;
}

/* line 615, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__selected-list .table tr:last-child td {
  border-bottom: 0;
}

/* line 621, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 626, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__empty-state .empty-state {
  height: auto;
  padding: 0;
  max-width: 30rem;
}

/* line 631, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .register-box .register__empty-state .empty-state__content {
  line-height: 20px;
}

/* line 639, app/assets/stylesheets/modules/_register.scss */
.registeration-screen .subtitle {
  line-height: 21px;
  font-size: 13px;
  margin-top: 10px;
}

/* line 646, app/assets/stylesheets/modules/_register.scss */
.registeration-screen #submit-btn:not([disabled]) {
  background-color: #72246c;
}

/* line 650, app/assets/stylesheets/modules/_register.scss */
.registeration-screen #submit-btn[disabled] {
  opacity: 1;
}

/* line 656, app/assets/stylesheets/modules/_register.scss */
.custom-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 662, app/assets/stylesheets/modules/_register.scss */
.selected-options {
  height: 2.75rem;
  padding: 0.3125rem;
  padding-left: 0.625rem;
  width: 100%;
  border: 0;
  font-size: 1rem;
  background-image: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

/* line 677, app/assets/stylesheets/modules/_register.scss */
.dropdown {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1;
  top: 85px;
}

/* line 685, app/assets/stylesheets/modules/_register.scss */
.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 16px 16px 16px 0;
}

/* line 689, app/assets/stylesheets/modules/_register.scss */
.dropdown ul li {
  margin-bottom: 12px;
}

/* line 695, app/assets/stylesheets/modules/_register.scss */
#optionsDropdown {
  width: 100%;
  max-height: 14.75rem;
  border-radius: 8px;
  border-color: #f3f3f3;
  box-shadow: 0px 4px 10px 0px #6050603D;
  overflow-y: auto;
}

/* Style the checkboxes */
/* line 704, app/assets/stylesheets/modules/_register.scss */
#optionsDropdown input[type="checkbox"] {
  /* Hide the default checkbox */
  display: none;
}

/* Style the custom checkboxes */
/* line 710, app/assets/stylesheets/modules/_register.scss */
#optionsDropdown input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  /* Space for the custom checkbox */
  cursor: pointer;
  display: inline-block;
}

/* line 717, app/assets/stylesheets/modules/_register.scss */
#optionsDropdown input[type="checkbox"] + label:before {
  content: '';
  /* Create the custom checkbox */
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  /* Width of the custom checkbox */
  height: 20px;
  /* Height of the custom checkbox */
  border: 2px solid #c3bfc3;
  background-color: white;
  border-radius: 6px;
}

/* line 729, app/assets/stylesheets/modules/_register.scss */
#optionsDropdown input[type="checkbox"]:checked + label:before {
  background-color: #93328E;
  /* Custom background color when checked */
  border-color: #93328E;
  /* Custom border color when checked */
  content: '✔';
  /* White checkmark */
  color: white;
  /* Text color (for the checkmark) */
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}

/* Style the text next to the checkbox */
/* line 740, app/assets/stylesheets/modules/_register.scss */
#optionsDropdown input[type="checkbox"] + label span {
  /* Add spacing between the checkbox and the text */
  font-size: 13px;
  font-weight: 700;
  color: #574C57;
}

/* line 747, app/assets/stylesheets/modules/_register.scss */
.common-style, .selected-plan, .overflow-count {
  padding: 6px 10px;
  font-size: 13px;
}

/* line 752, app/assets/stylesheets/modules/_register.scss */
.overflow-count {
  background-color: #736973;
  color: white;
  padding: 0 8px;
  cursor: pointer;
  border-radius: 15px;
}

/* line 761, app/assets/stylesheets/modules/_register.scss */
.overflow-count:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: white;
  box-shadow: 0px 2px 4px 0px #D8D8D8;
  color: #1a091a;
  font-size: 15px;
  font-weight: 400;
  padding: 16px;
  border-radius: 4px;
  top: 100%;
  left: 70%;
  transform: translateX(-50%);
  max-height: 294px;
  white-space: normal;
  z-index: 100;
  min-width: 200px;
  max-width: 294px;
  border: 2px solid #EAEAEA;
}

/* line 782, app/assets/stylesheets/modules/_register.scss */
.selected-plan {
  color: #72246C;
  background-color: #efe7f0;
  border-radius: 12px;
  margin-right: 8px;
}

/* line 788, app/assets/stylesheets/modules/_register.scss */
.selected-plan .close-icon {
  font-size: 14px;
  margin-left: 6px;
}

/* line 794, app/assets/stylesheets/modules/_register.scss */
#customDropdown:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' height='9' viewBox='0 0 14 9' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m12.293.292908 1.4142 1.414212-6.70712 6.70711-6.707111-6.70711 1.414211-1.414212 5.2929 5.292892z' fill='%23574c57' fill-rule='evenodd'/%3E%3C/svg%3E");
  font-family: "ccx", sans-serif !important;
  position: absolute;
  right: 0.9375rem;
  top: 0.75rem;
  width: 0.875rem;
  pointer-events: none;
}

/* line 804, app/assets/stylesheets/modules/_register.scss */
.banner-with-steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 810, app/assets/stylesheets/modules/_register.scss */
.steps-container {
  display: flex;
  gap: 4px;
}

/* line 815, app/assets/stylesheets/modules/_register.scss */
.steps {
  font-size: 10px;
  color: white;
  text-align: right;
}

/* line 821, app/assets/stylesheets/modules/_register.scss */
.step {
  width: 69px;
  border-radius: 10px;
  height: 8px;
  background-color: #efe7f0;
}

/* line 826, app/assets/stylesheets/modules/_register.scss */
.step.active {
  background-color: #FF9E1B;
}

/* line 831, app/assets/stylesheets/modules/_register.scss */
.step-view {
  display: none;
}

/* line 833, app/assets/stylesheets/modules/_register.scss */
.step-view.active {
  display: block;
}

/* line 838, app/assets/stylesheets/modules/_register.scss */
.health-plans-select {
  position: relative;
}

/* line 841, app/assets/stylesheets/modules/_register.scss */
.health-plans-select ~ .form__error {
  padding-left: 0.5rem;
}

/* line 846, app/assets/stylesheets/modules/_register.scss */
.button--hover {
  color: white;
  background-color: #93328E;
  border: none;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.scss */
.button--hover:hover, .button--hoverfocus {
  color: white;
  background-color: #72246c;
  transition: all .2s linear;
}

/* line 46, app/assets/stylesheets/mixins/_buttons.scss */
.button--hover:active {
  color: white;
  background-color: #72246c;
}

/* line 850, app/assets/stylesheets/modules/_register.scss */
.circle-svg {
  --_circle-radius: 45px;
  --_svg-width: 72px;
  --_stroke-width: 9px;
  width: var(--_svg-width);
  height: var(--_svg-width);
  stroke: #93328E;
  stroke-width: var(--_stroke-width);
  stroke-dashoffset: 1;
  stroke-dasharray: 1 1000;
  animation: loader 1500ms infinite linear, spin 3000ms infinite linear;
}

@keyframes loader {
  0% {
    stroke-dashoffset: 1;
    stroke-dasharray: 1 1000;
  }
  100% {
    stroke-dashoffset: calc(var(--_circle-radius) * -2 * 3.1415);
    stroke-dasharray: calc(var(--_circle-radius) * 2 * 3.1415) 1000;
  }
}

@keyframes spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

/* line 1, app/assets/stylesheets/modules/_landing.scss */
.slide-header {
  border-bottom: 1px solid #EEEEEE;
}

/* line 3, app/assets/stylesheets/modules/_landing.scss */
.slide-header button {
  background: white;
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.9375rem;
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/modules/_landing.scss */
.slide-header button:focus {
  box-shadow: none;
}

/* line 14, app/assets/stylesheets/modules/_landing.scss */
.slide-header button svg {
  color: #93328E;
}

/* line 19, app/assets/stylesheets/modules/_landing.scss */
.slide-title {
  text-align: left;
  display: flex;
}

/* line 24, app/assets/stylesheets/modules/_landing.scss */
.slide-answer p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin: 0;
}

/* line 30, app/assets/stylesheets/modules/_landing.scss */
.slide-bullet {
  color: #93328E;
  margin-right: 0.1875rem;
}

/* line 35, app/assets/stylesheets/modules/_landing.scss */
.section-message {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.75rem;
}

/* line 41, app/assets/stylesheets/modules/_landing.scss */
.section-message p {
  font-weight: 600;
  font-size: 1.5rem;
  color: #1a091a;
  padding: 0 22%;
  text-align: center;
  line-height: 1.875rem;
  margin-top: 2.8125rem;
  margin-bottom: 0.9375rem;
}

/* line 51, app/assets/stylesheets/modules/_landing.scss */
.section-message span {
  margin-bottom: 2.8125rem;
}

/* line 6, app/assets/stylesheets/modules/_layout.scss */
body {
  display: contents;
}

/* line 15, app/assets/stylesheets/modules/_layout.scss */
figure {
  font-family: 'regular', sans-serif;
}

/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0) {
  /* line 34, app/assets/stylesheets/modules/_layout.scss */
  .main-layout {
    min-height: 100vh;
  }
}

/* line 40, app/assets/stylesheets/modules/_layout.scss */
.main-layout {
  background-color: white;
  border: 1px solid #EFEEEF;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 46, app/assets/stylesheets/modules/_layout.scss */
.main-layout.no-overflow {
  overflow: hidden;
}

/* line 50, app/assets/stylesheets/modules/_layout.scss */
.main-layout.layout-full {
  padding: 0;
}

/* line 53, app/assets/stylesheets/modules/_layout.scss */
.main-layout__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.5625rem 0;
}

/* line 58, app/assets/stylesheets/modules/_layout.scss */
.main-layout__header h3 {
  font-size: 1.5rem;
  color: #1a091a;
  margin: 0;
  line-height: 1.5rem;
  font-weight: bold;
}

/* line 67, app/assets/stylesheets/modules/_layout.scss */
.main-layout__section {
  position: relative;
  width: 100%;
}

/* line 70, app/assets/stylesheets/modules/_layout.scss */
.main-layout__section--card {
  margin-top: -0.5rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 76, app/assets/stylesheets/modules/_layout.scss */
.main-layout__section:last-child {
  margin-bottom: 1.5625rem;
}

/* line 79, app/assets/stylesheets/modules/_layout.scss */
.main-layout__section--page-5 {
  margin-bottom: 1.125rem;
}

/* line 84, app/assets/stylesheets/modules/_layout.scss */
.main-layout__container {
  padding: 1.5rem 1.5625rem;
}

/* line 88, app/assets/stylesheets/modules/_layout.scss */
.main-layout__forms {
  background-color: #FBFBFB;
  min-height: 40vh;
  padding: 0 1.5625rem 1.5rem;
}

/* line 94, app/assets/stylesheets/modules/_layout.scss */
.main-layout__group {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 8rem;
}

/* line 99, app/assets/stylesheets/modules/_layout.scss */
.main-layout__group .button {
  cursor: pointer;
  font-size: 0.75rem;
  height: 1.75rem;
  padding: 0;
  width: 3.75rem;
}

/* line 108, app/assets/stylesheets/modules/_layout.scss */
.main-layout__request-info {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1.375rem;
}

/* line 115, app/assets/stylesheets/modules/_layout.scss */
.main-layout__request-info .info-request p, .main-layout__request-info .info-request h3 {
  margin: 0;
  padding: 0;
}

/* line 119, app/assets/stylesheets/modules/_layout.scss */
.main-layout__request-info .info-request p {
  color: #736973;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

/* line 125, app/assets/stylesheets/modules/_layout.scss */
.main-layout__request-info .info-request p span[class*="icon-"] {
  color: #93328E;
  margin-right: 0.375rem;
}

/* line 130, app/assets/stylesheets/modules/_layout.scss */
.main-layout__request-info .info-request h3 {
  color: #1a091a;
  font-size: 1.5rem;
}

/* line 137, app/assets/stylesheets/modules/_layout.scss */
.main-layout__title {
  color: #1a091a;
  display: flex;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  width: 100%;
}

/* line 146, app/assets/stylesheets/modules/_layout.scss */
.main-layout__request-extend {
  align-items: flex-start;
  margin-top: 1.25rem;
}

/* line 151, app/assets/stylesheets/modules/_layout.scss */
.main-layout__header-status {
  padding-top: 1.5rem;
}

/* line 155, app/assets/stylesheets/modules/_layout.scss */
.main-layout__description {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

/* line 161, app/assets/stylesheets/modules/_layout.scss */
.table-layout {
  height: 100%;
}

/* line 165, app/assets/stylesheets/modules/_layout.scss */
.loading-layout {
  background-color: #FBFBFB;
  opacity: .8;
  height: calc(100% - 8.75rem);
  width: 100%;
  position: relative;
  margin-top: 20%;
  z-index: 60;
}

/* line 173, app/assets/stylesheets/modules/_layout.scss */
.loading-layout__message {
  font-weight: 500;
  margin-left: 0.625rem;
  opacity: .9;
}

/* line 178, app/assets/stylesheets/modules/_layout.scss */
.loading-layout .layout-spinner {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 188, app/assets/stylesheets/modules/_layout.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 194, app/assets/stylesheets/modules/_layout.scss */
.media {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* line 198, app/assets/stylesheets/modules/_layout.scss */
.media__content {
  display: flex;
  flex-direction: column;
}

/* line 202, app/assets/stylesheets/modules/_layout.scss */
.media__title {
  font-size: 0.9375rem;
  color: #1a091a;
  line-height: 1.25rem;
  font-weight: 500;
}

/* line 208, app/assets/stylesheets/modules/_layout.scss */
.media__description {
  font-size: 0.875rem;
}

/* Firefox */
/* line 214, app/assets/stylesheets/modules/_layout.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 1, app/assets/stylesheets/modules/_list.scss */
.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

/* line 9, app/assets/stylesheets/modules/_list.scss */
.list__card {
  padding: 0.875rem 0.625rem 0;
}

/* line 12, app/assets/stylesheets/modules/_list.scss */
.list__item {
  display: flex;
  flex-direction: column;
  margin-right: 1.25rem;
  margin-bottom: 1.625rem;
  width: auto;
  min-width: 3.125rem;
  max-width: 7.8125rem;
}

/* line 20, app/assets/stylesheets/modules/_list.scss */
.list__item:last-child {
  margin-right: 0;
}

/* line 23, app/assets/stylesheets/modules/_list.scss */
.list__item--card {
  margin-bottom: 1.125rem;
  flex-basis: 6rem;
}

/* line 26, app/assets/stylesheets/modules/_list.scss */
.list__item--card:last-child {
  flex-grow: 1;
}

/* line 31, app/assets/stylesheets/modules/_list.scss */
.list__label {
  color: #736973;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

/* line 37, app/assets/stylesheets/modules/_list.scss */
.list__label--card {
  margin-bottom: 0.25rem;
}

/* line 41, app/assets/stylesheets/modules/_list.scss */
.list__text {
  color: #1a091a;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 45, app/assets/stylesheets/modules/_list.scss */
.list__text--purple {
  color: #72246c;
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/modules/_list.scss */
.list__tag {
  display: flex;
  justify-content: flex-end;
  margin: 1.0625rem 0.75rem 1.0625rem 0;
}

/* line 55, app/assets/stylesheets/modules/_list.scss */
.list__table {
  display: table;
  width: 100%;
  max-width: 100%;
}

/* line 60, app/assets/stylesheets/modules/_list.scss */
.list__table .list__card {
  display: table-row;
  padding: 0;
}

/* line 64, app/assets/stylesheets/modules/_list.scss */
.list__table .list__item--card {
  display: table-cell;
  padding: 0.875rem 0.625rem 0;
}

/* line 67, app/assets/stylesheets/modules/_list.scss */
.list__table .list__item--card span {
  display: block;
}

/* line 70, app/assets/stylesheets/modules/_list.scss */
.list__table .list__item--card .list__label--card {
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.0625rem;
  font-weight: 500;
  padding-left: 0.4375rem;
  margin-bottom: 0.625rem;
}

/* line 1, app/assets/stylesheets/modules/_login.scss */
.login-grid {
  display: grid;
  display: -ms-grid;
  /* Support IE11 */
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 50% 50%;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-areas: "login-layout image-layout";
  height: 100vh;
}

@media only screen and (min-width: 41rem) and (max-width: 64rem), only screen and (max-width: 40rem) {
  /* line 1, app/assets/stylesheets/modules/_login.scss */
  .login-grid {
    -ms-grid-columns: 1fr;
    /* Support IE11 */
    grid-template-columns: 1fr;
    grid-template-areas: "login-layout";
  }
  /* line 16, app/assets/stylesheets/modules/_login.scss */
  .login-grid .image-layout {
    display: none;
  }
  /* line 20, app/assets/stylesheets/modules/_login.scss */
  .login-grid .login-layout__content, .login-grid .login-layout__content--center {
    align-items: center;
  }
  /* line 23, app/assets/stylesheets/modules/_login.scss */
  .login-grid .login-layout__form {
    margin-right: 0;
  }
}

/* line 30, app/assets/stylesheets/modules/_login.scss */
.image-layout {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: image-layout;
  text-align: right;
  object-fit: cover;
  background-color: #EFEEEF;
}

/* line 38, app/assets/stylesheets/modules/_login.scss */
.image-layout img {
  height: 100%;
  width: 100%;
}

/* line 44, app/assets/stylesheets/modules/_login.scss */
.login-layout {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: login-layout;
  position: relative;
  height: 100vh;
}

/* line 50, app/assets/stylesheets/modules/_login.scss */
.login-layout__logo {
  width: 100%;
  padding: 1.125rem 1.5rem;
  position: relative;
}

/* line 55, app/assets/stylesheets/modules/_login.scss */
.login-layout__logo a img {
  width: 9.375rem;
}

/* line 60, app/assets/stylesheets/modules/_login.scss */
.login-layout__content, .login-layout__content--center {
  display: flex;
  flex-direction: column;
  height: calc(100% - 5.375rem);
  align-items: flex-end;
  justify-content: center;
}

/* line 66, app/assets/stylesheets/modules/_login.scss */
.login-layout__content--center {
  align-items: center;
}

/* line 70, app/assets/stylesheets/modules/_login.scss */
.login-layout__content--center.questions hr:last-of-type {
  display: none;
}

/* line 73, app/assets/stylesheets/modules/_login.scss */
.login-layout__content--center.questions .button {
  margin-top: 1.5rem;
}

/* line 76, app/assets/stylesheets/modules/_login.scss */
.login-layout__content--center.questions hr {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

/* line 83, app/assets/stylesheets/modules/_login.scss */
.login-layout__form {
  max-width: 21.125rem;
  margin-right: 5rem;
}

/* line 86, app/assets/stylesheets/modules/_login.scss */
.login-layout__form.main {
  min-width: 21rem;
}

/* line 87, app/assets/stylesheets/modules/_login.scss */
.login-layout__form__input {
  width: 100%;
}

/* line 91, app/assets/stylesheets/modules/_login.scss */
.login-layout__welcome {
  font-weight: bold;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  margin: 0;
}

/* line 97, app/assets/stylesheets/modules/_login.scss */
.login-layout__info {
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
}

/* line 102, app/assets/stylesheets/modules/_login.scss */
.login-layout__footer {
  position: absolute;
  bottom: 0.0625rem;
  margin-bottom: 1.875rem;
}

/* line 106, app/assets/stylesheets/modules/_login.scss */
.login-layout__footer span {
  font-size: 0.8125rem;
}

/* line 111, app/assets/stylesheets/modules/_login.scss */
.login-layout .form__input {
  width: 100%;
}

/* line 115, app/assets/stylesheets/modules/_login.scss */
.login-layout .alert {
  position: fixed;
  margin: auto 31%;
  width: 37%;
  border-left: 0.625rem solid #F26423;
}

/* line 120, app/assets/stylesheets/modules/_login.scss */
.login-layout .alert.hide {
  display: none;
}

/* line 123, app/assets/stylesheets/modules/_login.scss */
.login-layout .alert.success {
  border-left: none;
}

/* line 126, app/assets/stylesheets/modules/_login.scss */
.login-layout .alert.show {
  display: inline-flex;
  animation: signup-response 0.5s 1;
  -webkit-animation: signup-response 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}

@keyframes signup-response {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes signup-response {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 150, app/assets/stylesheets/modules/_login.scss */
.auth-container__back {
  margin-top: 2.4375rem;
}

/* line 154, app/assets/stylesheets/modules/_login.scss */
.auth-container .login-layout__info {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
}

/* line 161, app/assets/stylesheets/modules/_login.scss */
.auth-container .login-layout__form {
  margin-top: 9.25rem;
  max-width: 30rem;
  margin-right: 0;
}

/* line 168, app/assets/stylesheets/modules/_login.scss */
.auth-container .form__input {
  padding-left: 1.125rem;
}

/* line 172, app/assets/stylesheets/modules/_login.scss */
.auth-container .questions option[disabled] {
  display: none;
}

/* line 176, app/assets/stylesheets/modules/_login.scss */
.auth-container .actions {
  margin-top: 1.5rem;
}

/* line 178, app/assets/stylesheets/modules/_login.scss */
.auth-container .actions input[type="submit"] {
  background: #93328E;
  color: white;
}

/* line 182, app/assets/stylesheets/modules/_login.scss */
.auth-container .actions input[disabled] {
  pointer-events: none;
  background: #736973;
}

/* line 188, app/assets/stylesheets/modules/_login.scss */
.questions-form {
  margin-bottom: 2.8125rem;
  margin-top: 0;
}

/* line 191, app/assets/stylesheets/modules/_login.scss */
.questions-form hr {
  margin-top: 0.75rem;
  margin-bottom: 0.5625rem;
  border: 1px solid #EAEAEA;
  width: 100%;
}

/* line 196, app/assets/stylesheets/modules/_login.scss */
.questions-form hr:last-of-type {
  display: none;
}

/* line 202, app/assets/stylesheets/modules/_login.scss */
.select-label {
  overflow: hidden;
  position: relative;
  display: block;
}

/* line 206, app/assets/stylesheets/modules/_login.scss */
.select-label:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' height='9' viewBox='0 0 14 9' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m12.293.292908 1.4142 1.414212-6.70712 6.70711-6.707111-6.70711 1.414211-1.414212 5.2929 5.292892z' fill='%23574c57' fill-rule='evenodd'/%3E%3C/svg%3E");
  font-family: "ccx", sans-serif !important;
  position: absolute;
  right: 0.9375rem;
  top: 0.75rem;
  width: 0.875rem;
  pointer-events: none;
}

/* line 215, app/assets/stylesheets/modules/_login.scss */
.select-label select {
  height: 2.75rem;
  padding: 0.3125rem;
  padding-left: 0.625rem;
  width: 100%;
  border: 0;
  font-size: 0.875rem;
  background-image: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 230, app/assets/stylesheets/modules/_login.scss */
.new_user {
  font-size: 0.75rem;
  margin-top: 1.8125rem;
}

/* line 233, app/assets/stylesheets/modules/_login.scss */
.new_user .actions {
  margin-top: 1.75rem;
}

/* line 238, app/assets/stylesheets/modules/_login.scss */
.field {
  display: flex;
  flex-direction: column;
}

/* line 241, app/assets/stylesheets/modules/_login.scss */
.field label {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem;
}

/* line 246, app/assets/stylesheets/modules/_login.scss */
.field input {
  width: 100%;
}

/* line 249, app/assets/stylesheets/modules/_login.scss */
.field br {
  display: none;
}

/* line 252, app/assets/stylesheets/modules/_login.scss */
.field.error {
  position: relative;
}

/* line 254, app/assets/stylesheets/modules/_login.scss */
.field.error input {
  border: 0.125rem solid #F26423;
  background-color: white;
}

/* line 258, app/assets/stylesheets/modules/_login.scss */
.field.error::after {
  content: attr(data-content);
  display: block;
  position: absolute;
  bottom: -1.375rem;
  color: #F26423;
  margin-top: 0.1875rem;
}

/* line 270, app/assets/stylesheets/modules/_login.scss */
.security-question__header {
  color: #574C57;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}

/* line 276, app/assets/stylesheets/modules/_login.scss */
.security-question__content {
  color: #1a091a;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.5625rem;
  font-weight: bold;
}

/* line 284, app/assets/stylesheets/modules/_login.scss */
.saved-questions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.6875rem;
}

/* line 289, app/assets/stylesheets/modules/_login.scss */
.saved-questions p {
  font-style: normal;
  max-width: 29.875rem;
  color: #1a091a;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
  letter-spacing: -0.01em;
}

/* line 301, app/assets/stylesheets/modules/_login.scss */
.verify__card {
  margin-top: 30%;
  padding: 0.75rem 1.3125rem;
}

/* line 306, app/assets/stylesheets/modules/_login.scss */
.verify__logo {
  margin: 0.625rem 0;
  min-width: 9.375rem;
}

/* line 311, app/assets/stylesheets/modules/_login.scss */
.verify__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: capitalize;
}

/* line 317, app/assets/stylesheets/modules/_login.scss */
.verify__content {
  margin-bottom: 0.625rem;
}

/* line 321, app/assets/stylesheets/modules/_login.scss */
.verify__description {
  color: #574C57;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 327, app/assets/stylesheets/modules/_login.scss */
.verify__button {
  margin: 1.75rem 0 1.25rem;
}

/* line 331, app/assets/stylesheets/modules/_login.scss */
.verify__error {
  position: absolute;
}

/* line 335, app/assets/stylesheets/modules/_login.scss */
#verify-otp-screen #loader {
  position: fixed;
}

/* line 1, app/assets/stylesheets/modules/_modal.scss */
.modal {
  min-width: 24.625rem !important;
  border-radius: 0.5rem;
}

/* line 5, app/assets/stylesheets/modules/_modal.scss */
.modal-header-flex {
  display: flex;
  justify-content: space-between;
}

/* line 9, app/assets/stylesheets/modules/_modal.scss */
.modal-content {
  padding: 1.5rem;
  scrollbar-width: thin;
}

/* line 12, app/assets/stylesheets/modules/_modal.scss */
.modal-content--vertical-scroll {
  overflow-y: hidden;
  height: 85vh;
}

/* line 16, app/assets/stylesheets/modules/_modal.scss */
.modal-content__parent {
  height: calc(85vh - 16.5rem);
}

/* line 19, app/assets/stylesheets/modules/_modal.scss */
.modal-content__scrollbar {
  overflow-y: auto;
  height: 100%;
  scrollbar-width: thin;
  margin-right: -1.4375rem;
  padding-right: 0.9375rem;
}

/* line 25, app/assets/stylesheets/modules/_modal.scss */
.modal-content__scrollbar::-webkit-scrollbar {
  width: 0.625rem;
}

/* line 28, app/assets/stylesheets/modules/_modal.scss */
.modal-content__scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #574C57;
}

/* line 32, app/assets/stylesheets/modules/_modal.scss */
.modal-content__scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
}

/* line 37, app/assets/stylesheets/modules/_modal.scss */
.modal-content__header {
  margin-bottom: 1.25rem;
}

/* line 38, app/assets/stylesheets/modules/_modal.scss */
.modal-content__header h4 {
  font-size: 1.25rem;
  margin: 0;
  color: #1a091a;
}

/* line 43, app/assets/stylesheets/modules/_modal.scss */
.modal-content__header p {
  line-height: 1.25rem;
  margin: 0;
}

/* line 49, app/assets/stylesheets/modules/_modal.scss */
.modal-content__close {
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0.0625rem;
  z-index: 10;
  background-color: #EEEEEE;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  top: 0.0625rem;
  margin: 0.875rem;
  transition: all 0.1s linear;
}

/* line 67, app/assets/stylesheets/modules/_modal.scss */
.modal-content__close:hover {
  background-color: #d9d7d7;
}

/* line 70, app/assets/stylesheets/modules/_modal.scss */
.modal-content__close span {
  color: #736973;
}

/* line 74, app/assets/stylesheets/modules/_modal.scss */
.modal-content .react-datepicker-wrapper {
  width: 100%;
}

/* line 79, app/assets/stylesheets/modules/_modal.scss */
.register-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

/* line 93, app/assets/stylesheets/modules/_modal.scss */
.register-modal .modal-content {
  background-color: #fefefe;
  margin: 0;
  padding: 1.25rem 0.9375rem;
  border: 1px solid #888;
  border-radius: 0.625rem;
  width: 30rem;
  text-align: center;
  position: relative;
}

/* line 104, app/assets/stylesheets/modules/_modal.scss */
.register-modal .close {
  color: #999299;
  font-size: 1.375rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  background: rgba(115, 105, 115, 0.1);
  border-radius: 2.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.75rem;
}

/* line 118, app/assets/stylesheets/modules/_modal.scss */
.register-modal .close:hover,
.register-modal .close:focus {
  color: #a5a1a1;
  text-decoration: none;
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/modules/_modal.scss */
.register-modal .based-our-records,
.register-modal .no-records {
  padding-top: 1.875rem;
}

/* line 130, app/assets/stylesheets/modules/_modal.scss */
.register-modal .pardon-our-dust,
.register-modal .user-created,
.register-modal .register-error,
.register-modal .based-our-records,
.register-modal .no-records {
  display: none;
}

/* line 137, app/assets/stylesheets/modules/_modal.scss */
.register-modal .pardon-our-dust p,
.register-modal .user-created p,
.register-modal .register-error p,
.register-modal .based-our-records p,
.register-modal .no-records p {
  margin: 0;
  line-height: 1.25rem;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 1.875rem;
}

/* line 146, app/assets/stylesheets/modules/_modal.scss */
.register-modal .pardon-our-dust .button,
.register-modal .user-created .button,
.register-modal .register-error .button,
.register-modal .based-our-records .button,
.register-modal .no-records .button {
  background-color: #93328e;
  width: 15.9375rem;
  display: block;
  margin: auto;
  font-weight: normal;
  line-height: 1.375rem;
  margin-bottom: 1.125rem;
}

/* line 159, app/assets/stylesheets/modules/_modal.scss */
.modal-message__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 163, app/assets/stylesheets/modules/_modal.scss */
.modal-message__content__link-item {
  color: #72246c;
  cursor: pointer;
  margin-left: 0.3125rem;
}

/* line 169, app/assets/stylesheets/modules/_modal.scss */
.modal-message__image {
  width: 4.6875rem;
  padding: 3.4375rem 0 2.25rem;
  margin: 0 auto;
}

/* line 174, app/assets/stylesheets/modules/_modal.scss */
.modal-message__title {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
  font-weight: bold;
}

/* line 181, app/assets/stylesheets/modules/_modal.scss */
.modal-message__description {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 184, app/assets/stylesheets/modules/_modal.scss */
.modal-message__description__service-detailsForm {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

/* line 187, app/assets/stylesheets/modules/_modal.scss */
.modal-message__description__service-detailsForm__break-page {
  width: 3rem;
  height: 0rem;
  border: 0.0625rem solid #EFEEEF;
  left: auto;
  right: auto;
  margin: auto;
}

/* line 197, app/assets/stylesheets/modules/_modal.scss */
.modal-message__actions {
  display: flex;
  flex-direction: column;
}

/* line 200, app/assets/stylesheets/modules/_modal.scss */
.modal-message__actions button {
  margin-bottom: 0.875rem;
}

/* line 204, app/assets/stylesheets/modules/_modal.scss */
.modal-message .quote, .modal-message .quote--warning {
  margin-bottom: 1.875rem;
}

/* line 208, app/assets/stylesheets/modules/_modal.scss */
.modal-message.not-found .modal-message__image {
  width: 3.125rem;
  margin: 0 auto;
  padding: 1.5625rem 0;
}

/* line 213, app/assets/stylesheets/modules/_modal.scss */
.modal-message.not-found .modal-message__image.large_image {
  width: 6.5625rem;
}

/* line 220, app/assets/stylesheets/modules/_modal.scss */
.modal-message.welcome-modal .modal-message__title {
  font-size: 2.125rem;
  font-weight: 500;
}

/* line 224, app/assets/stylesheets/modules/_modal.scss */
.modal-message.welcome-modal .modal-message__title .logo {
  color: #72246c;
}

/* line 227, app/assets/stylesheets/modules/_modal.scss */
.modal-message.welcome-modal .modal-message__title .logo span {
  color: #574C57;
}

/* line 230, app/assets/stylesheets/modules/_modal.scss */
.modal-message.welcome-modal .modal-message__title .logo span sup {
  font-size: 40%;
  top: -1.4em;
}

/* line 238, app/assets/stylesheets/modules/_modal.scss */
.modal-message.welcome-modal .modal-message__subtitle {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.5rem;
}

/* line 243, app/assets/stylesheets/modules/_modal.scss */
.modal-message.welcome-modal .modal-message__subtitle span {
  display: block;
  position: relative;
}

/* line 247, app/assets/stylesheets/modules/_modal.scss */
.modal-message.welcome-modal .modal-message__subtitle span::after {
  content: "";
  width: 2.6875rem;
  height: 0;
  position: absolute;
  border-bottom: 0.1875rem solid #72246c;
  top: calc(100% + 0.4375rem);
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 260, app/assets/stylesheets/modules/_modal.scss */
.modal-message.welcome-modal .modal-message__description {
  font-weight: 500;
  color: #574C57;
}

/* line 267, app/assets/stylesheets/modules/_modal.scss */
.quote, .quote--warning {
  background-color: #F5F1F5;
  padding: 1.25rem 1.875rem;
  border-radius: 0.5rem;
}

/* line 271, app/assets/stylesheets/modules/_modal.scss */
.quote__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 279, app/assets/stylesheets/modules/_modal.scss */
.quote__item {
  display: flex;
  flex-direction: column;
  margin-right: 0.625rem;
  max-width: 11.25rem;
}

/* line 285, app/assets/stylesheets/modules/_modal.scss */
.quote__label {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: capitalize;
}

/* line 290, app/assets/stylesheets/modules/_modal.scss */
.quote__text {
  color: #72246c;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 296, app/assets/stylesheets/modules/_modal.scss */
.quote--warning {
  background-color: #FFF0E9;
  border: 1px solid #fad9c9;
}

/* line 300, app/assets/stylesheets/modules/_modal.scss */
.quote--warning .quote__item,
.quote--warning .quote__text {
  color: #F26423;
}

/* line 305, app/assets/stylesheets/modules/_modal.scss */
.quote--small {
  background-color: #F5F1F5;
  border-radius: 0.5rem;
  padding: 0.4375rem 1rem;
}

/* line 312, app/assets/stylesheets/modules/_modal.scss */
.modal-session {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.74);
}

/* line 318, app/assets/stylesheets/modules/_modal.scss */
.modal-session .modal-content {
  max-width: 24.625rem;
  margin: auto;
  margin-top: 11.75rem;
  background: white;
  border-radius: 0.5rem;
}

/* line 325, app/assets/stylesheets/modules/_modal.scss */
.modal-session .modal-content .modal-image {
  width: 10.25rem;
  height: 9.8125rem;
  padding: 0;
  margin: auto;
  margin-top: 2.125rem;
  margin-bottom: 2.1875rem;
}

/* line 333, app/assets/stylesheets/modules/_modal.scss */
.modal-session .modal-content .orange {
  color: #FF9E1C;
}

/* line 336, app/assets/stylesheets/modules/_modal.scss */
.modal-session .modal-content .modal-message__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  color: #574C57;
}

/* line 348, app/assets/stylesheets/modules/_modal.scss */
.error-message {
  height: 6rem;
  margin-top: 1.7rem;
}

/* line 353, app/assets/stylesheets/modules/_modal.scss */
.error-page-footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 360, app/assets/stylesheets/modules/_modal.scss */
.container.sso-error {
  height: 27%;
}

/* line 366, app/assets/stylesheets/modules/_modal.scss */
.reject-request-modal button.button--primary {
  background-color: #93328e;
}

/* line 372, app/assets/stylesheets/modules/_modal.scss */
.attach-warning .full-width {
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container {
  display: flex;
  position: relative;
  background-color: white;
  justify-content: space-between;
  margin-left: -1.5625rem;
  border-top: 1px solid lightgray;
  width: calc(100% + 3.125rem);
}

/* line 9, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container > * {
  display: flex;
  align-items: center;
}

/* line 13, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__results {
  padding: 0.6875rem 1rem 0.8125rem 1rem;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

/* line 19, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 4.6875rem;
  list-style: none;
  padding-left: 0;
}

/* line 26, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__numbers li {
  margin-right: 0.625rem;
}

/* line 28, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__numbers li a {
  cursor: pointer;
  color: #736973;
}

/* line 31, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__numbers li a:hover {
  font-weight: bold;
}

/* line 35, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__numbers li.active {
  cursor: normal;
}

/* line 37, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__numbers li.active a {
  color: #93328E;
}

/* line 43, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__numbers .previous a,
.pagination-container__numbers .next a {
  font-weight: normal;
}

/* line 48, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__show {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 11.5625rem;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1rem;
}

/* line 57, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__order {
  margin-right: 1.5rem;
  margin-left: 4.8125rem;
}

/* line 60, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__order > div[role="radiogroup"] {
  display: flex;
  align-items: center;
  justify-content: left;
}

/* line 64, app/assets/stylesheets/modules/_pagination.scss */
.pagination-container__order > div[role="radiogroup"] div {
  display: flex;
  align-items: center;
}

/* line 1, app/assets/stylesheets/modules/search.scss */
.search {
  padding-top: 0.875rem;
  height: 100%;
  background-color: white;
}

/* line 5, app/assets/stylesheets/modules/search.scss */
.search__align_right {
  display: flex;
  justify-content: flex-end;
}

/* line 12, app/assets/stylesheets/modules/search.scss */
.search__container {
  padding: 0.625rem 1.5625rem 0;
}

/* line 15, app/assets/stylesheets/modules/search.scss */
.search__results {
  background-color: #FBFBFB;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.9375rem 1.5625rem 0.625rem 1.5625rem;
}

/* line 23, app/assets/stylesheets/modules/search.scss */
.search__form {
  padding-bottom: 0.875rem;
}

/* line 25, app/assets/stylesheets/modules/search.scss */
.search__form h4 {
  font-size: 1.5rem;
  line-height: 0;
  margin: 1.4375rem 0;
  color: #1a091a;
  font-weight: 800;
}

/* line 32, app/assets/stylesheets/modules/search.scss */
.search__form .info-icon {
  background: rgba(147, 50, 142, 0.12);
  font-size: 0.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  margin-left: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: relative;
  top: -0.3125rem;
}

/* line 46, app/assets/stylesheets/modules/search.scss */
.search__form .info-icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 53, app/assets/stylesheets/modules/search.scss */
.search__grid {
  min-height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 59, app/assets/stylesheets/modules/search.scss */
.search__title-description {
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 64, app/assets/stylesheets/modules/search.scss */
.search__title-description div {
  padding: 0.25rem;
  border-radius: 50%;
  height: 1.375rem;
  width: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 72, app/assets/stylesheets/modules/search.scss */
.search__title-description div span {
  position: relative;
  height: 0.75rem;
  width: 0.75rem;
}

/* line 76, app/assets/stylesheets/modules/search.scss */
.search__title-description div span:before {
  color: #93328E;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 85, app/assets/stylesheets/modules/search.scss */
.search__title-description div:hover {
  background-color: rgba(147, 50, 142, 0.12);
}

/* line 88, app/assets/stylesheets/modules/search.scss */
.search__title-description div:hover span:before {
  color: #93328E;
}

/* line 98, app/assets/stylesheets/modules/search.scss */
.search__location .empty-state__content {
  max-width: 35.4375rem;
  text-align: center;
}

/* line 104, app/assets/stylesheets/modules/search.scss */
.search__demo-inputs {
  flex-basis: 22%;
  max-width: 22%;
}

/* line 110, app/assets/stylesheets/modules/search.scss */
.button-select {
  position: relative;
  display: flex;
}

/* line 112, app/assets/stylesheets/modules/search.scss */
.button-select.selected button {
  background-color: #93328E;
  color: white;
}

/* line 117, app/assets/stylesheets/modules/search.scss */
.button-select button {
  font-size: 0.75rem;
  font-weight: 100;
  margin-right: 0.1875rem;
}

/* line 124, app/assets/stylesheets/modules/search.scss */
.button-select-flex-end {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

/* line 126, app/assets/stylesheets/modules/search.scss */
.button-select-flex-end.selected button {
  background-color: #93328E;
  color: white;
}

/* line 132, app/assets/stylesheets/modules/search.scss */
.button-select-flex-end button {
  font-size: 0.75rem;
  font-weight: 100;
  margin-right: 0.1875rem;
}

/* line 139, app/assets/stylesheets/modules/search.scss */
.button-content {
  background-color: white;
  padding: 0.625rem;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5.125rem;
  top: -0.9375rem;
  z-index: 70;
  width: 20rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

/* line 153, app/assets/stylesheets/modules/search.scss */
.button-content button {
  font-weight: 300;
  text-transform: capitalize;
}

/* line 2, app/assets/stylesheets/modules/_services-form.scss */
.service-details .form__text-header {
  margin-bottom: 0.9375rem;
}

/* line 5, app/assets/stylesheets/modules/_services-form.scss */
.service-details .react-datepicker-wrapper {
  width: 100%;
}

/* line 9, app/assets/stylesheets/modules/_services-form.scss */
.service-details.disabled {
  opacity: 0.3;
}

/* line 11, app/assets/stylesheets/modules/_services-form.scss */
.service-details.disabled * {
  pointer-events: none;
}

/* line 17, app/assets/stylesheets/modules/_services-form.scss */
.service-details .next-btn.mt-43 {
  margin-top: 2.6875rem;
}

/* line 20, app/assets/stylesheets/modules/_services-form.scss */
.service-details .next-btn.mt-24 {
  margin-top: 1.5rem;
}

/* line 25, app/assets/stylesheets/modules/_services-form.scss */
.service-details .facility-info {
  background-color: rgba(239, 238, 239, 0.6);
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 1.625rem 0;
}

/* line 30, app/assets/stylesheets/modules/_services-form.scss */
.service-details .facility-info__data {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 0.9375rem;
}

/* line 38, app/assets/stylesheets/modules/_services-form.scss */
.service-details .date-title {
  font-size: 0.8125rem;
}

/* line 41, app/assets/stylesheets/modules/_services-form.scss */
.service-details .date-display {
  background: #EEEEEE;
  padding: 0.75rem 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  margin-right: 1.5625rem;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 54, app/assets/stylesheets/modules/_services-form.scss */
.service-details .edit-facility {
  min-width: 12.3125rem;
  padding: 0.75rem 1.125rem;
  height: 2.5rem;
}

/* line 60, app/assets/stylesheets/modules/_services-form.scss */
.service-details .form__group label {
  font-weight: normal;
}

/* line 63, app/assets/stylesheets/modules/_services-form.scss */
.service-details .form__group input + div {
  z-index: 0;
}

/* line 66, app/assets/stylesheets/modules/_services-form.scss */
.service-details .form__group input[type='time']::-webkit-clear-button {
  display: none;
}

/* line 72, app/assets/stylesheets/modules/_services-form.scss */
.facilities {
  position: relative;
  padding-top: 0;
}

/* line 75, app/assets/stylesheets/modules/_services-form.scss */
.facilities .react-datepicker-wrapper {
  width: 100%;
}

/* line 78, app/assets/stylesheets/modules/_services-form.scss */
.facilities .empty-state {
  padding: 3% 0;
}

/* line 81, app/assets/stylesheets/modules/_services-form.scss */
.facilities .disabled {
  opacity: 0.3;
}

/* line 83, app/assets/stylesheets/modules/_services-form.scss */
.facilities .disabled * {
  pointer-events: none;
}

/* line 87, app/assets/stylesheets/modules/_services-form.scss */
.facilities .table-shadow {
  position: absolute;
  width: calc(100% + 3rem);
  height: 0.875rem;
  background: linear-gradient(180deg, rgba(115, 105, 115, 0) 0%, rgba(115, 105, 115, 0.1) 100%);
  bottom: 7.75rem;
  left: -1.5rem;
}

/* line 99, app/assets/stylesheets/modules/_services-form.scss */
.facilities-date-form {
  padding-top: 1.6875rem;
}

/* line 101, app/assets/stylesheets/modules/_services-form.scss */
.facilities-date-form .btn-next-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 108, app/assets/stylesheets/modules/_services-form.scss */
.facilities-date-form .form__group {
  margin-bottom: 0;
}

/* line 113, app/assets/stylesheets/modules/_services-form.scss */
.facilities-filter .search__form {
  display: inline-table;
  padding-bottom: 0.875rem;
  margin-bottom: -0.0625rem;
}

/* line 120, app/assets/stylesheets/modules/_services-form.scss */
.facilities .table-container {
  max-height: 16rem;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  width: calc(100% + 3rem);
  left: -1.5rem;
}

/* line 129, app/assets/stylesheets/modules/_services-form.scss */
.facilities .table-content td {
  font-size: 0.875rem;
}

/* line 133, app/assets/stylesheets/modules/_services-form.scss */
.facilities .table-content td:first-of-type,
.facilities .table-content th:first-of-type {
  padding-left: 1.5625rem;
}

/* line 137, app/assets/stylesheets/modules/_services-form.scss */
.facilities .table-content td:last-of-type,
.facilities .table-content th:last-of-type {
  padding-right: 0.4375rem;
}

/* line 144, app/assets/stylesheets/modules/_services-form.scss */
.service-message {
  background-color: #EAF5F6;
  color: #50C0C9;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8125rem;
  text-align: center;
  font-weight: 500;
  margin-left: -1.625rem;
  width: calc(100% + 3.1875rem);
}

/* line 154, app/assets/stylesheets/modules/_services-form.scss */
.service-message--hide {
  display: none;
}

/* line 160, app/assets/stylesheets/modules/_services-form.scss */
.services-filter .form__subs {
  margin-bottom: 0.75rem;
  display: block;
}

/* line 165, app/assets/stylesheets/modules/_services-form.scss */
.services-filter .search__form .search-btn {
  width: 100%;
}

/* line 168, app/assets/stylesheets/modules/_services-form.scss */
.services-filter .search__form h2 {
  height: 2.1875rem;
}

/* line 171, app/assets/stylesheets/modules/_services-form.scss */
.services-filter .search__form .form__group {
  margin-bottom: 0.75rem;
}

/* line 177, app/assets/stylesheets/modules/_services-form.scss */
.add-button, .add-facility {
  background-color: #EAF5F6;
  color: #50C0C9;
  height: 2.625rem;
  line-height: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-left: -1.5rem;
  width: calc(100% + 3rem);
  padding: 0.6875rem 1.5rem;
  position: relative;
}

/* line 193, app/assets/stylesheets/modules/_services-form.scss */
.add-facility__btn {
  background: #50c0c9;
  border-radius: 0.75rem;
  padding: 0.375rem 0.625rem;
  position: absolute;
  top: 0.4375rem;
  width: 8.75rem;
  height: 1.75rem;
  color: #ffffff;
  border: none;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  cursor: pointer;
  margin-left: 0.8125rem;
}

/* line 212, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__summary {
  margin-left: 0.75rem;
  margin-bottom: 2.5rem;
}

/* line 217, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__answers {
  margin-bottom: 2.5rem;
  margin-left: 1.375rem;
}

/* line 221, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__answers label {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.375rem;
}

/* line 227, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__answers--summary {
  margin-left: 1.375rem;
}

/* line 229, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__answers--summary label {
  cursor: default;
}

/* line 235, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__question {
  position: relative;
  display: inline-flex;
  margin-left: 1.375rem;
  margin-bottom: 0.25rem;
}

/* line 240, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__question:before {
  content: '';
  position: absolute;
  top: 0.75rem;
  left: -1rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background-color: #FF9E1B;
}

/* line 250, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__question-details {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

/* line 253, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__question-details li {
  font-size: 0.9375rem;
}

/* line 259, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__description {
  margin-left: 0.25rem;
  padding: 0.25rem;
  border-radius: 50%;
  height: 1.375rem;
  display: flex;
  align-items: center;
}

/* line 266, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__description span {
  position: relative;
  height: 0.875rem;
  width: 0.875rem;
}

/* line 270, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__description span:before {
  color: #c3bfc3;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 279, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__description:hover {
  background-color: rgba(147, 50, 142, 0.12);
}

/* line 282, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__description:hover span:before {
  color: #93328E;
}

/* line 289, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__tooltip {
  margin-left: 1.25rem;
}

/* line 291, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__tooltip span {
  position: relative;
  height: 0.875rem;
  width: 0.875rem;
}

/* line 295, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__tooltip span:before {
  color: #93328E;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 304, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__tooltip:hover {
  background-color: rgba(147, 50, 142, 0.12);
}

/* line 307, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__tooltip:hover span:before {
  color: #93328E;
}

/* line 314, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__modal {
  border-radius: 0.5rem;
  padding: 0.5rem 0 0.5rem 0.5rem;
}

/* line 318, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__modal > div {
  padding: 1rem 1.5rem 1rem 1.25rem;
  overflow-y: auto;
}

/* line 321, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__modal > div::-webkit-scrollbar {
  width: 0.625rem;
}

/* line 324, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__modal > div::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #574C57;
}

/* line 328, app/assets/stylesheets/modules/_services-form.scss */
.clinical-template__modal > div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
}

/* line 1, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.375rem;
  padding: 0.5rem 0rem 0.5rem 1.3125rem;
}

/* line 8, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0.5rem;
}

/* line 15, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar-item {
  display: flex;
  align-items: center;
  margin: 0 0.125rem;
}

/* line 21, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar-item__link {
  height: 2.375rem;
  width: 2.375rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}

/* line 30, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar-item__link:hover {
  background-color: #efe7f0;
}

/* line 32, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar-item__link:hover .main-navbar-item__icon {
  color: #93328E;
}

/* line 38, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar-item__icon {
  position: relative;
  font-size: 1.125rem;
  color: #736973;
}

/* line 44, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar-item__icon--with-badge:after {
  content: '';
  position: absolute;
  top: -0.3125rem;
  right: -0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #F26423;
  border-radius: 50%;
  border: 0.125rem solid white;
}

/* line 58, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar-item__link-label {
  color: #736973;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transform-origin: right;
  transition: 0.2s;
  transform: scaleX(0);
  margin: 0;
  height: fit-content;
  font-size: 0.9375rem;
  line-height: 1;
}

/* line 73, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar-item:hover .main-navbar-item__link-label {
  transform: scaleX(1);
  width: max-content;
  margin: 0 0.5rem;
}

/* line 81, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar__logo-container {
  flex-grow: 1;
}

/* line 83, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar__logo-container a {
  display: flex;
  width: fit-content;
}

/* line 87, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar__logo-container a img {
  width: 9.375rem;
}

/* line 93, app/assets/stylesheets/modules/_navbar.scss */
.main-navbar__divider {
  height: 1.25rem;
  border-left: 0.0625rem solid #736973;
  margin: 0 0.75rem;
}

/* line 1, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1.3125rem 1.875rem;
  padding-bottom: 50;
}

/* line 10, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__content {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-top: 1.875rem;
  word-break: break-all;
}

/* line 17, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__image {
  height: 1.9375rem;
  flex-shrink: 0;
  width: 1.9375rem;
}

/* line 21, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__image img {
  background-color: #EFEEEF;
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
}

/* line 28, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin-left: 0.625rem;
  width: 100%;
}

/* line 36, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__name {
  font-size: 0.9375rem;
  color: #1a091a;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: capitalize;
}

/* line 43, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__email {
  font-size: 0.875rem;
  color: #574C57;
  line-height: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 7.8125rem;
}

/* line 52, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box button {
  width: 100%;
}

/* line 55, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__request-button {
  background: #93328E;
  color: white;
  padding: 0.8125rem 1.25rem;
}

/* line 59, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__request-button.disabled {
  background: #736973;
  pointer-events: none;
}

/* line 63, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__request-button .icon {
  margin-right: 0.4375rem;
}

/* line 66, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar .profile-box__request-button .name {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* line 74, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__menu {
  margin-top: 0.9375rem;
  padding: 0;
}

/* line 78, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item {
  list-style: none;
  padding: 0.8125rem 0 0.8125rem 0;
  margin-left: 0.875rem;
  font-size: 0.9375rem;
  display: flex;
  align-items: start;
  flex-direction: column;
  cursor: pointer;
  border-radius: 0.3125rem;
  transition: all .1s linear;
}

/* line 89, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item a {
  color: #736973;
  display: inline-flex;
}

/* line 92, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item a span {
  margin-left: 1.1875rem;
  font-size: 0.9375rem;
}

/* line 97, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item .icon {
  font-size: 1.3125rem;
}

/* line 99, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item.active div, .main-sidebar__item.active span {
  color: #93328E;
}

/* line 103, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item input {
  display: none;
}

/* line 106, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item ul.main-sidebar__submenu {
  display: none;
}

/* line 108, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item ul.main-sidebar__submenu a {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: -0.01em;
}

/* line 115, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item ul.main-sidebar__submenu .active a {
  color: #50C0C9;
}

/* line 116, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item ul.main-sidebar__submenu .active::after {
  font-family: "cxx", sans-serif;
  content: "\e90d";
  margin-left: 0.625rem;
  color: #50C0C9;
}

/* line 124, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}

/* line 129, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item label span {
  margin-left: 1.4375rem;
}

/* line 131, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__item input:checked ~ ul.main-sidebar__submenu {
  display: block;
}

/* line 137, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__link:hover {
  color: #93328E;
}

/* line 141, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu {
  padding: 0;
  margin-left: 2.4375rem;
  padding-left: 0.875rem;
  position: relative;
  padding-top: 1rem;
}

/* line 147, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu::before {
  content: "";
  width: 0.1875rem;
  height: 75%;
  margin-top: 0;
  position: absolute;
  left: 1px;
  background: #EDECEC;
}

/* line 156, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu li {
  list-style: none;
  display: flex;
  align-items: center;
}

/* line 160, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu li:only-child {
  margin-top: 0.625rem;
}

/* line 161, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu li:not(:only-child) {
  margin-bottom: 0.625rem;
}

/* line 162, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu li a {
  line-height: 1.125rem;
}

/* line 164, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu li a.disabled {
  color: #cbcbcb;
}

/* line 166, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu li a.disabled:hover {
  color: #cbcbcb;
  cursor: default;
}

/* line 171, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu li a:hover {
  color: #5bc0de;
}

/* line 179, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__footer a {
  display: inline-flex;
  color: #736973;
}

/* line 183, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__footer span {
  color: #736973;
  margin-right: 0.75rem;
}

/* line 184, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__footer .icon {
  color: #736973;
  font-size: 1.3125rem;
}

/* line 187, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__sign-out {
  color: #736973;
  display: flex;
  align-items: center;
}

/* line 191, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__sign-out input {
  background: none;
  border: 0;
  color: #736973;
  cursor: pointer;
}

/* line 197, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__sign-out:hover span, .main-sidebar__sign-out:hover input {
  color: #93328E;
}

/* line 202, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__copyright {
  color: #B3AEB3;
  font-size: 0.8125rem;
  line-height: 1rem;
}

@media only screen and (min-width: 41rem) and (max-width: 64rem), only screen and (max-width: 40rem) {
  /* line 208, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar__item {
    padding: 0.625rem 0;
    justify-content: center;
  }
  /* line 211, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar__item a {
    margin: 0;
  }
  /* line 212, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar__item span:not(.cos-page-2) {
    display: none;
  }
  /* line 216, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar__footer {
    justify-content: center;
  }
  /* line 218, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar__footer span {
    display: none;
  }
  /* line 220, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar .profile-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 224, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar .profile-box__content {
    display: block;
  }
  /* line 228, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar .profile-box__image img {
    width: 3.75rem;
    height: 3.75rem;
  }
  /* line 233, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar .profile-box__name, .main-sidebar .profile-box__email {
    display: none;
  }
  /* line 235, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar .profile-box__request-button {
    display: flex;
    justify-content: center;
    width: 2.75rem !important;
  }
  /* line 239, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar .profile-box__request-button .name {
    display: none;
  }
}

/* line 245, app/assets/stylesheets/modules/_sidebar.scss */
.collapse-button {
  position: relative;
  display: none;
}

/* line 248, app/assets/stylesheets/modules/_sidebar.scss */
.collapse-button__content {
  position: absolute;
  right: -2.1875rem;
  top: 2.6875rem;
  background: white;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 41rem) and (max-width: 64rem), only screen and (max-width: 40rem) {
  /* line 245, app/assets/stylesheets/modules/_sidebar.scss */
  .collapse-button {
    display: block;
  }
}

/* line 267, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu.close {
  max-height: 0;
  display: none !important;
  opacity: 0;
  padding: 0;
  transition: opacity 0.3s ease, max-height 0.2s ease;
}

/* line 275, app/assets/stylesheets/modules/_sidebar.scss */
.main-sidebar__submenu.open {
  max-height: 18.75rem;
  display: block !important;
  opacity: 1;
  transition: opacity 0.3s, max-height 0.2s ease;
}

/* IE8 */
@media \0screen {
  /* line 284, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar {
    height: 100vh;
  }
  /* line 286, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar .profile-box__request-button {
    padding: 0.8125rem 0.9375rem;
    display: block;
  }
}

/* IE9 */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  /* line 294, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar {
    height: 100vh;
  }
  /* line 296, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar .profile-box__request-button {
    padding: 0.8125rem 0.9375rem;
    display: block;
  }
}

/* IE10-11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 304, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar {
    height: 100vh;
  }
  /* line 306, app/assets/stylesheets/modules/_sidebar.scss */
  .main-sidebar .profile-box__request-button {
    display: block;
    padding: 0.8125rem 0.9375rem;
  }
}

/* line 314, app/assets/stylesheets/modules/_sidebar.scss */
#request-button {
  background: #93328E;
  color: white;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-bottom: 0.625rem;
}

/* line 321, app/assets/stylesheets/modules/_sidebar.scss */
#request-button:after {
  border-color: white;
}

/* line 326, app/assets/stylesheets/modules/_sidebar.scss */
#request-dropdown {
  opacity: 0;
  border: 1px solid #EAEAEA;
}

/* line 329, app/assets/stylesheets/modules/_sidebar.scss */
#request-dropdown.show {
  max-height: 8.4375rem;
  min-height: 100%;
  height: auto;
  opacity: 1;
}

/* line 338, app/assets/stylesheets/modules/_sidebar.scss */
#request-dropdown .actions-dropdown_menu__link {
  font-size: 0.8125rem;
}

/* line 342, app/assets/stylesheets/modules/_sidebar.scss */
#request-dropdown .actions-dropdown_menu__item {
  border-bottom: 1px solid #EAEAEA;
}

/* line 345, app/assets/stylesheets/modules/_sidebar.scss */
#request-dropdown .actions-dropdown_menu__item:last-child {
  border-bottom: 0;
}

/* line 351, app/assets/stylesheets/modules/_sidebar.scss */
.not-active {
  padding: 8px;
}

/* line 1, app/assets/stylesheets/modules/_table.scss */
.table {
  margin-top: 1rem;
}

/* line 3, app/assets/stylesheets/modules/_table.scss */
.table__title {
  color: #736973;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/modules/_table.scss */
.table__header ul li:last-child {
  text-align: right;
}

/* line 14, app/assets/stylesheets/modules/_table.scss */
.table__header ul li:last-child .table___title {
  margin-right: 0.625rem;
}

/* line 20, app/assets/stylesheets/modules/_table.scss */
.table__row {
  display: inline-table;
  padding: 0.625rem 0;
  color: #1a091a;
  font-size: 0.9375rem;
}

/* line 25, app/assets/stylesheets/modules/_table.scss */
.table__row .strong {
  font-weight: bold;
}

/* line 30, app/assets/stylesheets/modules/_table.scss */
.table__tag {
  background-color: #efe7f0;
  border-radius: 0.75rem;
  color: #93328E;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: capitalize;
  padding: 0.0625rem 0.875rem;
  margin-left: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 42, app/assets/stylesheets/modules/_table.scss */
.table__tag.tag-default {
  background-color: #EEEEEE;
  color: #736973;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.375rem 1.0625rem;
  min-width: 7.1875rem;
  justify-content: center;
  margin-left: 0;
  margin-right: 0.3125rem;
  max-height: 1.75rem;
}

/* line 54, app/assets/stylesheets/modules/_table.scss */
.table__tag .close-tag {
  padding: 0.4375rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
  position: relative;
  display: flex;
  left: 0.625rem;
}

/* line 63, app/assets/stylesheets/modules/_table.scss */
.table__tag .close-tag:hover {
  background: rgba(0, 0, 0, 0.07);
}

/* line 67, app/assets/stylesheets/modules/_table.scss */
.table__tag--primary {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
  margin-left: 0;
  padding: 0.375rem 1.125rem;
  width: auto;
}

/* line 76, app/assets/stylesheets/modules/_table.scss */
.table__options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 1.875rem;
}

/* line 82, app/assets/stylesheets/modules/_table.scss */
.table__remove {
  border: none;
  background: transparent;
  display: flex;
  padding: 0.9375rem;
  cursor: pointer;
  opacity: .6;
}

/* line 89, app/assets/stylesheets/modules/_table.scss */
.table__remove span {
  color: #736973;
}

/* line 92, app/assets/stylesheets/modules/_table.scss */
.table__remove:hover {
  opacity: 1;
}

/* line 96, app/assets/stylesheets/modules/_table.scss */
.table__footer {
  margin-top: 4.75rem;
}

/* line 98, app/assets/stylesheets/modules/_table.scss */
.table__footer--flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5rem;
}

/* line 104, app/assets/stylesheets/modules/_table.scss */
.table__footer--flex > div {
  flex: 1;
}

/* line 107, app/assets/stylesheets/modules/_table.scss */
.table__footer--flex button:last-child {
  margin-left: 0.625rem;
}

/* line 112, app/assets/stylesheets/modules/_table.scss */
.table__empty {
  text-align: center;
  margin: 3.75rem 0;
}

/* line 116, app/assets/stylesheets/modules/_table.scss */
.table__search {
  margin-top: 1.875rem;
  margin-left: 1.875rem;
}

/* line 122, app/assets/stylesheets/modules/_table.scss */
.empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10% 0;
  height: calc(100% - 28.25rem);
}

/* line 128, app/assets/stylesheets/modules/_table.scss */
.empty-state__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1rem;
}

/* line 135, app/assets/stylesheets/modules/_table.scss */
.empty-state__title {
  line-height: 1.5rem;
  font-weight: bold;
  color: #574C57;
  margin-bottom: 0.5rem;
}

/* line 140, app/assets/stylesheets/modules/_table.scss */
.empty-state__title--narrow {
  max-width: 17.5rem;
  text-align: center;
  line-height: 1.25;
}

/* line 146, app/assets/stylesheets/modules/_table.scss */
.empty-state__description {
  max-width: 16.875rem;
  line-height: 1.375rem;
  margin-top: 1.25rem;
  display: block;
}

/* line 152, app/assets/stylesheets/modules/_table.scss */
.empty-state__dark {
  color: #574C57;
  padding-top: 1.25rem;
  position: relative;
}

/* line 156, app/assets/stylesheets/modules/_table.scss */
.empty-state__dark::before {
  content: '';
  position: absolute;
  top: 0;
  width: 3rem;
  height: 0.0625rem;
  left: calc(50% - 1.5rem);
  background: #EFEEEF;
}

/* line 165, app/assets/stylesheets/modules/_table.scss */
.empty-state__dark a {
  color: #574C57;
  font-weight: 500;
  border-bottom: 1px solid #c3bfc3;
}

/* line 173, app/assets/stylesheets/modules/_table.scss */
.count-title {
  display: flex;
  margin-top: 2.5rem;
  justify-content: flex-start;
  align-items: center;
}

/* line 178, app/assets/stylesheets/modules/_table.scss */
.count-title .icon-down-arrow {
  color: #93328E;
  margin-right: 0.625rem;
}

/* line 182, app/assets/stylesheets/modules/_table.scss */
.count-title .count {
  font-size: 0.625rem;
  font-weight: bold;
  background-color: #efe7f0;
  border-radius: 100%;
  width: 1.4375rem;
  height: 1.4375rem;
  color: #93328E;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-self: center;
  margin-left: 0.75rem;
}

/* line 198, app/assets/stylesheets/modules/_table.scss */
.title-list {
  color: #93328E;
  position: relative;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: table;
  font-weight: bold;
  letter-spacing: 0.0625rem;
}

/* line 207, app/assets/stylesheets/modules/_table.scss */
.text-bold {
  font-weight: bold;
}

/* line 211, app/assets/stylesheets/modules/_table.scss */
.opacity {
  opacity: .4;
}

/* line 215, app/assets/stylesheets/modules/_table.scss */
.table-content {
  width: 100%;
  margin-top: 1.5rem;
}

/* line 219, app/assets/stylesheets/modules/_table.scss */
.table-content thead tr {
  color: #736973;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  text-align: left;
}

/* line 227, app/assets/stylesheets/modules/_table.scss */
.table-content thead th:last-child {
  padding-right: 0.5rem;
}

/* line 232, app/assets/stylesheets/modules/_table.scss */
.table-content td {
  padding: 0.625rem 0;
  color: #1a091a;
  font-size: 0.9375rem;
  border-bottom: 1px solid #EEEEEE;
}

/* line 239, app/assets/stylesheets/modules/_table.scss */
.table-content tr:not(:last-child) td {
  border-bottom: 1px solid #EEEEEE;
}

/* line 243, app/assets/stylesheets/modules/_table.scss */
.table-content.with-border {
  background: white;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.25rem 0.25rem 0.8125rem;
  border: 1px solid #EAEAEA;
}

/* line 249, app/assets/stylesheets/modules/_table.scss */
.table-content.with-border tr:last-child td {
  border-bottom: 0;
}

/* line 254, app/assets/stylesheets/modules/_table.scss */
.table-content.with-pagination {
  margin-bottom: 2.8125rem;
}

/* line 257, app/assets/stylesheets/modules/_table.scss */
.table-content__description {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

/* line 260, app/assets/stylesheets/modules/_table.scss */
.table-content__description .description-header {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #736973;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.3125rem;
}

/* line 268, app/assets/stylesheets/modules/_table.scss */
.table-content__description .description-text {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  display: block;
}

/* line 275, app/assets/stylesheets/modules/_table.scss */
.table-content--spaced td {
  width: fit-content;
}

/* line 282, app/assets/stylesheets/modules/_table.scss */
.table-content--last-header-left-aligned thead th:last-child {
  text-align: left;
  padding-right: initial;
}

/* line 293, app/assets/stylesheets/modules/_table.scss */
.table-content--right-aligned tbody tr td:last-child {
  text-align: right;
}

/* line 302, app/assets/stylesheets/modules/_table.scss */
.tag-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

/* line 307, app/assets/stylesheets/modules/_table.scss */
.tag-content .icon-down-arrow {
  font-size: 0.5rem;
  margin-right: 0.25rem;
  display: inline-block;
}

/* line 311, app/assets/stylesheets/modules/_table.scss */
.tag-content .icon-down-arrow.expanded {
  transform: rotate(180deg);
}

/* line 317, app/assets/stylesheets/modules/_table.scss */
.status {
  background-color: #EFEEEF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  width: 7.5rem;
}

/* line 324, app/assets/stylesheets/modules/_table.scss */
.status__text {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000;
  text-wrap: nowrap;
}

/* line 330, app/assets/stylesheets/modules/_table.scss */
.status__light {
  width: 0.75rem;
  height: 0.75rem;
  background-color: grey;
  border-radius: 100%;
  margin-right: 0.3125rem;
}

/* line 337, app/assets/stylesheets/modules/_table.scss */
.status--in-progress {
  background-color: #FCF0EA;
}

/* line 339, app/assets/stylesheets/modules/_table.scss */
.status--in-progress .status__light {
  background-color: #F26423;
}

/* line 343, app/assets/stylesheets/modules/_table.scss */
.status--complete {
  background-color: #EAF5F6;
}

/* line 345, app/assets/stylesheets/modules/_table.scss */
.status--complete .status__light {
  background-color: #5bc0de;
}

/* line 355, app/assets/stylesheets/modules/_table.scss */
.multi-action + div .table-content thead th:last-child {
  text-align: right;
  padding-right: 5rem;
}

/* line 365, app/assets/stylesheets/modules/_table.scss */
.table-container.with-pagination {
  min-height: calc(100vh - 44.6875rem);
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 373, app/assets/stylesheets/modules/_table.scss */
#draft-requests-component .table-content tr td:last-child {
  text-align: right;
}

/* line 377, app/assets/stylesheets/modules/_table.scss */
#draft-requests-component .table-container.with-pagination {
  overflow: visible;
}

/* line 381, app/assets/stylesheets/modules/_table.scss */
#draft-requests-component .menu-context__menulist {
  transform: none !important;
  top: calc(100% - 13px) !important;
  left: auto !important;
  right: 0;
}

/* line 389, app/assets/stylesheets/modules/_table.scss */
td.fix-width {
  min-width: 120px;
  max-width: 120px;
}

/* line 394, app/assets/stylesheets/modules/_table.scss */
td.action-fixwidth {
  min-width: 75px;
  max-width: 75px;
}

/* line 399, app/assets/stylesheets/modules/_table.scss */
td.state-fixwidth {
  min-width: 65px;
  max-width: 65px;
}

/* line 1, app/assets/stylesheets/modules/_tabs.scss */
.tabs {
  background: white;
  border-radius: 0.625rem;
  padding: 0.9375rem 2rem 0.25rem;
  border: 1px solid #eaeaea;
}

/* line 7, app/assets/stylesheets/modules/_tabs.scss */
.tabs__list button {
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 0.1875rem solid transparent;
  font-size: 0.875rem;
  padding-right: 0;
  padding-left: 0;
  margin: 0 1rem 0;
}

/* line 16, app/assets/stylesheets/modules/_tabs.scss */
.tabs__list button:first-child {
  margin-left: 0;
}

/* line 19, app/assets/stylesheets/modules/_tabs.scss */
.tabs__list button[aria-selected=true] {
  color: #93328E;
  font-weight: 500;
  border-color: #93328E;
}

/* line 24, app/assets/stylesheets/modules/_tabs.scss */
.tabs__list button[aria-selected=false] {
  font-weight: 400;
}

/* line 27, app/assets/stylesheets/modules/_tabs.scss */
.tabs__list button:focus {
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/_banner.scss */
.banner {
  width: 100%;
  background-color: #72246c;
}

/* line 4, app/assets/stylesheets/modules/_banner.scss */
.banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 0;
}

/* line 11, app/assets/stylesheets/modules/_banner.scss */
.banner__title {
  color: white;
  font-size: 3rem;
}

/* line 14, app/assets/stylesheets/modules/_banner.scss */
.banner__title span {
  color: #FF9E1B;
}

/* line 18, app/assets/stylesheets/modules/_banner.scss */
.banner__subs {
  color: white;
  font-size: 0.9375rem;
}

/* line 23, app/assets/stylesheets/modules/_banner.scss */
.banner--medium .banner__content {
  padding: 4.1875rem 0;
}

/* line 27, app/assets/stylesheets/modules/_banner.scss */
.banner__header {
  position: absolute;
  width: 100%;
  z-index: 40;
}

/* line 31, app/assets/stylesheets/modules/_banner.scss */
.banner__header-items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  margin-top: 1.5625rem;
}

/* line 38, app/assets/stylesheets/modules/_banner.scss */
.banner__header-items .button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.40625rem 0.5625rem;
  text-align: center;
  border-radius: 0.75rem;
  border: none;
}

/* line 47, app/assets/stylesheets/modules/_banner.scss */
.banner__header-items .button:hover {
  opacity: .5;
}

/* line 54, app/assets/stylesheets/modules/_banner.scss */
.banner__link span, .banner__link a {
  color: white;
  font-size: 0.9375rem;
}

/* line 58, app/assets/stylesheets/modules/_banner.scss */
.banner__link a {
  font-weight: 300;
}

/* line 60, app/assets/stylesheets/modules/_banner.scss */
.banner__link a:hover {
  text-decoration: underline;
}

/* line 67, app/assets/stylesheets/modules/_banner.scss */
.top-banner {
  width: 100%;
  background-color: #72246c;
  padding: 1.125rem 0;
  margin-bottom: 1.8125rem;
}

/* line 72, app/assets/stylesheets/modules/_banner.scss */
.top-banner__button {
  margin-right: 0.75rem;
}

/* line 74, app/assets/stylesheets/modules/_banner.scss */
.top-banner__button button {
  width: 1.5rem;
  height: 1.5rem;
  left: 0rem;
  top: 0.125rem;
  background: #93328E;
  border-radius: 0.375rem;
  border: none;
  color: white;
  padding: 0;
  font-size: 0.75rem;
  cursor: pointer;
  line-height: 1.75rem;
}

/* line 89, app/assets/stylesheets/modules/_banner.scss */
.top-banner__content {
  max-width: 39.375rem;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* line 96, app/assets/stylesheets/modules/_banner.scss */
.top-banner__title {
  color: white;
  font-style: normal;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
}

/* line 103, app/assets/stylesheets/modules/_banner.scss */
.top-banner__title span {
  color: #FF9E1B;
}

/* line 107, app/assets/stylesheets/modules/_banner.scss */
.top-banner__subs {
  color: white;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 2, app/assets/stylesheets/modules/_link-section.scss */
.menu-list__content {
  width: 100%;
  margin-bottom: 2.5rem;
}

/* line 6, app/assets/stylesheets/modules/_link-section.scss */
.menu-list__content ul li:last-child .menu-list__card:after {
  display: none;
}

/* line 9, app/assets/stylesheets/modules/_link-section.scss */
.menu-list__card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.25rem 0 1.25rem;
  position: relative;
  border-bottom: 0.5rem solid #40053a;
  margin-bottom: 2.75rem;
  background: #5d1757;
  background: linear-gradient(0deg, #5d1757 0%, #8c4387 100%);
}

/* line 23, app/assets/stylesheets/modules/_link-section.scss */
.menu-list__card:after {
  content: " ";
  width: 0.125rem;
  height: 86%;
  margin: 3% 0rem;
  position: absolute;
  right: 0.0625rem;
  top: 0.0625rem;
  border-radius: 0.5625rem;
  z-index: 9999;
  background: white;
  opacity: .1;
}

/* line 37, app/assets/stylesheets/modules/_link-section.scss */
.menu-list__title {
  font-size: 1.5rem;
  color: white;
  font-weight: 400;
  margin: 0;
  width: 100%;
  padding: 0 15%;
  line-height: 1.875rem;
  height: 3.5625rem;
}

/* line 48, app/assets/stylesheets/modules/_link-section.scss */
.menu-list__link a {
  top: 2.8125rem;
}

/* line 50, app/assets/stylesheets/modules/_link-section.scss */
.menu-list__link a:hover {
  background-color: #f0ad4e;
}

/* line 57, app/assets/stylesheets/modules/_link-section.scss */
.dropdown-button {
  position: relative;
  display: inline-block;
  top: 2.8125rem;
}

/* line 61, app/assets/stylesheets/modules/_link-section.scss */
.dropdown-button label {
  cursor: pointer;
  text-align: center;
}

/* line 65, app/assets/stylesheets/modules/_link-section.scss */
.dropdown-button__input[type="checkbox"] {
  position: absolute;
  display: none;
}

/* line 68, app/assets/stylesheets/modules/_link-section.scss */
.dropdown-button__input[type="checkbox"][type="checkbox"]:checked ~ ul {
  left: 0;
}

/* line 72, app/assets/stylesheets/modules/_link-section.scss */
.dropdown-button__list {
  position: absolute;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  left: -100vw;
  background: #fff;
  padding: 0.375rem 0;
  margin: 0;
  list-style: none;
  width: calc(100% + 130%);
  background-color: #ff9300;
  border-radius: 0.625rem;
  margin-top: 0.3125rem;
}

/* line 88, app/assets/stylesheets/modules/_link-section.scss */
.dropdown-button__link {
  display: block;
  padding: 0 0.9375rem;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/modules/_link-section.scss */
.dropdown-button__link a {
  color: white;
  font-weight: 500;
}

/* line 1, app/assets/stylesheets/modules/_documents.scss */
.documents-section {
  margin-top: 3.125rem;
  min-height: 44.5rem;
}

/* line 5, app/assets/stylesheets/modules/_documents.scss */
.documents-section .section-card__title {
  text-transform: capitalize;
  color: black;
  font-size: 1.25rem;
}

/* line 13, app/assets/stylesheets/modules/_documents.scss */
.section-nav {
  position: sticky;
  top: 2rem;
  align-self: start;
}

/* line 17, app/assets/stylesheets/modules/_documents.scss */
.section-nav__list {
  margin: 0;
  padding: 0;
}

/* line 21, app/assets/stylesheets/modules/_documents.scss */
.section-nav__item {
  list-style: none;
  padding-bottom: 0.9375rem 0;
  border-left: 1px solid #c3bfc3;
  padding-left: 1.125rem;
}

/* line 26, app/assets/stylesheets/modules/_documents.scss */
.section-nav__item a {
  font-size: 0.9375rem;
  color: #574C57;
}

/* line 30, app/assets/stylesheets/modules/_documents.scss */
.section-nav__item.active {
  border-color: #93328E;
}

/* line 32, app/assets/stylesheets/modules/_documents.scss */
.section-nav__item.active a {
  color: #93328E;
}

/* line 39, app/assets/stylesheets/modules/_documents.scss */
.doc-list {
  position: relative;
  margin-bottom: 1.5625rem;
}

/* line 44, app/assets/stylesheets/modules/_documents.scss */
.doc-list .card__list-name a {
  color: #93328E;
  width: 100%;
  display: block;
}

/* line 51, app/assets/stylesheets/modules/_documents.scss */
.doc-list .card__list-education a {
  color: #93328E;
  width: 100%;
  display: block;
}

/* line 57, app/assets/stylesheets/modules/_documents.scss */
.doc-list .card__list-description {
  text-align: right;
}

/* line 59, app/assets/stylesheets/modules/_documents.scss */
.doc-list .card__list-description a {
  color: #93328E;
}

/* line 65, app/assets/stylesheets/modules/_documents.scss */
.dropdown-item span {
  color: #1a091a;
  text-transform: capitalize;
}

/* line 69, app/assets/stylesheets/modules/_documents.scss */
.dropdown-item button {
  border: none;
  background: white;
  font-size: 0.9375rem;
  display: flex;
  justify-content: space-between;
  color: #93328E;
  cursor: pointer;
  padding: 0.375rem 0;
  border-bottom: 0.0625rem solid #EFEEEF;
}

/* line 1, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab {
  border-top: 1px solid #EEEEEE;
}

/* line 3, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab__title {
  font-size: 0.875rem;
}

/* line 6, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab__item {
  border-bottom: 1px solid #f0eff0 !important;
  margin-bottom: -1px !important;
}

/* line 10, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab__list {
  border-bottom: 1px solid #EFEEEF !important;
  background-color: white;
}

/* line 13, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab__list button {
  border: 1px solid #EFEEEF;
  border-bottom: none;
  margin: -1px;
  padding-right: 0.3125rem;
}

/* line 18, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab__list button[aria-selected=true] {
  color: #93328E;
  background-color: white;
  font-weight: 500;
  border-bottom: 1px solid #EFEEEF;
}

/* line 24, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab__list button[aria-selected=false] {
  color: #736973;
  font-weight: 500;
  background-color: #EFEEEF;
}

/* line 29, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab__list button .close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EFEEEF;
  border-radius: 100%;
  height: 1rem;
  width: 1rem;
  margin-left: 0.1875rem;
}

/* line 38, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab__list button .close-button:hover {
  background-color: #d1ced1;
}

/* line 41, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab__list button .close-button svg {
  color: #736973;
}

/* line 48, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab .button-tab {
  margin-left: 0.6875rem;
  height: 1.9375rem;
  font-weight: 500;
  cursor: pointer;
  background-color: #efe7f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  padding: 0.625rem;
  border-radius: 0.9375rem;
  color: #93328E;
}

/* line 61, app/assets/stylesheets/modules/_edit_request.scss */
.edit-tab .button-tab:hover {
  background-color: #debfe1;
}

/* line 67, app/assets/stylesheets/modules/_edit_request.scss */
.button-view {
  border: none;
  background-color: transparent;
  color: #736973;
  cursor: pointer;
}

/* line 74, app/assets/stylesheets/modules/_edit_request.scss */
.request-tab-header {
  background-color: white;
  padding: 1rem 1rem 0.625rem;
  border-bottom: 1px solid #EFEEEF;
}

/* line 80, app/assets/stylesheets/modules/_edit_request.scss */
.layout-edit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 74vh;
}

/* line 86, app/assets/stylesheets/modules/_edit_request.scss */
.layout-edit__content {
  padding: 0.9375rem;
}

/* line 89, app/assets/stylesheets/modules/_edit_request.scss */
.layout-edit__footer {
  padding: 0.9375rem;
  background-color: white;
  border-top: 1px solid #EFEEEF;
}

/* line 96, app/assets/stylesheets/modules/_edit_request.scss */
.layout-section {
  padding: 1.25rem 2rem 0.625rem;
  overflow-y: auto;
}

/* line 101, app/assets/stylesheets/modules/_edit_request.scss */
.layout-header {
  background-color: white;
  border-bottom: 1px solid #EFEEEF;
  margin-bottom: -1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4375rem 1.25rem;
}

/* line 110, app/assets/stylesheets/modules/_edit_request.scss */
.layout-header__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1a091a;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 117, app/assets/stylesheets/modules/_edit_request.scss */
.layout-header__title button {
  margin: 0;
  margin-right: 0.625rem;
}

/* line 122, app/assets/stylesheets/modules/_edit_request.scss */
.layout-header--big {
  padding: 1rem 1.25rem;
}

/* line 124, app/assets/stylesheets/modules/_edit_request.scss */
.layout-header--big .layout-header__title {
  font-size: 1.5rem;
}

/* line 129, app/assets/stylesheets/modules/_edit_request.scss */
.status-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 133, app/assets/stylesheets/modules/_edit_request.scss */
.status-block__label {
  margin-right: 0.3125rem;
}

/* line 136, app/assets/stylesheets/modules/_edit_request.scss */
.status-block__label:nth-child(-n + 2) {
  margin-right: 1.5rem;
}

/* line 142, app/assets/stylesheets/modules/_edit_request.scss */
.section-table .table-content {
  margin: 0;
}

/* line 147, app/assets/stylesheets/modules/_edit_request.scss */
.document-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
}

/* line 160, app/assets/stylesheets/modules/_edit_request.scss */
.request-status__header .list__item {
  min-width: 2.1875rem;
  max-width: 7.5rem;
}

/* 
.menu-context {
  &__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: to-rem(10);
    .dots {
      width: to-rem(3);
      height: to-rem(3);
      background-color: $gray;
      border-radius: 50%;
      position: relative;
      top: to-rem(-10);
      &:before, &:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: inherit;
        border-radius: inherit;
        position: absolute;
        left: 0;
      }
      &:before {
        top: to-rem(6);
      }
      &:after {
        top: to-rem(12);
      }
    }
  }
  &__menulist {
    a {
      color: $gray-dark;
      font-family: $font-family-base;
      font-size: to-rem(13);
      font-weight: 700;
      &:hover, &:active, &:focus {
        background-color: transparent;
        color: $purple;
      }
    }
  }
} */
/* line 1, app/assets/stylesheets/modules/_view-document.scss */
.view-doc {
  padding-top: 2.5rem;
  max-width: 80vw;
}

/* line 5, app/assets/stylesheets/modules/_view-document.scss */
.view-doc__document-container {
  overflow: auto;
  width: 38.75rem;
  height: calc(100vh - 19.125rem);
  margin: 0.5rem 0;
}

/* line 11, app/assets/stylesheets/modules/_view-document.scss */
.view-doc__document-container--centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 18, app/assets/stylesheets/modules/_view-document.scss */
.view-doc__pagination-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* line 24, app/assets/stylesheets/modules/_view-document.scss */
.view-doc__zoom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

/* line 31, app/assets/stylesheets/modules/_view-document.scss */
.view-doc__message {
  margin: 0rem;
}

/* line 35, app/assets/stylesheets/modules/_view-document.scss */
.view-doc .react-pdf__Page__annotations {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group {
  margin: 1.25rem 0;
}

/* line 4, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__item {
  margin-bottom: 0.5rem;
}

/* line 7, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__item span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #574C57;
  text-transform: capitalize;
}

/* line 12, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__item span.status__text {
  color: #000;
}

/* line 15, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__item span.demo-modal__description {
  text-transform: none;
}

/* line 21, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__header {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0.625rem;
  background: white;
  font-size: 0.9375rem;
  justify-content: space-between;
  color: #736973;
  cursor: pointer;
  padding: 1rem !important;
}

/* line 33, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__header:focus {
  box-shadow: none !important;
}

/* line 37, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__header:hover {
  background-color: white !important;
}

/* line 39, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__header:hover span {
  color: #93328E;
}

/* line 44, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__header--expanded {
  border-radius: 0.625rem 0.625rem 0 0;
  border-bottom: 1px solid #93328E;
}

/* line 50, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__panel {
  padding: 0 !important;
}

/* line 53, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__panel table {
  margin: 0;
  border-radius: 0 0 0.625rem 0.625rem !important;
}

/* line 59, app/assets/stylesheets/modules/_search-result-group.scss */
.result-group__pagination {
  max-width: 100%;
  margin-bottom: -1.5rem;
  margin-left: 0;
}

/* line 66, app/assets/stylesheets/modules/_search-result-group.scss */
.search-accordion-button {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  transition: all 0.2s;
  outline: 0;
}

/* line 74, app/assets/stylesheets/modules/_search-result-group.scss */
.search-accordion-button svg {
  overflow: hidden;
  width: 1.25em;
  height: 1.25em;
  color: #93328E;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  transform: rotate(-180deg);
  transition: transform 0.2s;
  transform-origin: center;
  flex-shrink: 0;
  backface-visibility: hidden;
}

/* line 2, app/assets/stylesheets/modules/_member-info.scss */
.member-info .form__group input {
  opacity: 0.9;
}

/* line 1, app/assets/stylesheets/modules/_pardon_our_dust.scss */
.pardon-our-dust-container {
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

/* line 6, app/assets/stylesheets/modules/_pardon_our_dust.scss */
.pardon-our-dust-container__content {
  width: 30rem;
  text-align: center;
  line-height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

/* line 15, app/assets/stylesheets/modules/_pardon_our_dust.scss */
.pardon-our-dust-container__title {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
}

/* line 22, app/assets/stylesheets/modules/_pardon_our_dust.scss */
.pardon-our-dust-container__img {
  margin-left: auto;
  margin-right: auto;
}

/* line 13, app/assets/stylesheets/helpers/_font-helpers.scss */

.text-bold {
  font-weight: 700;
}

/* line 3, app/assets/stylesheets/helpers/_space-helpers.scss */
.flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 33, app/assets/stylesheets/helpers/_space-helpers.scss */
.align-items {
  align-items: center;
}

/* line 37, app/assets/stylesheets/helpers/_space-helpers.scss */
.align--start {
  align-self: flex-start;
}

/* line 43, app/assets/stylesheets/helpers/_space-helpers.scss */
.horizontal-align--center {
  justify-content: center;
}

/* line 50, app/assets/stylesheets/helpers/_space-helpers.scss */
.justify-content--right {
  justify-content: flex-end;
}

/* line 54, app/assets/stylesheets/helpers/_space-helpers.scss */
.full-width {
  width: 100%;
}

/* line 58, app/assets/stylesheets/helpers/_space-helpers.scss */
.w-400 {
  max-width: 25rem;
}

/* line 83, app/assets/stylesheets/helpers/_space-helpers.scss */
.relative {
  position: relative;
}

/* line 6, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.push--top {
  margin-top: 30px;
}

/* line 8, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.push--bottom {
  margin-bottom: 30px;
}

/* line 14, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.push-half--top {
  margin-top: 15px;
}

/* line 15, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.push-half--right {
  margin-right: 15px;
}

/* line 16, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.push-half--bottom {
  margin-bottom: 15px;
}

/* line 17, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.push-half--left {
  margin-left: 15px;
}

/* line 22, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.flush--top {
  margin-top: 0;
}

/* line 24, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.flush--bottom {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.flush--left {
  margin-left: 0;
}

/* line 36, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.soft--top {
  padding-top: 30px;
}

/* line 37, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.soft--right {
  padding-right: 30px;
}

/* line 38, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.soft--bottom {
  padding-bottom: 30px;
}

/* line 39, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.soft--left {
  padding-left: 30px;
}

/* line 44, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.soft-half--top {
  padding-top: 15px;
}

/* line 46, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.soft-half--bottom {
  padding-bottom: 15px;
}

/* line 47, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.soft-half--left {
  padding-left: 15px;
}

/* line 52, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.hard--top {
  padding-top: 0;
}

/* line 55, app/assets/stylesheets/helpers/_spacing-helpers.scss */
.hard--left {
  padding-left: 0;
}

/* line 15, app/assets/stylesheets/helpers/_visibility-helpers.scss */
.display-block {
  display: block;
}

/* line 19, app/assets/stylesheets/helpers/_visibility-helpers.scss */
.hidden {
  display: none;
}

/* line 51, app/assets/stylesheets/helpers/_visibility-helpers.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1, app/assets/stylesheets/pages/resources.scss */
.resources-content {
  margin-bottom: 3.375rem;
}

/* line 4, app/assets/stylesheets/pages/resources.scss */
.resource-title {
  font-size: 1.25rem;
  color: black;
  line-height: 1.5rem;
  margin: 0;
}

/* line 10, app/assets/stylesheets/pages/resources.scss */
.text-box {
  margin-top: 2rem;
  padding-right: 2.5rem;
}

/* line 13, app/assets/stylesheets/pages/resources.scss */
.text-box__title {
  font-size: 1.25rem;
  color: black;
  line-height: 1.875rem;
}

/* line 18, app/assets/stylesheets/pages/resources.scss */
.text-box__link {
  font-size: 0.875rem;
  color: #93328E;
  font-weight: 500;
  display: flex;
  align-items: center;
}

/* line 27, app/assets/stylesheets/pages/resources.scss */
.upload-row {
  display: flex;
  justify-content: center;
}

/* line 32, app/assets/stylesheets/pages/resources.scss */
.upload-attachment-label {
  font-size: 0.875rem;
  font-weight: 800;
  cursor: pointer;
  margin-left: 30%;
}

/* line 39, app/assets/stylesheets/pages/resources.scss */
.uploaded-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  border-style: dashed;
  border: 2px dashed;
  border-color: #93328E;
  background-color: #EFEEEF;
}

/* line 66, app/assets/stylesheets/pages/resources.scss */
.upload_doc[disabled] {
  background: #000000;
}

/* line 68, app/assets/stylesheets/pages/resources.scss */
.upload_doc[disabled]:hover {
  background: #000000;
}

/* line 73, app/assets/stylesheets/pages/resources.scss */
.file-details {
  width: 100%;
  justify-content: space-between;
  display: flex;
  color: #93328E;
}

/* line 80, app/assets/stylesheets/pages/resources.scss */
.file-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 6.25rem;
  display: block;
  overflow: hidden;
}

/* line 88, app/assets/stylesheets/pages/resources.scss */
.doc-type {
  margin: 0 0 0 -0.5rem;
}

/* line 92, app/assets/stylesheets/pages/resources.scss */
#modal-addlocation {
  background: #EAEAEA;
  margin: 0 auto;
  padding: 24px;
}

/* line 97, app/assets/stylesheets/pages/resources.scss */
#modal-addlocation .modal-content {
  padding: 3.125rem;
  background: white;
  border-radius: 0.5rem;
  position: relative;
}

/* line 103, app/assets/stylesheets/pages/resources.scss */
#modal-addlocation .modal-content .icon-close {
  font-size: 0.5625rem;
}

/* line 108, app/assets/stylesheets/pages/resources.scss */
#modal-addlocation .register-content .locations-table {
  min-height: 18.75rem;
  max-height: 18.75rem;
  overflow: hidden;
  overflow-y: auto;
}

/* line 114, app/assets/stylesheets/pages/resources.scss */
#modal-addlocation .register-content .locations-table th {
  min-width: 13%;
}

/* line 117, app/assets/stylesheets/pages/resources.scss */
#modal-addlocation .register-content .locations-table th:first-child {
  min-width: 15%;
}

/* line 121, app/assets/stylesheets/pages/resources.scss */
#modal-addlocation .register-content .locations-table th:nth-child(5) {
  min-width: 8%;
}

/* line 125, app/assets/stylesheets/pages/resources.scss */
#modal-addlocation .register-content .locations-table th:nth-child(6) {
  min-width: 16%;
}

/* line 133, app/assets/stylesheets/pages/resources.scss */
.addlocation-filter .info {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 139, app/assets/stylesheets/pages/resources.scss */
.addlocation-filter .header__info {
  color: #1a091a;
  margin-top: 0.625rem;
}

/* line 144, app/assets/stylesheets/pages/resources.scss */
.addlocation-filter .button__combined {
  margin-top: 0;
}

/* line 148, app/assets/stylesheets/pages/resources.scss */
.addlocation-filter .sub__heading {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}

/* line 157, app/assets/stylesheets/pages/resources.scss */
.otp-content h5 {
  font-weight: 400;
  text-transform: none;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.7rem;
}

/* line 166, app/assets/stylesheets/pages/resources.scss */
a.otp-click-here-disabled {
  pointer-events: none;
  color: gray;
  text-decoration: none;
}

/* line 172, app/assets/stylesheets/pages/resources.scss */
.hide-show {
  display: inline-flex;
  position: absolute;
  animation: signup-response 0.5s 1;
  -webkit-animation: signup-response 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}

/* line 184, app/assets/stylesheets/pages/resources.scss */
.hide-btn {
  height: 0;
  width: 0;
  opacity: 0;
}

/* line 1, app/assets/stylesheets/pages/home.scss */
.main-banner {
  height: 31.25rem;
  width: 100%;
  background-color: #ccc;
  background-image: url(/assets/banner-opt-71b6f6caae361a5bd237c37c8a6e4968b497b0f29eaeb8443a331225b5c901d8.jpg);
  background-size: cover;
}

/* line 7, app/assets/stylesheets/pages/home.scss */
.main-banner__content {
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

/* line 15, app/assets/stylesheets/pages/home.scss */
.main-banner__title {
  font-size: 3.5rem;
  color: #93328E;
  font-weight: 500;
}

/* line 20, app/assets/stylesheets/pages/home.scss */
.main-banner__copy {
  font-size: 2.125rem;
}

/* line 24, app/assets/stylesheets/pages/home.scss */
.full-height {
  height: 100%;
}

/* line 27, app/assets/stylesheets/pages/home.scss */
.button-link {
  background-color: #ff9300;
  border-radius: 0.625rem;
  width: 10.375rem;
  padding: 0.625rem 0;
  font-size: 1rem;
  display: block;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  position: relative;
}

/* line 38, app/assets/stylesheets/pages/home.scss */
.button-link:hover {
  background-color: #f0ad4e;
  color: white;
}

/* line 43, app/assets/stylesheets/pages/home.scss */
.action-box {
  padding: 1.875rem 0;
  background: #5d1757;
  background: linear-gradient(0deg, #5d1757 0%, #8c4387 100%);
}

/* line 49, app/assets/stylesheets/pages/home.scss */
.action-box__text-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 53, app/assets/stylesheets/pages/home.scss */
.action-box__text-content img {
  position: relative;
  top: 0.25rem;
}

/* line 57, app/assets/stylesheets/pages/home.scss */
.action-box__text-content span {
  margin-right: 0.9375rem;
  color: white;
  font-weight: 500;
  font-size: 2.625rem;
}

/* line 64, app/assets/stylesheets/pages/home.scss */
.action-box__copy {
  color: white;
}

/* line 67, app/assets/stylesheets/pages/home.scss */
.action-box__button {
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

/* line 73, app/assets/stylesheets/pages/home.scss */
.action-box__button .button-link {
  width: 11.875rem;
  text-align: center;
}

/* line 76, app/assets/stylesheets/pages/home.scss */
.action-box__button .button-link .icon {
  margin-left: 0.75rem;
}

/* line 83, app/assets/stylesheets/pages/home.scss */
.documents {
  margin-bottom: 2.5rem;
}

/* line 85, app/assets/stylesheets/pages/home.scss */
.documents__title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.125rem solid #d8e0e7;
  margin-bottom: 1.4375rem;
}

/* line 91, app/assets/stylesheets/pages/home.scss */
.documents__title .icon-file {
  font-size: 1.875rem;
  margin: 0 0.625rem 1.1875rem;
}

/* line 95, app/assets/stylesheets/pages/home.scss */
.documents__title h4 {
  color: #574C57;
  font-size: 2.125rem;
  margin: 0 0 1.1875rem;
  font-weight: 100;
}

/* line 102, app/assets/stylesheets/pages/home.scss */
.documents__item {
  list-style: none;
}

/* line 105, app/assets/stylesheets/pages/home.scss */
.documents__link {
  color: #93328E;
  font-weight: 600;
  font-size: 0.875rem;
  padding-right: 1.25rem;
  display: flex;
  align-self: center;
}

/* line 112, app/assets/stylesheets/pages/home.scss */
.documents__link span {
  line-height: 1rem;
  margin-right: 0.3125rem;
  font-weight: 500;
}

/* line 117, app/assets/stylesheets/pages/home.scss */
.documents__link:hover {
  color: #72246c;
}

/* line 123, app/assets/stylesheets/pages/home.scss */
.certificates {
  padding: 1.875rem 0 0.625rem;
  background-color: white;
}

/* line 126, app/assets/stylesheets/pages/home.scss */
.certificates__copy {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

/* line 131, app/assets/stylesheets/pages/home.scss */
.company-links {
  display: flex;
  flex-direction: column;
}

/* line 134, app/assets/stylesheets/pages/home.scss */
.company-links__title {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
}

/* line 140, app/assets/stylesheets/pages/home.scss */
.company-links__list {
  padding: 0;
  margin: 0;
  display: flex;
}

/* line 145, app/assets/stylesheets/pages/home.scss */
.company-links__link {
  list-style: none;
  padding-right: 0.625rem;
}

/* line 148, app/assets/stylesheets/pages/home.scss */
.company-links__link a {
  color: #736973;
  font-weight: 500;
  font-size: 0.875rem;
}

/* line 152, app/assets/stylesheets/pages/home.scss */
.company-links__link a:hover {
  text-decoration: underline;
}

/* line 158, app/assets/stylesheets/pages/home.scss */
.brand-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 164, app/assets/stylesheets/pages/home.scss */
.brand-list__link {
  list-style: none;
}

/* line 166, app/assets/stylesheets/pages/home.scss */
.brand-list__link.link-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

/* line 171, app/assets/stylesheets/pages/home.scss */
.brand-list__link.link-text a {
  margin-top: 0.75rem;
}

/* line 174, app/assets/stylesheets/pages/home.scss */
.brand-list__link.link-text span {
  font-size: 0.625rem;
  width: 7rem;
  text-align: center;
  line-height: 0.75rem;
  margin-top: 1.8125rem;
}

/* line 182, app/assets/stylesheets/pages/home.scss */
.brand-list__link img {
  width: 5rem;
}

/* line 1, app/assets/stylesheets/pages/profile.scss */
.profile-container {
  width: 100%;
  max-width: 39.375rem;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/pages/profile.scss */
.profile-container .form__input {
  padding-left: 1.125rem;
  width: 100%;
}

/* line 10, app/assets/stylesheets/pages/profile.scss */
.profile-container option[disabled] {
  display: none;
}

/* line 14, app/assets/stylesheets/pages/profile.scss */
.profile-container .actions {
  margin-top: 1.5rem;
}

/* line 16, app/assets/stylesheets/pages/profile.scss */
.profile-container .actions input[type="submit"] {
  background: #93328E;
  color: white;
}

/* line 20, app/assets/stylesheets/pages/profile.scss */
.profile-container .actions input[disabled] {
  pointer-events: none;
  background: #736973;
}

/* line 25, app/assets/stylesheets/pages/profile.scss */
.profile-container .select {
  overflow: hidden;
  position: relative;
  display: block;
}

/* line 29, app/assets/stylesheets/pages/profile.scss */
.profile-container .select:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' height='9' viewBox='0 0 14 9' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m12.293.292908 1.4142 1.414212-6.70712 6.70711-6.707111-6.70711 1.414211-1.414212 5.2929 5.292892z' fill='%23574c57' fill-rule='evenodd'/%3E%3C/svg%3E");
  position: absolute;
  right: 0.9375rem;
  top: 0.75rem;
  width: 0.875rem;
}

/* line 38, app/assets/stylesheets/pages/profile.scss */
.profile-container select {
  height: 2.75rem;
  padding: 0.3125rem;
  border: 0;
  font-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

/* line 49, app/assets/stylesheets/pages/profile.scss */
.profile-container hr {
  margin-top: 0.75rem;
  margin-bottom: 0.5625rem;
  border: 1px solid #eaeaea;
  width: 100%;
}

/* line 54, app/assets/stylesheets/pages/profile.scss */
.profile-container hr:last-of-type {
  display: none;
}

/* line 61, app/assets/stylesheets/pages/profile.scss */
.profile__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
}

/* line 69, app/assets/stylesheets/pages/profile.scss */
.profile__selected-list .table th, .profile__selected-list .table td {
  padding-left: 15px;
}

/* line 73, app/assets/stylesheets/pages/profile.scss */
.profile__selected-list .table th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #736973;
}

/* line 79, app/assets/stylesheets/pages/profile.scss */
.profile__selected-list .table th.locations-table__hp {
  width: 9.375rem;
}

/* line 83, app/assets/stylesheets/pages/profile.scss */
.profile__selected-list .table th.locations-table__name {
  width: 12.875rem;
}

/* line 87, app/assets/stylesheets/pages/profile.scss */
.profile__selected-list .table th.locations-table__phone {
  width: 7.5rem;
}

/* line 91, app/assets/stylesheets/pages/profile.scss */
.profile__selected-list .table th.locations-table__zip {
  width: 4.6875rem;
}

/* line 96, app/assets/stylesheets/pages/profile.scss */
.profile__selected-list .table td {
  font-size: 14px;
  color: #1a091a;
  text-transform: capitalize;
  line-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}

/* line 105, app/assets/stylesheets/pages/profile.scss */
.profile__selected-list .table td:first-child {
  padding-right: 10px;
}

/* line 110, app/assets/stylesheets/pages/profile.scss */
.profile__selected-list .table tr:last-child td {
  border-bottom: 0;
}

/* line 117, app/assets/stylesheets/pages/profile.scss */
.topbar {
  height: 3.375rem;
  background: white;
  border-bottom: 1px solid #eaeaea;
}

/* line 122, app/assets/stylesheets/pages/profile.scss */
.tabmenu {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  background: white;
  border-bottom: 1px solid #eaeaea;
}

/* line 128, app/assets/stylesheets/pages/profile.scss */
.tabmenu__container {
  width: 40.375rem;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

/* line 134, app/assets/stylesheets/pages/profile.scss */
.tabmenu__item {
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0;
  color: gray;
}

/* line 141, app/assets/stylesheets/pages/profile.scss */
.tabmenu__item.active, .tabmenu__item:hover {
  color: #93328E;
  border-bottom: 0.125rem solid #93328E;
}

/* line 150, app/assets/stylesheets/pages/profile.scss */
.card-menu__container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: auto;
  margin-top: 1.625rem;
  width: 40.375rem;
  min-height: calc(100vh - 26.25rem);
}

/* line 158, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .link-card {
  color: #72246c;
}

/* line 161, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card {
  align-items: center;
  display: flex;
  background: white;
  border-radius: 0.625rem;
  margin-bottom: 0.9375rem;
  justify-content: space-between;
  padding: 0.875rem 1.625rem 1rem 0.9375rem;
  border: 1px solid #eaeaea;
  color: #736973;
}

/* line 171, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__label {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  margin-top: 0.9375rem;
  line-height: 1.6875rem;
  width: 100%;
}

/* line 179, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__email-label {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.6875rem;
  width: 15.75rem;
}

/* line 186, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__subtitle {
  display: flex;
  gap: 0.4375rem;
  padding-left: 0.625rem;
}

/* line 191, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card .h3 {
  align-self: flex-start;
  line-height: 2.1875rem;
  width: 100%;
  max-width: 15rem;
}

/* line 197, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card .h3.full-width {
  max-width: 100%;
}

/* line 201, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card.with-link {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.625rem;
}

/* line 206, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card.with-link .label-container {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
  line-height: 0.625rem;
}

/* line 212, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card.with-link .label-container * {
  padding-left: 1rem;
  padding-right: 1.625rem;
}

/* line 216, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card.with-link .label-container .label {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #574c57;
}

/* line 224, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card.with-link .link-container {
  align-self: flex-start;
  padding-left: 1rem;
  padding-top: 0.3125rem;
}

/* line 228, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card.with-link .link-container a {
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.01em;
  color: #93328E;
}

/* line 237, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card.with-link__label {
  margin-top: 1rem;
}

/* line 241, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card .password-container {
  display: flex;
  justify-content: space-around;
  width: 6.875rem;
  margin-bottom: 0.3125rem;
}

/* line 247, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__title {
  width: 100%;
  margin-bottom: 0.3125rem;
}

/* line 251, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__value {
  color: #1a091a;
}

/* line 253, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__value.h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
}

/* line 259, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__content {
  width: 100%;
  align-items: flex-start;
}

/* line 262, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__content .option-card__item {
  margin-top: 0.625rem;
}

/* line 266, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__item {
  flex-grow: 1;
  width: 25%;
}

/* line 268, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__item:nth-child(4n), .card-menu__container .option-card__item:nth-child(1) {
  width: 50%;
}

/* line 273, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__item label {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #736973;
}

/* line 280, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__item div {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 288, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .terms-link-container {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: center;
}

/* line 294, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .email-span {
  font-size: 0.75rem;
}

/* line 297, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .email-bordor-top {
  border-top: 1px solid lightgray;
}

/* line 300, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .email-flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 308, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .email-left-flex-item {
  width: 12.5rem;
}

/* line 311, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .email-right-flex-item {
  width: 18.75rem;
  color: black;
}

/* line 318, app/assets/stylesheets/pages/profile.scss */
.inside-alert {
  align-self: center;
  background: #ffffff;
  left: calc(50% + 6.75rem);
  margin-top: 1.5rem;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: visibility 20s linear;
  visibility: hidden;
  width: 29.75rem;
}

/* line 330, app/assets/stylesheets/pages/profile.scss */
.inside-alert.fade {
  opacity: 1;
  visibility: visible;
}

/* line 336, app/assets/stylesheets/pages/profile.scss */
.mt-100 {
  margin-top: 6.25rem;
}

/* line 340, app/assets/stylesheets/pages/profile.scss */
.actions-dropdown {
  max-width: 12.8125rem;
  width: 100%;
  text-transform: uppercase;
  color: #93328E;
  border: 1px solid #93328E;
  border-radius: 0.75rem;
  min-height: 2.6875rem;
  padding: 3px 18px 0;
  letter-spacing: 0.06em;
  font-size: 0.875rem;
  font-weight: 700;
  background: rgba(157, 116, 155, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.3125rem;
  cursor: pointer;
}

/* line 360, app/assets/stylesheets/pages/profile.scss */
.actions-dropdown.invert img {
  transform: rotate(180deg);
}

/* line 364, app/assets/stylesheets/pages/profile.scss */
.actions-dropdown:after {
  content: "";
  position: absolute;
  right: 2.875rem;
  height: 1.125rem;
  width: 1px;
  border-left: 1px solid #93328E;
}

/* line 373, app/assets/stylesheets/pages/profile.scss */
.actions-dropdown.remove-after::after {
  content: none;
}

/* line 377, app/assets/stylesheets/pages/profile.scss */
.actions-dropdown_menu {
  position: absolute;
  background: #fff;
  max-width: 15.9375rem;
  width: 100%;
  box-shadow: 0px 2px 4px #d8d8d8;
  border-radius: 0.625rem;
  top: 100%;
  margin: 0;
  padding: 0;
  max-height: 0;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}

/* line 392, app/assets/stylesheets/pages/profile.scss */
.actions-dropdown_menu.show {
  max-height: 2.8125rem;
  min-height: 2.8125rem;
}

/* line 397, app/assets/stylesheets/pages/profile.scss */
.actions-dropdown_menu__item {
  list-style: none;
}

/* line 401, app/assets/stylesheets/pages/profile.scss */
.actions-dropdown_menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #93328E;
}

/* line 412, app/assets/stylesheets/pages/profile.scss */
.actions-dropdown_menu__link:hover, .actions-dropdown_menu__link:focus {
  color: #93328E;
}

/* line 420, app/assets/stylesheets/pages/profile.scss */
#add-location_modal {
  display: none;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
}

/* line 426, app/assets/stylesheets/pages/profile.scss */
#add-location_modal.show-modal {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

/* line 434, app/assets/stylesheets/pages/profile.scss */
.hide {
  display: none;
}

/* line 438, app/assets/stylesheets/pages/profile.scss */
#modal-addlocation {
  width: 100%;
}

/* line 442, app/assets/stylesheets/pages/profile.scss */
.w-100 {
  width: 100%;
}

/* line 446, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__label {
  padding: 0 24px;
}

/* line 447, app/assets/stylesheets/pages/profile.scss */
.card-menu__container .option-card__label.short {
  max-width: 27.5625rem;
}

/* line 453, app/assets/stylesheets/pages/profile.scss */
.addlocation-filter .info {
  font-size: 13px;
  color: #574c57;
}

/**-- Add Locations Screen - Profile Branches --*/
/* line 460, app/assets/stylesheets/pages/profile.scss */
.mt-24 {
  margin-top: 1.5rem;
}

/* line 464, app/assets/stylesheets/pages/profile.scss */
.branches-border {
  border: 1px solid #f3f3f3;
  border-radius: 0.625rem;
}

/* line 470, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .top-banner__content {
  max-width: unset;
  justify-content: left;
  margin-left: 1.9375rem;
}

/* line 475, app/assets/stylesheets/pages/profile.scss */
.add-location-screen.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 479, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box {
  padding: 0 15px;
}

/* line 482, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .sub_heading {
  color: #1a091a;
}

/* line 487, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box #search-btn:disabled {
  pointer-events: none;
  background: #c3bfc3;
}

/* line 493, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .healthplan {
  font-size: 13px;
  font-weight: 500;
  color: #574C57;
}

/* line 499, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box p {
  font-size: 13px;
  line-height: 18px;
}

/* line 504, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .field {
  margin-left: 0;
}

/* line 507, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .field .uppercase {
  text-transform: uppercase;
}

/* line 512, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .button {
  min-height: 3rem;
}

/* line 517, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .icon-close {
  font-size: 0.375rem;
}

/* line 521, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .icon-search {
  font-size: 0.9375rem;
}

/* line 525, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .icon-back {
  margin: 0;
  background: white;
  color: #93328E;
  margin-bottom: 5px;
}

/* line 531, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .icon-back > span {
  font-size: 0.625rem;
}

/* line 535, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .icon-back--clicked {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .2s linear;
}

/* line 546, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .section-heading {
  font-size: 16px;
  color: #1a091a;
  margin-bottom: 10px;
}

/* line 551, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .section-heading .result-count {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 3px 9px;
  color: #93328E;
  background: #efe7f0;
  border-radius: 10px;
}

/* line 564, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__collapsible {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 569, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__collapsible:not(.add-location-screen .location-box .location__collapsible--open) + hr {
  margin-top: 0;
}

/* line 573, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__collapsible--open {
  max-height: max-content;
  opacity: 1;
}

/* line 579, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list {
  overflow: hidden;
  min-height: 8.5rem;
  max-height: 17.0625rem;
  overflow-y: auto;
}

/* line 585, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list.search-list {
  min-height: 16.8125rem;
  max-height: 21.875rem;
}

/* line 590, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list::-webkit-scrollbar {
  width: 6px;
}

/* line 594, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list::-webkit-scrollbar-track {
  background: white;
}

/* line 598, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list::-webkit-scrollbar-thumb {
  background: #c3bfc3;
  border-radius: 6px;
}

/* line 603, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .circle-svg {
  --_circle-radius: 45px;
  --_svg-width: 72px;
  --_stroke-width: 9px;
  width: var(--_svg-width);
  height: var(--_svg-width);
  stroke: #93328E;
  stroke-width: var(--_stroke-width);
  stroke-dashoffset: 1;
  stroke-dasharray: 1 1000;
  animation: loader 1500ms infinite linear, spin 3000ms infinite linear;
}

@keyframes loader {
  0% {
    stroke-dashoffset: 1;
    stroke-dasharray: 1 1000;
  }
  100% {
    stroke-dashoffset: calc(var(--_circle-radius) * -2 * 3.1415);
    stroke-dasharray: calc(var(--_circle-radius) * 2 * 3.1415) 1000;
  }
}

@keyframes spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

/* line 643, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table th, .add-location-screen .location-box .location__selected-list .table td {
  padding-left: 15px;
}

/* line 647, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #736973;
}

/* line 653, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table th.locations-table__hp {
  width: 9.375rem;
}

/* line 657, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table th.locations-table__name {
  width: 12.875rem;
}

/* line 661, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table th.locations-table__phone {
  width: 7.5rem;
}

/* line 665, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table th.locations-table__zip {
  width: 4.6875rem;
}

/* line 668, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table th.locations-table__actions {
  width: 7.5rem;
}

/* line 673, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table td {
  font-size: 14px;
  color: #1a091a;
  text-transform: capitalize;
  line-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}

/* line 682, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table td:first-child {
  padding-right: 10px;
}

/* line 687, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__selected-list .table tr:last-child td {
  border-bottom: 0;
}

/* line 693, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 698, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__empty-state .empty-state {
  height: auto;
  padding: 0;
  max-width: 30rem;
}

/* line 703, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .location-box .location__empty-state .empty-state__content {
  line-height: 20px;
}

/* line 711, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .subtitle {
  line-height: 21px;
  font-size: 13px;
  margin-top: 10px;
}

/* line 718, app/assets/stylesheets/pages/profile.scss */
.add-location-screen #submit-btn:not([disabled]) {
  background-color: #72246c;
}

/* line 722, app/assets/stylesheets/pages/profile.scss */
.add-location-screen #submit-btn[disabled] {
  opacity: 1;
}

/* line 727, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .select-button {
  padding: 0 0;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  border-radius: 0.75rem;
  width: 100%;
  min-height: 1.5rem;
  max-height: 100%;
  cursor: pointer;
  min-width: 5.5rem;
  background: #72246c;
  color: white;
}

/* line 737, app/assets/stylesheets/pages/profile.scss */
.add-location-screen .select-button--checked {
  color: #1a091a;
  background-color: #EEEEEE;
  border: none;
}

/* line 40, app/assets/stylesheets/mixins/_buttons.scss */
.add-location-screen .select-button--checked:hover, .add-location-screen .select-button--checkedfocus {
  color: #1a091a;
  background-color: #EEEEEE;
  transition: all .2s linear;
}

/* line 46, app/assets/stylesheets/mixins/_buttons.scss */
.add-location-screen .select-button--checked:active {
  color: #1a091a;
  background-color: #EEEEEE;
}

/* line 744, app/assets/stylesheets/pages/profile.scss */
.tooltip-container {
  position: relative;
}

/* line 748, app/assets/stylesheets/pages/profile.scss */
.tooltip__hover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  background-color: rgba(147, 50, 142, 0.12);
  color: #93328E;
  border-radius: 50%;
  cursor: pointer;
}

/* line 759, app/assets/stylesheets/pages/profile.scss */
.tooltip__hover:hover + .tooltip__content {
  visibility: visible;
  opacity: 1;
}

/* line 762, app/assets/stylesheets/pages/profile.scss */
.tooltip__hover:hover + .tooltip__content .purple {
  color: #93328E;
}

/* line 768, app/assets/stylesheets/pages/profile.scss */
.tooltip__content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  width: 15.9375rem;
  border-radius: 0.5rem;
  position: absolute;
  top: -70%;
  left: 180%;
  z-index: 1;
  background: white;
  padding: 0 1rem;
  box-shadow: -10px 4px 12px 0px rgba(96, 80, 96, 0.1);
}

/* line 782, app/assets/stylesheets/pages/profile.scss */
.tooltip__content::before {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #FFF transparent transparent;
  top: 50%;
  left: 0;
  transform: translate(-99%, -50%);
}

/* line 3, app/assets/stylesheets/pages/agreement.scss */
.agreement-container .title__container {
  background-color: #72246c;
  padding: 1rem;
}

/* line 8, app/assets/stylesheets/pages/agreement.scss */
.agreement-container .title__inner-container {
  display: flex;
  align-items: center;
  max-width: 39.375rem;
  margin: auto;
}

/* line 14, app/assets/stylesheets/pages/agreement.scss */
.agreement-container .title__inner-container h2 {
  font-size: 1.5rem;
  color: white;
}

/* line 19, app/assets/stylesheets/pages/agreement.scss */
.agreement-container .title__inner-container .back-button {
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #803a7b;
  border-radius: 0.375rem;
  margin-right: 0.75rem;
  transition: 0.2s;
}

/* line 30, app/assets/stylesheets/pages/agreement.scss */
.agreement-container .title__inner-container .back-button:hover {
  filter: brightness(115%);
}

/* line 36, app/assets/stylesheets/pages/agreement.scss */
.agreement-container .terms {
  max-width: 39.375rem;
  margin: 0.375rem auto;
}

/* line 1, app/assets/stylesheets/pages/demos.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh !important;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 900px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.74);
}

/* line 14, app/assets/stylesheets/pages/demos.scss */
.highlighted {
  z-index: 1000;
  position: relative;
  background-color: white;
  border-radius: 0.25rem;
  pointer-events: none;
}

/* line 21, app/assets/stylesheets/pages/demos.scss */
.highlighted::before {
  content: '';
  position: absolute;
  border-radius: 0.25rem;
  background-color: white;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* line 32, app/assets/stylesheets/pages/demos.scss */
.highlighted--with-padding::before {
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -0.5rem;
  top: -0.5rem;
}

/* line 41, app/assets/stylesheets/pages/demos.scss */
.highlighted--cos-with-padding::before {
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -0.5rem;
  top: -0.5rem;
}

/* line 50, app/assets/stylesheets/pages/demos.scss */
.cutout-overlay {
  position: absolute;
  box-shadow: 0 0 0 999em rgba(0, 0, 0, 0.74);
  border-radius: 4px;
  z-index: 1000;
}

/* line 57, app/assets/stylesheets/pages/demos.scss */
.menu-cutout-position-3 {
  bottom: -8px;
  right: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 60px);
}

/* line 64, app/assets/stylesheets/pages/demos.scss */
.menu-cutout-position-4 {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 260px);
}

/* line 71, app/assets/stylesheets/pages/demos.scss */
.demo-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 32.5rem;
  min-height: 9rem;
  background-color: #93328E;
  color: white;
  padding: 1.5rem 0.75rem 0.75rem;
  border-radius: 0.5rem;
}

/* line 84, app/assets/stylesheets/pages/demos.scss */
.demo-modal--left-top-arrow::after {
  content: '';
  position: absolute;
  top: 1rem;
  right: 100%;
  border-width: 0.625rem;
  border-style: solid;
  border-color: transparent #93328E transparent transparent;
}

/* line 96, app/assets/stylesheets/pages/demos.scss */
.demo-modal--top-right-arrow::after {
  content: '';
  position: absolute;
  top: -1.25rem;
  right: 1rem;
  border-width: 0.625rem;
  border-style: solid;
  border-color: transparent transparent #93328E transparent;
}

/* line 108, app/assets/stylesheets/pages/demos.scss */
.demo-modal--top-left-arrow::after {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: 1rem;
  border-width: 0.625rem;
  border-style: solid;
  border-color: transparent transparent #93328E transparent;
}

/* line 120, app/assets/stylesheets/pages/demos.scss */
.demo-modal--bottom-right-arrow::after {
  content: '';
  position: absolute;
  bottom: -1.25rem;
  right: 1rem;
  border-width: 0.625rem;
  border-style: solid;
  border-color: #93328E transparent transparent transparent;
}

/* line 131, app/assets/stylesheets/pages/demos.scss */
.demo-modal__container {
  position: absolute;
  cursor: default;
  pointer-events: all;
}

/* line 136, app/assets/stylesheets/pages/demos.scss */
.demo-modal__container--cos-right-position {
  top: -1.25rem;
  left: calc(100% + 24px);
}

/* line 141, app/assets/stylesheets/pages/demos.scss */
.demo-modal__container--right-position {
  top: -3.5rem;
  left: calc(100% + 24px);
}

/* line 146, app/assets/stylesheets/pages/demos.scss */
.demo-modal__container--top-right-position {
  bottom: calc(100% + 16px);
  right: 0;
}

/* line 151, app/assets/stylesheets/pages/demos.scss */
.demo-modal__container--bottom-left-position {
  top: calc(100% + 16px);
  left: 0;
}

/* line 156, app/assets/stylesheets/pages/demos.scss */
.demo-modal__container--bottom-right-position {
  top: calc(100% + 16px);
  right: 0;
}

/* line 162, app/assets/stylesheets/pages/demos.scss */
.demo-modal__title {
  display: flex;
  font-family: "Scene Std", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Gadget, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: white;
}

/* line 171, app/assets/stylesheets/pages/demos.scss */
.demo-modal__title--top {
  margin-bottom: 1.25rem;
}

/* line 175, app/assets/stylesheets/pages/demos.scss */
.demo-modal__title--bottom {
  margin-top: 1.25rem;
}

/* line 180, app/assets/stylesheets/pages/demos.scss */
.demo-modal__description {
  color: white !important;
  font-size: 0.9375rem !important;
  font-weight: unset !important;
  line-height: 1.25rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  text-align: left;
  padding: 0 1.5rem 0 0.75rem;
  margin-bottom: 1rem;
}

/* line 191, app/assets/stylesheets/pages/demos.scss */
.demo-modal__close-button {
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  background-color: #eeeeee1a !important;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 1.5rem !important;
  height: 1.5rem;
  min-height: initial !important;
  padding: 0 !important;
  border-radius: 100%;
  transition: all 250ms;
  cursor: pointer !important;
}

/* line 208, app/assets/stylesheets/pages/demos.scss */
.demo-modal__close-button:hover span {
  opacity: 0.8;
}

/* line 213, app/assets/stylesheets/pages/demos.scss */
.demo-modal__close-button span {
  color: white;
  opacity: 0.6;
  margin-left: 0 !important;
  font-size: 0.625rem !important;
  font-weight: lighter !important;
}

/* line 222, app/assets/stylesheets/pages/demos.scss */
.demo-modal__footer {
  display: flex;
  justify-content: space-between;
}

/* line 227, app/assets/stylesheets/pages/demos.scss */
.demo-modal__navigation {
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  padding: 0.25rem;
}

/* line 233, app/assets/stylesheets/pages/demos.scss */
.demo-modal__navigation.cos-page-2 {
  margin-bottom: 1rem;
}

/* line 238, app/assets/stylesheets/pages/demos.scss */
.demo-modal__navigation-button {
  min-height: initial !important;
  height: 0.625rem !important;
  width: 0.625rem !important;
  background-color: white !important;
  border-radius: 50% !important;
  cursor: pointer;
  padding: 0 !important;
}

/* line 247, app/assets/stylesheets/pages/demos.scss */
.demo-modal__navigation-button--active {
  border: 0.0625rem solid #000 !important;
  pointer-events: none;
  cursor: default;
}

/* line 254, app/assets/stylesheets/pages/demos.scss */
.demo-modal__button-container {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 0.5rem;
}

/* line 261, app/assets/stylesheets/pages/demos.scss */
.demo-modal__button {
  border-radius: 0.75rem;
  font-weight: 700 !important;
  appearance: none;
  align-items: center;
  transition: all 250ms;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.2 !important;
  outline: none;
  height: 2.75rem;
  width: 12rem !important;
  min-width: 12rem;
  font-size: 0.875rem !important;
  letter-spacing: normal !important;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

/* line 285, app/assets/stylesheets/pages/demos.scss */
.demo-modal__button--primary {
  background-color: white !important;
  color: #574C57 !important;
}

/* line 288, app/assets/stylesheets/pages/demos.scss */
.demo-modal__button--primary:hover {
  color: #93328E !important;
}

/* line 293, app/assets/stylesheets/pages/demos.scss */
.demo-modal__button--text {
  background-color: #93328E !important;
  color: white !important;
}

/* line 296, app/assets/stylesheets/pages/demos.scss */
.demo-modal__button--text:hover {
  background-color: #72246c !important;
}

/* line 303, app/assets/stylesheets/pages/demos.scss */
.demo-page {
  min-height: 900px;
}

/* line 305, app/assets/stylesheets/pages/demos.scss */
.demo-page .button {
  border: none;
}

/* line 308, app/assets/stylesheets/pages/demos.scss */
.demo-page .button--purple {
  background-color: #93328E;
  color: white;
}

/* line 313, app/assets/stylesheets/pages/demos.scss */
.demo-page .button--gray {
  background-color: #EEEEEE;
  color: #000;
}

/* line 318, app/assets/stylesheets/pages/demos.scss */
.demo-page .button--disabled {
  background-color: #736973;
}

/* line 322, app/assets/stylesheets/pages/demos.scss */
.demo-page .button--search {
  width: 5.5625rem;
}

/* line 327, app/assets/stylesheets/pages/demos.scss */
.demo-page .button-icon span {
  font-size: 0.375rem;
}

/* line 333, app/assets/stylesheets/pages/demos.scss */
.demo-page .icon-left-arrow {
  font-size: 0.625rem;
}

/* line 338, app/assets/stylesheets/pages/demos.scss */
.demo-page .form-check label {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  cursor: pointer;
}

/* line 344, app/assets/stylesheets/pages/demos.scss */
.demo-page .form-check label input {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}

/* line 356, app/assets/stylesheets/pages/demos.scss */
.demo-page .form-check label div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: white;
  border-color: #93328E;
}

/* line 364, app/assets/stylesheets/pages/demos.scss */
.demo-page .form-check label div span {
  background-color: #93328E;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
}

/* line 375, app/assets/stylesheets/pages/demos.scss */
.demo-page .form-check--disabled label div:first-of-type {
  border: 0.1125rem solid #c3bfc3 !important;
}

/* line 378, app/assets/stylesheets/pages/demos.scss */
.demo-page .form-check--disabled label div:first-of-type span {
  opacity: 0;
}

/* line 386, app/assets/stylesheets/pages/demos.scss */
.demo-page .textfield {
  display: flex;
  position: relative;
}

/* line 389, app/assets/stylesheets/pages/demos.scss */
.demo-page .textfield input {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.2s;
  outline: none;
  appearance: none;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  border: 2px solid;
  border-color: transparent;
  background-color: #EFEEEF;
  font-size: 0.8125rem;
}

/* line 407, app/assets/stylesheets/pages/demos.scss */
.demo-page .textfield__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 2.75rem;
  width: 4.5rem;
  font-size: 1rem;
  top: 0;
  z-index: 2;
  right: 0;
}

/* line 418, app/assets/stylesheets/pages/demos.scss */
.demo-page .textfield__icon span {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/* line 429, app/assets/stylesheets/pages/demos.scss */
.demo-page .textfield--last input {
  padding-right: 3rem;
}

/* line 435, app/assets/stylesheets/pages/demos.scss */
.demo-page .cancel-modal {
  outline: 0;
  max-width: 36.875rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1400;
  background-color: #fff;
  box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  pointer-events: none;
}

/* line 453, app/assets/stylesheets/pages/demos.scss */
.demo-page .icon-close {
  font-size: 0.5625rem;
}

/* line 457, app/assets/stylesheets/pages/demos.scss */
.demo-page .search-title__container {
  display: flex;
}

/* line 461, app/assets/stylesheets/pages/demos.scss */
.demo-page .filter-title-icon {
  font-size: 0.5625rem;
}

/* line 465, app/assets/stylesheets/pages/demos.scss */
.demo-page .result-group__header {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 469, app/assets/stylesheets/pages/demos.scss */
.demo-page .result-group__header svg {
  height: 20px;
  display: inline-block;
}

/* line 475, app/assets/stylesheets/pages/demos.scss */
.demo-page .menu-context {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.2;
  outline: none;
  height: 2rem;
  min-width: 2rem;
}

/* line 485, app/assets/stylesheets/pages/demos.scss */
.demo-page .menu-container {
  position: relative;
}

/* line 489, app/assets/stylesheets/pages/demos.scss */
.demo-page .menu-context__menulist {
  position: absolute;
  top: 100%;
  right: 0;
  will-change: transform;
  margin-top: calc(1rem / 2);
  transform-origin: top center;
  min-width: 10.625rem;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 1;
  color: inherit;
  border-width: 1px;
  background-color: #fff;
  box-shadow: 0rem 0.25rem 0.625rem rgba(96, 80, 96, 0.24);
  margin-left: -9.375rem;
}

/* line 506, app/assets/stylesheets/pages/demos.scss */
.demo-page .menu-context__menulist a, .demo-page .menu-context__menulist button {
  display: flex;
  text-decoration: none;
  color: inherit;
  min-height: 32px;
  align-items: center;
  text-align: left;
  outline: none;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* line 521, app/assets/stylesheets/pages/demos.scss */
.demo-page .pagination__inner-container {
  pointer-events: auto;
  position: relative;
  box-sizing: border-box;
  height: 1.875rem;
}

/* line 527, app/assets/stylesheets/pages/demos.scss */
.demo-page .pagination__control {
  align-items: center;
  background-color: #FFFFFF;
  border-color: #cccccc;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 1.875rem;
  outline: none;
  position: relative;
  box-sizing: border-box;
  height: 1.875rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.25rem;
  border: 1px solid #EAEAEA;
}

/* line 549, app/assets/stylesheets/pages/demos.scss */
.demo-page .pagination__value-container {
  padding-left: 0.625rem;
  padding-right: 0.75rem;
}

/* line 553, app/assets/stylesheets/pages/demos.scss */
.demo-page .pagination__single-value {
  color: #333333;
  margin-left: 2px;
  margin-right: 2px;
  max-width: calc(100% - 8px);
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 0.9375rem;
  transform: translateY(-50%);
  box-sizing: border-box;
}

/* line 566, app/assets/stylesheets/pages/demos.scss */
.demo-page .pagination__indicators-container {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  width: 2.3125rem;
}

/* line 575, app/assets/stylesheets/pages/demos.scss */
.demo-page .pagination__indicator-container {
  color: black;
  right: 0;
  position: absolute;
  display: flex;
  padding: 8px;
}

/* line 582, app/assets/stylesheets/pages/demos.scss */
.demo-page .pagination__input {
  margin: 2px;
}

/* line 585, app/assets/stylesheets/pages/demos.scss */
.demo-page .pagination__input div input {
  box-sizing: content-box;
  width: 2px;
  background: 0px center;
  border: 0px;
  font-size: inherit;
  opacity: 1;
  outline: 0px;
  padding: 0px;
  color: inherit;
}

/* line 601, app/assets/stylesheets/pages/demos.scss */
.demo-page .select__container {
  pointer-events: auto;
  position: relative;
  box-sizing: border-box;
  height: 3rem;
}

/* line 607, app/assets/stylesheets/pages/demos.scss */
.demo-page .select__control {
  align-items: center;
  background-color: #EFEEEF;
  border-color: #cccccc;
  border-radius: 0.75rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 38px;
  outline: none;
  position: relative;
  box-sizing: border-box;
  height: 2.75rem;
  font-size: 0.8125rem;
  border: 2px solid #EFEEEF;
  opacity: 1;
}

/* line 627, app/assets/stylesheets/pages/demos.scss */
.demo-page .select__indicator-container {
  color: #cccccc;
  display: flex;
  padding: 8px;
  box-sizing: border-box;
}

/* line 632, app/assets/stylesheets/pages/demos.scss */
.demo-page .select__indicator-container svg {
  display: inline-block;
  fill: currentColor;
  line-height: 1;
  stroke: currentColor;
  stroke-width: 0;
}

/* line 640, app/assets/stylesheets/pages/demos.scss */
.demo-page .select__menu {
  top: 100%;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  margin-top: 8px;
  position: absolute;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
}

/* line 652, app/assets/stylesheets/pages/demos.scss */
.demo-page .select__menu-list {
  max-height: 300px;
  overflow-y: auto;
  padding-bottom: 4px;
  padding-top: 4px;
  position: relative;
  box-sizing: border-box;
}

/* line 660, app/assets/stylesheets/pages/demos.scss */
.demo-page .select__option {
  color: #736973;
  display: block;
  font-size: 0.75rem;
  padding: 0.75rem 0.75rem;
  width: 100%;
  user-select: none;
  box-sizing: border-box;
}

/* line 671, app/assets/stylesheets/pages/demos.scss */
.demo-page .edit-tab__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 2px solid;
  border-color: inherit;
  max-width: 100%;
}

/* line 678, app/assets/stylesheets/pages/demos.scss */
.demo-page .edit-tab__list button {
  padding: 0.5rem 1rem;
}

/* line 683, app/assets/stylesheets/pages/demos.scss */
.demo-page .request-tab-header {
  position: relative;
}

/* line 687, app/assets/stylesheets/pages/demos.scss */
.demo-page .mr-s {
  margin-right: 1.5625rem;
}

/* line 691, app/assets/stylesheets/pages/demos.scss */
.demo-page .mr-xs {
  margin-right: 0.625rem;
}

/* line 695, app/assets/stylesheets/pages/demos.scss */
.demo-page .ml-xs {
  margin-left: 0.5rem;
}

/* line 699, app/assets/stylesheets/pages/demos.scss */
.demo-page .overflow-visible {
  overflow: visible;
}

/* line 704, app/assets/stylesheets/pages/demos.scss */
.demo-page tr td:nth-child(1) {
  width: 7.5rem;
}

/* line 707, app/assets/stylesheets/pages/demos.scss */
.demo-page tr td:nth-child(2) {
  width: 6.875rem;
}

/* line 710, app/assets/stylesheets/pages/demos.scss */
.demo-page tr td:nth-child(3) {
  width: 7.5rem;
}

/* line 713, app/assets/stylesheets/pages/demos.scss */
.demo-page tr td:nth-child(4) {
  width: 8.4375rem;
}

/* line 716, app/assets/stylesheets/pages/demos.scss */
.demo-page tr td:nth-child(5) {
  width: 6.25rem;
}

/* line 719, app/assets/stylesheets/pages/demos.scss */
.demo-page tr td:nth-child(6) {
  width: 5.3125rem;
}

/* line 722, app/assets/stylesheets/pages/demos.scss */
.demo-page tr td:nth-child(7) {
  width: 5.3125rem;
}

/* line 725, app/assets/stylesheets/pages/demos.scss */
.demo-page tr td:nth-child(8) {
  width: 1.875rem;
}

/* line 731, app/assets/stylesheets/pages/demos.scss */
.right-gutter {
  padding-right: 2.5rem;
}

/* line 4, app/assets/stylesheets/demos.scss */
.pageOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.74);
}

/* line 8, app/assets/stylesheets/modules/_helpers.scss */
.text-center {
  text-align: center;
}

/* line 11, app/assets/stylesheets/modules/_helpers.scss */
.text-right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

/* line 16, app/assets/stylesheets/modules/_helpers.scss */
.text-right.cos-page-4 {
  justify-content: center;
  padding: 20px 20px 20px 25px;
}

/* line 21, app/assets/stylesheets/modules/_helpers.scss */
.text-left {
  text-align: left;
}

/* line 108, app/assets/stylesheets/modules/_helpers.scss */
.transparent {
  opacity: .5;
}

/* line 111, app/assets/stylesheets/modules/_helpers.scss */
.full-height {
  height: 100%;
}

/* line 114, app/assets/stylesheets/modules/_helpers.scss */
.flex, .flex--justify-start, .flex--justify-end, .flex--direction-column, .flex--align-end, .flex--align-left, .flex--align-center, .flex--space-around, .flex--space-between {
  display: flex;
}

/* line 116, app/assets/stylesheets/modules/_helpers.scss */
.flex--space-between {
  justify-content: space-between;
}

/* line 120, app/assets/stylesheets/modules/_helpers.scss */
.flex--space-around {
  justify-content: space-around;
}

/* line 124, app/assets/stylesheets/modules/_helpers.scss */
.flex--align-center {
  align-items: center;
}

/* line 128, app/assets/stylesheets/modules/_helpers.scss */
.flex--align-left {
  align-items: left;
}

/* line 132, app/assets/stylesheets/modules/_helpers.scss */
.flex--align-end {
  align-items: end;
}

/* line 136, app/assets/stylesheets/modules/_helpers.scss */
.flex--direction-column {
  flex-direction: column;
}

/* line 140, app/assets/stylesheets/modules/_helpers.scss */
.flex--justify-end {
  justify-content: flex-end;
}

/* line 144, app/assets/stylesheets/modules/_helpers.scss */
.flex--justify-start {
  justify-content: flex-start;
}

/* line 148, app/assets/stylesheets/modules/_helpers.scss */
.flex-row {
  flex-direction: row;
}

/* line 153, app/assets/stylesheets/modules/_helpers.scss */
.full-section {
  margin: -1.5rem -1.5rem -1.5rem;
}

/* line 157, app/assets/stylesheets/modules/_helpers.scss */
.no-borders {
  border: 0 none;
}

/* line 161, app/assets/stylesheets/modules/_helpers.scss */
.no-paddings {
  padding: 0;
}

/* line 173, app/assets/stylesheets/modules/_helpers.scss */
.text_break-all {
  word-break: break-all;
  word-wrap: break-word;
}

/* line 178, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context {
  border: none;
  outline: none;
  cursor: pointer;
}

/* line 182, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__button, div .menu-context__text {
  color: #574C57;
  font-size: 0.8125rem;
  font-weight: 400;
  border-radius: 0.75rem;
  padding: 0 1rem;
  background-color: #EEEEEE;
}

/* line 189, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__button .icon-down-arrow, div .menu-context__text .icon-down-arrow {
  font-size: 0.5rem;
  margin-left: 0.625rem;
}

/* line 193, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__button:focus, div .menu-context__text:focus {
  box-shadow: none;
}

/* line 198, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__button {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 0 1rem;
}

/* line 203, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__dots {
  background-color: transparent;
}

/* line 205, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__dots .dots {
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #736973;
  border-radius: 50%;
  position: relative;
  top: -0.625rem;
}

/* line 212, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__dots .dots:before, div .menu-context__dots .dots:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: inherit;
  position: absolute;
  left: 0;
}

/* line 221, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__dots .dots:before {
  top: 0.375rem;
}

/* line 224, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__dots .dots:after {
  top: 0.75rem;
}

/* line 230, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__menulist a, div .menu-context__menulist button {
  background: transparent;
  border: none;
  color: #574C57;
  cursor: pointer;
  font-family: "Scene Std", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Gadget, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  outline: none;
}

/* line 239, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__menulist a:hover, div .menu-context__menulist a:active, div .menu-context__menulist a:focus, div .menu-context__menulist button:hover, div .menu-context__menulist button:active, div .menu-context__menulist button:focus {
  background-color: rgba(239, 231, 240, 0.5);
  color: #93328E;
}

/* line 245, app/assets/stylesheets/modules/_helpers.scss */
div .menu-context__sublevel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.25rem 0.9375rem;
  align-items: center;
}

/* line 254, app/assets/stylesheets/modules/_helpers.scss */
.custom-paddings {
  padding-top: 3.75rem;
  padding-left: 0;
  padding-right: 0;
}

/* line 259, app/assets/stylesheets/modules/_helpers.scss */
.custom-paddings .verify__error {
  top: -1.25rem;
}

/* line 266, app/assets/stylesheets/modules/_helpers.scss */
.edit-request div .menu-context__menulist {
  transform: none !important;
  top: calc(100% - 5px) !important;
  left: auto !important;
}

/* line 1, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -0.5rem;
  position: absolute;
}

/* line 8, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 0.5rem solid transparent;
  height: 0;
  width: 0.0625rem;
}

/* line 20, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 0.5rem;
  left: -0.5rem;
  border-bottom-color: #aeaeae;
}

/* line 30, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -0.5rem;
}

/* line 35, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

/* line 40, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -0.0625rem;
  border-bottom-color: #aeaeae;
}

/* line 45, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -0.5rem;
}

/* line 52, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

/* line 61, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -0.0625rem;
  border-top-color: #aeaeae;
}

/* line 68, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

/* line 74, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 0.0625rem solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

/* line 85, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker--time-only .react-datepicker__triangle {
  left: 2.1875rem;
}

/* line 89, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

/* line 93, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

/* line 97, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

/* line 101, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__triangle {
  position: absolute;
  left: 3.125rem;
}

/* line 106, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper {
  z-index: 1;
}

/* line 110, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 0.625rem;
}

/* line 114, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 3.125rem;
}

/* line 119, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 0.625rem;
}

/* line 123, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 127, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 2.625rem;
}

/* line 132, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 136, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 2.625rem;
  right: auto;
}

/* line 141, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 0.5rem;
  position: relative;
}

/* line 151, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__header--time {
  padding-bottom: 0.5rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

/* line 157, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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 0.125rem;
}

/* line 167, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

/* line 176, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 182, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0.625rem;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 0.625rem;
  width: 0.625rem;
  text-indent: -999em;
  overflow: hidden;
}

/* line 198, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--previous {
  left: 0.625rem;
  border-right-color: #ccc;
}

/* line 203, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

/* line 207, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

/* line 212, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--next {
  right: 0.625rem;
  border-left-color: #ccc;
}

/* line 217, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 5rem;
}

/* line 221, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

/* line 225, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

/* line 230, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 238, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--years-previous {
  top: 0.25rem;
  border-top-color: #ccc;
}

/* line 243, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

/* line 247, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--years-upcoming {
  top: -0.25rem;
  border-bottom-color: #ccc;
}

/* line 252, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

/* line 256, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__month-container {
  float: left;
}

/* line 260, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-container {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 267, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-container-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 0.75rem;
  padding: 0.125rem;
}

/* line 275, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

/* line 280, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 0.125rem;
}

/* line 287, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 0.3125rem 0 0.625rem 0.9375rem;
  text-align: left;
}

/* line 295, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

/* line 299, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

/* line 303, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 0.625rem;
}

/* line 308, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 5.3125rem;
}

/* line 312, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 318, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

/* line 322, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 0.3125rem;
  display: inline-block;
}

/* line 327, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 5.3125rem;
}

/* line 333, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -4.5rem;
  top: 0;
}

/* line 342, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

/* line 347, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 5.3125rem;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

/* line 354, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

/* line 365, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 1.875rem;
  padding: 0.3125rem 0.625rem;
  white-space: nowrap;
}

/* line 371, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 376, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 382, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 386, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 390, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 395, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

/* line 404, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

/* line 408, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

/* line 413, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

/* line 418, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 429, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 438, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 445, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

/* line 451, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

/* line 457, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

/* line 463, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

/* line 470, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

/* line 476, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

/* line 484, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

/* line 490, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

/* line 496, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

/* line 502, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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 {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

/* line 514, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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 {
  background-color: #1d5d90;
}

/* line 524, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

/* line 532, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

/* line 538, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

/* line 544, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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 {
  background-color: #f0f0f0;
  color: #000;
}

/* line 551, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

/* line 558, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

/* line 564, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 572, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

/* line 577, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 583, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

/* line 590, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

/* line 596, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 605, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 1.25rem;
  top: 0.5rem;
  position: relative;
  border-width: 0.45rem;
}

/* line 616, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 1.875rem;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

/* line 630, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

/* line 636, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 9.375rem;
  overflow-y: scroll;
}

/* line 643, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 1.25rem;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 653, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 660, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 671, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

/* line 677, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 683, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 689, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 0.9375rem;
}

/* line 696, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0rem 0.375rem 0rem 0rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 710, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  padding: 0.125rem;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

/* line 726, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 0.3125rem 0;
  clear: left;
}

/* line 736, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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;
}

/* line 749, app/assets/stylesheets/vendors/_react-datepicker.scss */
.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) {
  /* line 757, app/assets/stylesheets/vendors/_react-datepicker.scss */
  .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;
  }
}

/* line 765, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

/* line 770, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

/* line 774, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

/* line 778, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

/* line 782, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

/* line 787, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

/* line 791, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

/* line 795, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

/* line 799, app/assets/stylesheets/vendors/_react-datepicker.scss */
.react-datepicker__month-select, .react-datepicker__year-select {
  padding: 0.375rem 1.5625rem 0.375rem 0.625rem;
}

/****Responsive CSS****/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 97, app/assets/stylesheets/application.scss */
  .login-layout__footer {
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
  }
  /* line 102, app/assets/stylesheets/application.scss */
  .form-nav {
    overflow: hidden;
    overflow-x: auto;
    max-width: calc(100vw - 300px);
    scrollbar-width: thin;
    scrollbar-color: #f3f0dd;
  }
}

@media only screen and (max-width: 1200px) and (max-height: 520px) {
  /* line 112, app/assets/stylesheets/application.scss */
  .main-sidebar .profile-box__content {
    margin-bottom: 0.7rem;
  }
  /* line 115, app/assets/stylesheets/application.scss */
  .main-sidebar__menu {
    margin-top: 0.1rem;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 121, app/assets/stylesheets/application.scss */
  .footer-logo img {
    max-width: 80%;
  }
  /* line 124, app/assets/stylesheets/application.scss */
  .search__grid {
    justify-content: flex-end;
  }
  /* line 127, app/assets/stylesheets/application.scss */
  .filter-form .search__form [class*="-placeholder"] {
    text-wrap: nowrap;
  }
  /* line 131, app/assets/stylesheets/application.scss */
  .table-content td, .table-content__description .description-text {
    font-size: 0.65rem;
  }
  /* line 136, app/assets/stylesheets/application.scss */
  .table-content thead tr {
    font-size: 0.45rem;
    letter-spacing: 0.2px;
  }
  /* line 141, app/assets/stylesheets/application.scss */
  .button__combined {
    font-size: 0.65rem;
  }
  /* line 144, app/assets/stylesheets/application.scss */
  .button--purple.button--search {
    padding: 0;
  }
  /* line 148, app/assets/stylesheets/application.scss */
  .homepage-card label {
    font-size: 0.65rem;
  }
  /* line 152, app/assets/stylesheets/application.scss */
  .homepage-card button {
    width: 100%;
    min-width: 100%;
  }
  /* line 157, app/assets/stylesheets/application.scss */
  .status {
    width: 5.5rem;
  }
  /* line 160, app/assets/stylesheets/application.scss */
  .result-group__item span.status__text {
    font-size: 0.7rem;
  }
  /* line 163, app/assets/stylesheets/application.scss */
  .main-layout__forms label {
    font-size: 0.6rem;
  }
  /* line 166, app/assets/stylesheets/application.scss */
  .demo__content-box {
    font-size: 0.65rem;
  }
  /* line 169, app/assets/stylesheets/application.scss */
  .demo__content-box button {
    font-size: 0.65rem;
    width: 7.5rem;
  }
  /* line 174, app/assets/stylesheets/application.scss */
  .main-sidebar {
    overflow: auto;
  }
  /* line 177, app/assets/stylesheets/application.scss */
  #request-dropdown.show {
    max-height: fit-content;
  }
  /* line 180, app/assets/stylesheets/application.scss */
  .alert {
    min-width: 26.25rem;
  }
  /* line 183, app/assets/stylesheets/application.scss */
  .table__tag {
    font-size: 0.5rem;
  }
  /* line 187, app/assets/stylesheets/application.scss */
  .add-location-screen .select-button {
    font-size: 0.6rem;
    min-width: 4rem;
  }
  /* line 192, app/assets/stylesheets/application.scss */
  .add-location-screen .location-box .location__selected-list .table th, .add-location-screen .location-box .location__selected-list .table td {
    line-height: 15px;
  }
  /* line 195, app/assets/stylesheets/application.scss */
  .add-location-screen .location-box .location__selected-list .table td {
    font-size: 11px;
  }
}
