/*!******************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../src/style/index.scss ***!
  \******************************************************************************************************************/
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
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.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
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.
 */
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.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.header {
  height: 2.5em;
  margin: 0.7em;
  background-color: #ffffff;
  background-image: url("https://s3-us-west-2.amazonaws.com/textrecruit-public/assets/chat/org_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0; }

.banner {
  height: 10rem;
  background-color: #ffffff;
  background-size: cover;
  background-image: url("https://s3-us-west-2.amazonaws.com/textrecruit-public/assets/chat/hero_image.png");
  background-position: center;
  position: relative; }

@media (min-height: 900px) {
  .banner {
    height: 15.5rem; } }

.event-banner {
  color: #ffffff;
  background-color: #9aca3c;
  background-image: url("https://s3-us-west-2.amazonaws.com/textrecruit-public/assets/chat/info_background_image.png");
  background-size: contain;
  background-position: center;
  position: relative;
  padding: 1em; }

.event-banner__info {
  text-align: center;
  white-space: nowrap;
  overflow: hidden; }

.form-container__phone {
  position: relative; }

.form-container__validation {
  position: absolute;
  right: 0;
  top: 19px; }

.fa-check-circle,
.fa-exclamation-circle {
  font-size: 1.4em; }

.form-container {
  margin: 1em 1em 0 1em; }
  .form-container input[type="text"] {
    box-sizing: border-box;
    height: 2.6em;
    width: 100%;
    margin-top: 0.5em;
    padding: 5px 10px;
    border: 1px solid #bdbdbd;
    border-radius: 0; }
  .form-container p {
    color: #4a4a4a; }

.form-header {
  font-weight: 600;
  color: #4a4a4a; }

.loader {
  text-align: center;
  margin: auto; }

.fa-spinner {
  font-size: 5.5em; }

.campaign-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #bdbdbd;
  background-color: #ffffff;
  flex-direction: row;
  padding: 1em; }

.campaign-cl-l {
  max-width: 50%; }
  .campaign-cl-l div:first-child {
    margin: 0.5em 0; }
  .campaign-cl-l div:nth-child(2) {
    font-size: 2em; }

.campaign-cl-r {
  max-width: 50%; }
  .campaign-cl-r div:not(:first-child) {
    margin-top: 0.4em; }
  .campaign-cl-r div:first-child {
    font-weight: 600; }
  .campaign-cl-r div:nth-child(3) {
    font-weight: 200;
    color: #9b9b9b;
    overflow-wrap: break-word; }
    .campaign-cl-r div:nth-child(3) a {
      text-decoration: underline;
      color: #0000ee; }
      .campaign-cl-r div:nth-child(3) a:visited {
        color: #551a8b; }
      .campaign-cl-r div:nth-child(3) a:hover {
        font-weight: bold; }

@media (min-height: 20rem) and (min-width: 20rem) {
  .campaign-cl-l {
    margin: 0 0.5em; }
    .campaign-cl-l div:nth-child(2) {
      font-size: 1.7em; }
  .campaign-cl-r {
    font-size: 0.95em; } }

@media (min-height: 20rem) and (min-width: 22.5rem) {
  .campaign-cl-r {
    width: 15em; } }

@media (min-height: 45rem) and (min-width: 45rem) {
  .campaign-box {
    padding: 1em; }
  .campaign-cl-l div:nth-child(2) {
    font-size: 2em; }
  .campaign-cl-r {
    font-size: 1em; } }

.campaign-container {
  text-decoration: none;
  width: 100%;
  color: #4a4a4a; }
  .campaign-container .campaign-box:first-child {
    border-top: none; }

.campaign-container__inst {
  padding: 1em;
  border: 1px solid #bdbdbd;
  background-color: #ffffff;
  font-weight: 600; }

.event-btn {
  all: inherit;
  width: 100%; }

.event-btn:hover {
  cursor: pointer; }

.campaign-details {
  margin: 1em;
  text-align: center;
  color: #4a4a4a; }

@media (min-height: 20rem) {
  .campaign-details {
    margin: 0.3rem 0.3rem 0 0.3rem; } }

@media (min-height: 22.5rem) {
  .campaign-details {
    height: 10vh; } }

@media (min-height: 22.5rem) {
  .campaign-details {
    height: auto;
    margin: 1rem; } }

@media (min-height: 20rem) and (min-width: 22.5rem) {
  .campaign-details {
    margin: 0.1em; } }

@media (min-height: 22.5rem) and (min-width: 22.5rem) {
  .campaign-details {
    margin: 1em; } }

@media (min-height: 45rem) and (min-width: 45rem) {
  .campaign-details {
    height: auto; } }

.btn, .btn.secondary {
  width: 100%;
  height: 36px;
  text-align: center;
  padding: 3px 0;
  background-color: #ffffff; }
  .btn:hover {
    cursor: pointer; }

.btn.primary {
  background-color: #78bf2d;
  color: #ffffff; }

.btn.secondary {
  border: 1px solid black;
  margin-bottom: 1em;
  margin-top: 0.75em; }

.confirmation-ctr {
  display: flex;
  flex-direction: column;
  margin: 1em; }
  .confirmation-ctr p:first-child {
    font-weight: 600; }
  .confirmation-ctr button:first-child {
    margin-bottom: 0.5em; }

.confirmation-ctr__btns {
  display: flex;
  flex-direction: column;
  margin: 1em; }

@media (min-height: 20rem) and (min-width: 22.5rem) {
  .confirmation-ctr__btns {
    padding-bottom: 2.5em; } }

.modal {
  box-sizing: border-box;
  background-color: #ffffff;
  position: fixed;
  width: 90%;
  top: 25%;
  display: flex;
  flex-direction: column;
  z-index: 10; }

.modal__header h3 {
  padding: 0.5em 1em;
  color: #ffffff;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0; }

.modal__body {
  margin: 0.6rem;
  text-align: center; }
  .modal__body p {
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: left;
    color: #4a4a4a; }

.modal__submit {
  margin: 1em;
  text-align: center;
  background-color: #9aca3c; }

@media (min-height: 20rem) and (min-width: 20rem) {
  .modal {
    top: 20%;
    left: 5%; } }

@media (min-height: 20rem) and (min-width: 22.5rem) {
  .modal {
    top: 15%; } }

@media (min-height: 22.5rem) and (min-width: 30rem) {
  .modal {
    top: 18%; } }

@media (min-height: 22.5rem) and (min-width: 45rem) {
  .modal {
    width: 66%;
    left: 17%; } }

@media (min-height: 45rem) and (min-width: 64rem) {
  .modal {
    top: 30%;
    width: 50%;
    left: 25%; } }

@media (min-height: 64rem) and (min-width: 64rem) {
  .modal {
    width: 50%;
    left: 25%;
    top: 25%; } }

.calendar {
  display: flex;
  background-color: #9aca3c;
  border: none;
  width: 100%;
  height: 36px;
  align-items: center;
  justify-content: space-around; }
  .calendar a {
    color: #ffffff; }
  .calendar:hover {
    cursor: pointer; }

.waiter__btn {
  text-align: center;
  margin: 1em; }

@media (min-height: 20rem) and (min-width: 22.5rem) {
  .waiter__btn {
    padding-bottom: 2.5em; } }

.count-down {
  text-align: center;
  color: #4a4a4a; }

.count-down__timer {
  font-size: 4rem; }

.conversation-ctr {
  display: flex;
  flex-direction: column;
  height: 100%; }

.conversation-ctr__sms {
  flex: 1 1 auto; }

.conversation-ctr__input {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border-top: 1px solid #4a4a4a;
  width: 100%;
  height: 3.5rem;
  padding: 0.5em; }
  .conversation-ctr__input input[type="text"] {
    height: 100%;
    font-size: 16px;
    flex: 1 1 auto;
    border: none;
    outline: none; }
  .conversation-ctr__input span {
    padding: 0.3rem;
    color: #78bf2d; }
    .conversation-ctr__input span:hover {
      cursor: pointer; }

.fa-paper-plane {
  font-size: 1.5em; }

@media (min-height: 22.5rem) and (min-width: 30rem) {
  .conversation-ctr__input {
    max-width: 670px; } }

@media (min-height: 45rem) and (min-width: 45rem) {
  .conversation-ctr__input {
    max-width: 600px; } }

@media (min-height: 45rem) and (min-width: 64rem) {
  .conversation-ctr__input {
    max-width: 900px; } }

@media (min-height: 64rem) and (min-width: 64rem) {
  .conversation-ctr__input {
    max-width: 900px; } }

.msg a {
  text-decoration: underline; }
  .msg a:hover {
    cursor: pointer; }

.msg-ctr {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto; }

.msg__box {
  display: inline-block;
  overflow-wrap: break-word;
  border-radius: 2pt;
  padding: 0.5em;
  color: #4a4a4a; }

.outbound {
  float: right;
  margin: 1em 1em 0 0;
  background-color: #f2f2f2; }

.inbound {
  float: left;
  margin: 1em 0 0 1em; }

.last {
  margin-bottom: 1em; }

@media (min-height: 20rem) and (min-width: 20rem) {
  .msg__box {
    max-width: 60vw; } }

@media (min-height: 22.5rem) and (min-width: 30rem) {
  .msg__box {
    max-width: 40vw; } }

@media (min-height: 45rem) and (min-width: 45rem) {
  .msg__box {
    max-width: 38vw; } }

@media (min-height: 64rem) and (min-width: 64rem) {
  .msg__box {
    max-width: 30vw; } }

.h2 {
  font-weight: 400;
  margin: 0; }

.reloadbtn {
  border: 1px solid black;
  border-radius: 4px;
  width: auto;
  padding: 5px;
  background-color: #ffffff;
  color: #4e4e4e;
  margin-top: 10px; }
  .reloadbtn:hover {
    cursor: pointer;
    background-color: #cecece;
    font-weight: 600; }

* {
  box-sizing: border-box; }

body {
  position: absolute;
  margin: 0;
  font-family: Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }
  body a {
    text-decoration: none;
    color: inherit; }

.main-container {
  position: fixed;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  overflow: auto; }
  @media (min-width: 20rem) {
    .main-container {
      margin: 0 auto;
      max-width: 715px;
      width: 100vw;
      height: 100%; } }
  @media (min-width: 22.5rem) {
    .main-container {
      margin: 0 auto;
      max-width: 715px;
      width: 100vw;
      height: 100%; } }
  @media (min-width: 45rem) {
    .main-container {
      margin: 0 auto;
      max-width: 70%;
      left: 15%;
      width: 100vw;
      height: 100%; } }
  @media (min-width: 95rem) {
    .main-container {
      width: 40%;
      left: 30%; } }

