@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Sizes */
/* Common Styles */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1; }

body, p,
input,
textarea {
  font-family: "Avenir", "Roboto", "Helvetica Neue";
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400; }

h1, h2 {
  font-family: "Avenir", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700; }

h1, h2 {
  font-size: 1.375rem; }

h1, h2 {
  font-size: 1.625rem;
  font-weight: 300; }

h1 {
  font-size: 2rem; }

.btn__submit, .btn__cancel, .btn__secondary__alt, .btn__toggle, .btn__alt, .btn__secondary, .btn__proceed, .btn__caution, .btn_resend, .btn_revoke, .btn__primary {
  color: white;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 23px 23px 0px 23px;
  border: none;
  min-height: 2.875rem;
  padding: 0.8125rem 1.25rem;
  text-decoration: none;
  flex-shrink: 0;
  outline: none;
  transition: color 300ms ease, background-color 300ms ease; }

.bot__text__alt, .bot__text {
  word-wrap: break-word;
  background-color: #F4F4F4;
  border-radius: 23px 23px 23px 0;
  padding: 0.875rem 1.125rem;
  color: #575757;
  text-align: left;
  margin: 1em 0; }
  .bot__text__alt a, .bot__text a {
    color: #00AAC7;
    text-decoration: none; }

.bot__text__alt {
  background-color: white;
  color: #0088A7;
  width: 80%;
  max-width: 500px;
  margin: auto;
  margin-top: 2em; }

.btn__submit, .btn__cancel, .btn__secondary__alt, .btn__toggle, .btn__alt, .btn__secondary, .btn__proceed, .btn__caution, .btn_resend, .btn_revoke, .btn__primary {
  background-color: #00AAC7;
  width: 100%;
  margin: 1.125rem 0;
  text-align: center; }
  @media (hover: hover) {
    .btn__submit:hover, .btn__cancel:hover, .btn__secondary__alt:hover, .btn__toggle:hover, .btn__alt:hover, .btn__secondary:hover, .btn__proceed:hover, .btn__caution:hover, .btn_resend:hover, .btn_revoke:hover, .btn__primary:hover {
      background-color: #00C8EB; } }
  .btn__submit .wrapper, .btn__cancel .wrapper, .btn__secondary__alt .wrapper, .btn__toggle .wrapper, .btn__alt .wrapper, .btn__secondary .wrapper, .btn__proceed .wrapper, .btn__caution .wrapper, .btn_resend .wrapper, .btn_revoke .wrapper, .btn__primary .wrapper {
    display: flex; }

.btn__cancel, .btn__secondary__alt, .btn__toggle, .btn__alt {
  background-color: #333333;
  color: white;
  transition: all 300ms ease; }
  @media (hover: hover) {
    .btn__cancel:hover, .btn__secondary__alt:hover, .btn__toggle:hover, .btn__alt:hover {
      background-color: #4C4C4C; } }

.btn__alt__disabled,
.btn__disabled {
  opacity: 0.2; }

.btn__secondary {
  border-radius: 23px 23px 23px 0px; }

.btn__cancel, .btn__secondary__alt {
  border-radius: 23px 23px 23px 0px; }

.btn__link {
  border: 0;
  font-size: 0.75rem;
  color: #0088A7;
  background-color: transparent;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0px;
  padding: 0px; }
  @media (hover: hover) {
    .btn__link:hover {
      background-color: transparent;
      text-decoration: underline; } }

.btn__cancel {
  width: calc(50% - 7px);
  margin-right: 7px; }

.btn__proceed {
  width: calc(50% - 7px);
  margin-left: 7px; }

.btn__caution {
  background: #e53339; }
  @media (hover: hover) {
    .btn__caution:hover {
      background-color: #e53339;
      opacity: 0.8; } }

.link {
  width: 100%; }

.fine__print {
  font-size: 0.875rem;
  text-align: justify;
  color: #575757; }

.container {
  padding-top: 1.25rem;
  padding-bottom: 0.9375em;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: white;
  max-width: 450px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  transition: all 1s; }
  @media only screen and (min-width: 500px) {
    .container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.friend {
  display: flex;
  align-items: center;
  cursor: pointer; }

.friends__list {
  list-style: none;
  align-self: flex-start;
  width: 100%; }

.friend__status {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #333333; }

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

.friend__name {
  font-weight: 500; }

.friend {
  display: flex;
  align-items: center;
  margin: 0.5rem 0; }

.avatar__outer__wrapper {
  position: relative;
  margin: 0 10px 0 0;
  border-radius: 50%; }

.avatar__wrapper {
  width: 34px;
  height: 34px;
  background-color: #D6D6D6;
  border-radius: 50%;
  overflow: hidden; }

.online:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #B8E986; }

.offline {
  opacity: 1; }

.offline__dot:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #D6D6D6; }

.friend__online {
  background-color: #333333; }

.friend__name__wrapper {
  flex-grow: 1; }

.friend__name {
  font-weight: 500; }

.verified {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.625rem; }

.content__right {
  display: flex;
  flex-direction: column;
  align-self: center; }

.visits, .item__list__item .content__right .sub__title {
  font-size: 0.75rem;
  align-items: flex-end;
  text-align: right;
  white-space: nowrap; }

.lastvisit {
  font-size: 0.75rem; }

.accordion .accordion .accordion_item__header .content:before, .icon {
  color: #00AAC7;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.switch {
  background-color: #D6D6D6;
  border-radius: 0.75rem;
  display: block;
  height: 1.5rem;
  position: relative;
  transition: background-color 0.3s ease-out;
  min-width: 3rem;
  width: 3rem;
  max-width: 3rem; }
  .on.switch {
    background-color: #00C8EB; }
    .on.switch button:before {
      background-color: #0088A7;
      transform: translate(1.4375em, 0); }
  .switch button {
    background: none;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .switch button:before {
      background-color: #808080;
      border-radius: 50%;
      bottom: 0;
      content: '';
      display: block;
      height: 1.125rem;
      left: 0.1875rem;
      margin: auto;
      position: absolute;
      right: auto;
      top: 0;
      transition: transform 0.2s ease-out;
      width: 1.125rem; }
    .switch button span {
      display: block;
      position: absolute;
      left: -9999px; }

.profile__title {
  text-align: left;
  padding-bottom: 0.625rem; }

.profile__subtitle {
  font-size: 1.375rem;
  text-align: center;
  line-height: 2rem;
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  position: relative; }

.input__wrapper,
.add__member__form__textarea__wrapper {
  display: block;
  position: relative;
  margin: 0 auto 1.5em auto;
  max-width: 400px;
  width: 100%; }
  .input__wrapper .fine__print, .add__member__form__textarea__wrapper .fine__print {
    text-align: right; }

.custom_dropdown_state, .role__dropdown, .custom_dropdown,
input,
textarea, input[type='search'], .time__range input, .time_range__input div.selected_times {
  border: none;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(0, 62, 90, 0.08); }

.input__wrapper:global.js-is-faded,
.add__member__form__textarea__wrapper:global.js-is-faded {
  transition: opacity 300ms ease-out;
  opacity: 0.6; }

.input__mini__label__role, .input__mini__label {
  color: #0088A7;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  opacity: 0;
  transition: transform 350ms ease-out, opacity 200ms ease;
  font-size: 0.75rem;
  letter-spacing: 1px; }
  .js-show-label.input__mini__label__role, .js-show-label.input__mini__label {
    opacity: 1;
    transform: translate(0, 0); }

.input__error {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 3px;
  font-size: 0.75rem;
  transform: translate(0, 150%);
  opacity: 0;
  transition: transform 300ms ease-out, opacity 300ms ease;
  color: red; }
  .input__error:global.error-is-visible {
    opacity: 1;
    transform: translate(0, 100%); }

.custom_dropdown_wrapper {
  position: relative;
  width: 100%; }

.custom_dropdown_state, .role__dropdown, .custom_dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  cursor: pointer;
  font-size: 1.125rem;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/dn-arrow.svg");
  color: #333333;
  margin-bottom: 1em;
  padding: 0px;
  height: 40px; }
  .custom_dropdown_state:focus, .role__dropdown:focus, .custom_dropdown:focus {
    outline: none; }

.custom_dropdown_state {
  height: 41px;
  width: 7.5rem;
  margin-top: 14px; }

@media (hover: hover) {
  .btn__toggle:hover {
    background-color: #00C8EB;
    border-color: #00C8EB;
    color: #fff; } }

.btn__toggle {
  margin: 0px;
  border: 1px solid #00AAC7;
  background-color: #fff;
  color: #00AAC7;
  width: 50%; }

.btn__toggle__active {
  background-color: #00AAC7;
  color: #fff; }

.toggle__wrapper {
  display: flex;
  width: 100%; }

.toggle__left {
  border-radius: 9px 0 0 9px; }

.toggle__middle {
  border-radius: 0;
  border-left: none;
  border-right: none; }

.toggle__right {
  border-radius: 0 9px 9px 0; }

.update__modal {
  max-width: 350px;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  border: none;
  background: #fff;
  outline: none; }

.update__modal__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 10; }

.container.marketing, .training_guide, .single_col {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 100%; }

.accordion .accordion_item__header {
  background-color: white;
  align-items: center;
  border: 1px solid #E6E6E6;
  border-left: 0;
  border-right: 0;
  display: flex;
  padding: 0 0.5rem; }

.accordion .accordion_item__header .icon {
  display: inline-flex;
  font-size: 1.5rem;
  height: 1.5rem;
  margin: 0;
  overflow: hidden;
  width: 1.5rem; }

.accordion .accordion_item__header .content {
  display: inline-flex;
  flex: 3;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.5rem;
  min-height: 4.375rem; }

.accordion .accordion_item__header .heading {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.accordion .accordion_item__header .subheading {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.accordion .accordion_item__header .right_title {
  display: block;
  flex: 1.5;
  font-size: 0.8rem;
  padding-right: 0.5rem;
  text-align: right; }

.footer {
  text-align: center; }

.friend__avatar {
  margin: auto;
  cursor: pointer; }

.input__mini__label__role {
  padding-bottom: 10px; }

.btn_resend {
  margin-bottom: 1em; }

.btn_revoke {
  background-color: #e53339;
  margin: 0; }
  .btn_revoke:hover {
    background-color: #e53339;
    opacity: 0.8; }

.update__error,
.update__error__invite {
  font-size: 0.75rem;
  color: red;
  text-align: center;
  width: 100%; }

.update__error__invite {
  margin-top: 1em; }

.target_name_wrapper {
  margin-bottom: 2em; }

/* Sizes */
/* Common Styles */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1; }

body, p,
input,
textarea {
  font-family: "Avenir", "Roboto", "Helvetica Neue";
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400; }

h1, h2 {
  font-family: "Avenir", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700; }

h1, h2 {
  font-size: 1.375rem; }

h1, h2 {
  font-size: 1.625rem;
  font-weight: 300; }

h1 {
  font-size: 2rem; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1; }

body, p,
input,
textarea {
  font-family: "Avenir", "Roboto", "Helvetica Neue";
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400; }

h1, h2 {
  font-family: "Avenir", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700; }

h1, h2 {
  font-size: 1.375rem; }

h1, h2 {
  font-size: 1.625rem;
  font-weight: 300; }

h1 {
  font-size: 2rem; }

.btn__submit, .btn__cancel, .btn__secondary__alt, .btn__toggle, .btn__alt, .btn__secondary, .btn__proceed, .btn__caution, .btn_resend, .btn_revoke, .btn__primary {
  color: white;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 23px 23px 0px 23px;
  border: none;
  min-height: 2.875rem;
  padding: 0.8125rem 1.25rem;
  text-decoration: none;
  flex-shrink: 0;
  outline: none;
  transition: color 300ms ease, background-color 300ms ease; }

.bot__text__alt, .bot__text {
  word-wrap: break-word;
  background-color: #F4F4F4;
  border-radius: 23px 23px 23px 0;
  padding: 0.875rem 1.125rem;
  color: #575757;
  text-align: left;
  margin: 1em 0; }
  .bot__text__alt a, .bot__text a {
    color: #00AAC7;
    text-decoration: none; }

.bot__text__alt {
  background-color: white;
  color: #0088A7;
  width: 80%;
  max-width: 500px;
  margin: auto;
  margin-top: 2em; }

.btn__submit, .btn__cancel, .btn__secondary__alt, .btn__toggle, .btn__alt, .btn__secondary, .btn__proceed, .btn__caution, .btn_resend, .btn_revoke, .btn__primary {
  background-color: #00AAC7;
  width: 100%;
  margin: 1.125rem 0;
  text-align: center; }
  @media (hover: hover) {
    .btn__submit:hover, .btn__cancel:hover, .btn__secondary__alt:hover, .btn__toggle:hover, .btn__alt:hover, .btn__secondary:hover, .btn__proceed:hover, .btn__caution:hover, .btn_resend:hover, .btn_revoke:hover, .btn__primary:hover {
      background-color: #00C8EB; } }
  .btn__submit .wrapper, .btn__cancel .wrapper, .btn__secondary__alt .wrapper, .btn__toggle .wrapper, .btn__alt .wrapper, .btn__secondary .wrapper, .btn__proceed .wrapper, .btn__caution .wrapper, .btn_resend .wrapper, .btn_revoke .wrapper, .btn__primary .wrapper {
    display: flex; }

.btn__cancel, .btn__secondary__alt, .btn__toggle, .btn__alt {
  background-color: #333333;
  color: white;
  transition: all 300ms ease; }
  @media (hover: hover) {
    .btn__cancel:hover, .btn__secondary__alt:hover, .btn__toggle:hover, .btn__alt:hover {
      background-color: #4C4C4C; } }

.btn__alt__disabled,
.btn__disabled {
  opacity: 0.2; }

.btn__secondary {
  border-radius: 23px 23px 23px 0px; }

.btn__cancel, .btn__secondary__alt {
  border-radius: 23px 23px 23px 0px; }

.btn__link {
  border: 0;
  font-size: 0.75rem;
  color: #0088A7;
  background-color: transparent;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0px;
  padding: 0px; }
  @media (hover: hover) {
    .btn__link:hover {
      background-color: transparent;
      text-decoration: underline; } }

.btn__cancel {
  width: calc(50% - 7px);
  margin-right: 7px; }

.btn__proceed {
  width: calc(50% - 7px);
  margin-left: 7px; }

.btn__caution {
  background: #e53339; }
  @media (hover: hover) {
    .btn__caution:hover {
      background-color: #e53339;
      opacity: 0.8; } }

.link {
  width: 100%; }

.fine__print {
  font-size: 0.875rem;
  text-align: justify;
  color: #575757; }

.container {
  padding-top: 1.25rem;
  padding-bottom: 0.9375em;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: white;
  max-width: 450px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  transition: all 1s; }
  @media only screen and (min-width: 500px) {
    .container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.friend {
  display: flex;
  align-items: center;
  cursor: pointer; }

.friends__list {
  list-style: none;
  align-self: flex-start;
  width: 100%; }

.friend__status {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #333333; }

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

.friend__name {
  font-weight: 500; }

.friend {
  display: flex;
  align-items: center;
  margin: 0.5rem 0; }

.avatar__outer__wrapper {
  position: relative;
  margin: 0 10px 0 0;
  border-radius: 50%; }

.avatar__wrapper {
  width: 34px;
  height: 34px;
  background-color: #D6D6D6;
  border-radius: 50%;
  overflow: hidden; }

.online:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #B8E986; }

.offline {
  opacity: 1; }

.offline__dot:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #D6D6D6; }

.friend__online {
  background-color: #333333; }

.friend__name__wrapper {
  flex-grow: 1; }

.friend__name {
  font-weight: 500; }

.verified {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.625rem; }

.content__right {
  display: flex;
  flex-direction: column;
  align-self: center; }

.visits, .item__list__item .content__right .sub__title {
  font-size: 0.75rem;
  align-items: flex-end;
  text-align: right;
  white-space: nowrap; }

.lastvisit {
  font-size: 0.75rem; }

.accordion .accordion .accordion_item__header .content:before, .icon {
  color: #00AAC7;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.switch {
  background-color: #D6D6D6;
  border-radius: 0.75rem;
  display: block;
  height: 1.5rem;
  position: relative;
  transition: background-color 0.3s ease-out;
  min-width: 3rem;
  width: 3rem;
  max-width: 3rem; }
  .on.switch {
    background-color: #00C8EB; }
    .on.switch button:before {
      background-color: #0088A7;
      transform: translate(1.4375em, 0); }
  .switch button {
    background: none;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .switch button:before {
      background-color: #808080;
      border-radius: 50%;
      bottom: 0;
      content: '';
      display: block;
      height: 1.125rem;
      left: 0.1875rem;
      margin: auto;
      position: absolute;
      right: auto;
      top: 0;
      transition: transform 0.2s ease-out;
      width: 1.125rem; }
    .switch button span {
      display: block;
      position: absolute;
      left: -9999px; }

.profile__title {
  text-align: left;
  padding-bottom: 0.625rem; }

.profile__subtitle {
  font-size: 1.375rem;
  text-align: center;
  line-height: 2rem;
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  position: relative; }

.input__wrapper,
.add__member__form__textarea__wrapper {
  display: block;
  position: relative;
  margin: 0 auto 1.5em auto;
  max-width: 400px;
  width: 100%; }
  .input__wrapper .fine__print, .add__member__form__textarea__wrapper .fine__print {
    text-align: right; }

.custom_dropdown_state, .role__dropdown, .custom_dropdown,
input,
textarea, input[type='search'], .time__range input, .time_range__input div.selected_times {
  border: none;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(0, 62, 90, 0.08); }

.input__wrapper:global.js-is-faded,
.add__member__form__textarea__wrapper:global.js-is-faded {
  transition: opacity 300ms ease-out;
  opacity: 0.6; }

.input__mini__label__role, .input__mini__label {
  color: #0088A7;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  opacity: 0;
  transition: transform 350ms ease-out, opacity 200ms ease;
  font-size: 0.75rem;
  letter-spacing: 1px; }
  .js-show-label.input__mini__label__role, .js-show-label.input__mini__label {
    opacity: 1;
    transform: translate(0, 0); }

.input__error {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 3px;
  font-size: 0.75rem;
  transform: translate(0, 150%);
  opacity: 0;
  transition: transform 300ms ease-out, opacity 300ms ease;
  color: red; }
  .input__error:global.error-is-visible {
    opacity: 1;
    transform: translate(0, 100%); }

.custom_dropdown_wrapper {
  position: relative;
  width: 100%; }

.custom_dropdown_state, .role__dropdown, .custom_dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  cursor: pointer;
  font-size: 1.125rem;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/dn-arrow.svg");
  color: #333333;
  margin-bottom: 1em;
  padding: 0px;
  height: 40px; }
  .custom_dropdown_state:focus, .role__dropdown:focus, .custom_dropdown:focus {
    outline: none; }

.custom_dropdown_state {
  height: 41px;
  width: 7.5rem;
  margin-top: 14px; }

@media (hover: hover) {
  .btn__toggle:hover {
    background-color: #00C8EB;
    border-color: #00C8EB;
    color: #fff; } }

.btn__toggle {
  margin: 0px;
  border: 1px solid #00AAC7;
  background-color: #fff;
  color: #00AAC7;
  width: 50%; }

.btn__toggle__active {
  background-color: #00AAC7;
  color: #fff; }

.toggle__wrapper {
  display: flex;
  width: 100%; }

.toggle__left {
  border-radius: 9px 0 0 9px; }

.toggle__middle {
  border-radius: 0;
  border-left: none;
  border-right: none; }

.toggle__right {
  border-radius: 0 9px 9px 0; }

.update__modal {
  max-width: 350px;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  border: none;
  background: #fff;
  outline: none; }

.update__modal__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 10; }

.container.marketing, .training_guide, .single_col {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 100%; }

.accordion .accordion_item__header {
  background-color: white;
  align-items: center;
  border: 1px solid #E6E6E6;
  border-left: 0;
  border-right: 0;
  display: flex;
  padding: 0 0.5rem; }

.accordion .accordion_item__header .icon {
  display: inline-flex;
  font-size: 1.5rem;
  height: 1.5rem;
  margin: 0;
  overflow: hidden;
  width: 1.5rem; }

.accordion .accordion_item__header .content {
  display: inline-flex;
  flex: 3;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.5rem;
  min-height: 4.375rem; }

.accordion .accordion_item__header .heading {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.accordion .accordion_item__header .subheading {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.accordion .accordion_item__header .right_title {
  display: block;
  flex: 1.5;
  font-size: 0.8rem;
  padding-right: 0.5rem;
  text-align: right; }

.loader_wrapper, .loader_wrapper_profile_image {
  line-height: 1em;
  height: 1em; }

.loader_wrapper_profile_image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  margin: auto;
  display: block; }

@keyframes loadingAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.loader_dot, .loader_dot_dark, .loader_dot_profile_image, .btn_grid .btn .loader_dot {
  display: inline-block;
  margin: 0 0.125em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
  will-change: opacity;
  animation: loadingAnimation 600ms ease-in-out infinite alternate; }

.loader_dot_dark {
  background-color: #00AAC7; }

.loader_dot_profile_image {
  height: 0.3125em;
  width: 0.3125em;
  vertical-align: middle; }

.loader_dot:nth-child(2), .loader_dot_dark:nth-child(2), .loader_dot_profile_image:nth-child(2), .btn_grid .btn .loader_dot:nth-child(2) {
  animation-delay: 160ms; }

.loader_dot:nth-child(3), .loader_dot_dark:nth-child(3), .loader_dot_profile_image:nth-child(3), .btn_grid .btn .loader_dot:nth-child(3) {
  animation-delay: 240ms; }

.big_calendar {
  position: relative; }
  .big_calendar .tab__panes {
    display: none; }
  .big_calendar .loader__underlay {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    background-color: rgba(255, 255, 255, 0.8);
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
  .big_calendar .calendars__wrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    clear: both;
    position: relative; }
    .big_calendar .calendars__wrapper.fetching {
      overflow: hidden; }
  .big_calendar .calendar__controls {
    align-content: center;
    display: flex;
    flex-direction: column;
    margin: 1rem auto 2rem;
    max-width: 600px; }
    .big_calendar .calendar__controls > *,
    .big_calendar .calendar__controls .selected-teammate-wrapper > * {
      border-radius: 4px;
      box-shadow: 0px 2px 3px rgba(48, 58, 62, 0.1);
      padding-bottom: 0.5rem;
      padding-top: 0.5rem; }
    .big_calendar .calendar__controls .current {
      align-items: center;
      font-weight: 500;
      min-width: 9.375rem; }
    .big_calendar .calendar__controls .pager {
      border: 1px solid #E6E6E6;
      margin: 0 auto;
      width: 100%;
      padding: 0 1rem; }
    .big_calendar .calendar__controls .selected-teammate-wrapper {
      display: flex;
      box-shadow: none; }
    .big_calendar .calendar__controls .toggle-mode {
      background-color: #00AAC7;
      color: white;
      font-weight: 500;
      margin-top: 1rem;
      min-width: 7.6rem;
      position: relative; }
      @media (hover: hover) {
        .big_calendar .calendar__controls .toggle-mode:hover {
          background-color: #00C8EB; } }
    .big_calendar .calendar__controls .selected-teammate-wrapper .toggle-mode {
      flex: 1;
      margin: 0.5rem; }
    @media only screen and (min-width: 600px) {
      .big_calendar .calendar__controls {
        flex-direction: row; }
        .big_calendar .calendar__controls .toggle-mode {
          margin-left: 1rem;
          margin-top: 0; } }
    .big_calendar .calendar__controls.selected-teammate-controls {
      flex-direction: column;
      justify-content: space-between; }
    @media print {
      .big_calendar .calendar__controls .current {
        height: 1.5rem; }
        .big_calendar .calendar__controls .current .btn {
          color: black; }
        .big_calendar .calendar__controls .current .icon {
          display: none; }
      .big_calendar .calendar__controls .pager {
        border: none;
        box-shadow: none; }
      .big_calendar .calendar__controls .pager > *:not(.current),
      .big_calendar .calendar__controls .toggle-mode {
        display: none; } }
  @media print {
    .big_calendar .toggle__wrapper {
      display: none; } }
  .big_calendar .teammate_calendar__wrapper {
    float: left;
    position: relative; }
    .big_calendar .teammate_calendar__wrapper.hide {
      opacity: 0; }
  .big_calendar .calendar__wrapper {
    background-color: #fff; }
    .big_calendar .calendar__wrapper .rbc-event.error {
      background-color: #9e0606; }
    .big_calendar .calendar__wrapper .rbc-event .extras {
      display: none; }
    .big_calendar .calendar__wrapper .rbc-event .controls__wrapper {
      display: flex; }
      .big_calendar .calendar__wrapper .rbc-event .controls__wrapper .btn {
        margin-left: 0.5rem; }
      .big_calendar .calendar__wrapper .rbc-event .controls__wrapper .icon {
        font-size: 1.5rem; }
  @media (hover: hover) {
    .big_calendar.user.day .rbc-event:hover, .big_calendar.user.week .rbc-event:hover, .big_calendar.team.day .rbc-event:hover {
      z-index: 4; } }
  .big_calendar .calendars__wrapper {
    overflow-y: hidden;
    padding-bottom: 1rem; }
    .big_calendar .calendars__wrapper .rbc-time-view {
      display: block; }
  .big_calendar .rbc-time-slot {
    min-height: 20px; }
    @media (hover: hover) {
      .big_calendar .rbc-time-slot:hover {
        background-color: #E6E6E6; } }
  .big_calendar .rbc-time-view .rbc-timeslot-group .rbc-time-slot.not-working {
    background-color: #f1f1f1;
    border: none; }
    @media (hover: hover) {
      .big_calendar .rbc-time-view .rbc-timeslot-group .rbc-time-slot.not-working:hover {
        background-color: #E6E6E6; } }
  .big_calendar .rbc-time-view .rbc-timeslot-group .rbc-time-slot.is_clickable {
    cursor: pointer; }
  .big_calendar .rbc-time-view .rbc-header,
  .big_calendar .rbc-month-view .rbc-header,
  .big_calendar .team_week .rbc-header {
    align-items: center;
    color: #333333;
    display: flex;
    font-weight: 500;
    font-size: 0.9rem;
    justify-content: center; }
  .big_calendar .rbc-time-view .rbc-label,
  .big_calendar .rbc-month-view .rbc-label,
  .big_calendar .team_week .rbc-label {
    font-size: 0.75rem; }
  .big_calendar .rbc-time-view .rbc-time-content,
  .big_calendar .rbc-month-view .rbc-time-content,
  .big_calendar .team_week .rbc-time-content {
    border-top: 1px solid #e6e6e6; }
  .big_calendar .rbc-time-view .rbc-timeslot-group,
  .big_calendar .rbc-month-view .rbc-timeslot-group,
  .big_calendar .team_week .rbc-timeslot-group {
    border: none; }
    .big_calendar .rbc-time-view .rbc-timeslot-group + .rbc-timeslot-group,
    .big_calendar .rbc-month-view .rbc-timeslot-group + .rbc-timeslot-group,
    .big_calendar .team_week .rbc-timeslot-group + .rbc-timeslot-group {
      border-top: 1px solid #e6e6e6; }
    .big_calendar .rbc-time-view .rbc-timeslot-group .rbc-time-slot:first-child,
    .big_calendar .rbc-month-view .rbc-timeslot-group .rbc-time-slot:first-child,
    .big_calendar .team_week .rbc-timeslot-group .rbc-time-slot:first-child {
      border-top: none; }
  .big_calendar .rbc-time-view .rbc-current-time-indicator,
  .big_calendar .rbc-month-view .rbc-current-time-indicator,
  .big_calendar .team_week .rbc-current-time-indicator {
    background-color: #ef9453; }
  .big_calendar .rbc-time-view .rbc-event,
  .big_calendar .rbc-month-view .rbc-event,
  .big_calendar .team_week .rbc-event {
    background-color: #00a3bf;
    border: 1px solid #008da6;
    border-radius: 3px;
    cursor: default;
    font-size: 0.9rem; }
    .big_calendar .rbc-time-view .rbc-event[draggable='true'],
    .big_calendar .rbc-month-view .rbc-event[draggable='true'],
    .big_calendar .team_week .rbc-event[draggable='true'] {
      cursor: pointer; }
    .big_calendar .rbc-time-view .rbc-event.break,
    .big_calendar .rbc-month-view .rbc-event.break,
    .big_calendar .team_week .rbc-event.break {
      background-color: #e4e3da;
      border-color: white;
      color: #514f3b;
      z-index: 2; }
    .big_calendar .rbc-time-view .rbc-event.time-off.rejected,
    .big_calendar .rbc-month-view .rbc-event.time-off.rejected,
    .big_calendar .team_week .rbc-event.time-off.rejected {
      background-color: white;
      border-color: #dedede;
      color: #d1d1d1; }
    .big_calendar .rbc-time-view .rbc-event.time-off.pending,
    .big_calendar .rbc-month-view .rbc-event.time-off.pending,
    .big_calendar .team_week .rbc-event.time-off.pending {
      background-color: #efefef;
      border-color: #e2e2e2;
      color: #707070; }
    .big_calendar .rbc-time-view .rbc-event.special-event,
    .big_calendar .rbc-month-view .rbc-event.special-event,
    .big_calendar .team_week .rbc-event.special-event {
      background-color: white;
      border-color: #e2e2e2;
      color: #707070; }
    .big_calendar .rbc-time-view .rbc-event.time-off.approved,
    .big_calendar .rbc-month-view .rbc-event.time-off.approved,
    .big_calendar .team_week .rbc-event.time-off.approved {
      background-color: #9ba2b1;
      border-color: #8d95a6;
      color: white; }
    .big_calendar .rbc-time-view .rbc-event.timeblock,
    .big_calendar .rbc-month-view .rbc-event.timeblock,
    .big_calendar .team_week .rbc-event.timeblock {
      background-color: #525966;
      border-color: #474d58;
      z-index: 2; }
    .big_calendar .rbc-time-view .rbc-event.appointment .rbc-event-label,
    .big_calendar .rbc-month-view .rbc-event.appointment .rbc-event-label,
    .big_calendar .team_week .rbc-event.appointment .rbc-event-label {
      display: none; }
    .big_calendar .rbc-time-view .rbc-event.appointment .appointment .title,
    .big_calendar .rbc-month-view .rbc-event.appointment .appointment .title,
    .big_calendar .team_week .rbc-event.appointment .appointment .title {
      font-size: 0.75rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .big_calendar .rbc-time-view .rbc-event.appointment .appointment .title > *:not(:first-child),
      .big_calendar .rbc-month-view .rbc-event.appointment .appointment .title > *:not(:first-child),
      .big_calendar .team_week .rbc-event.appointment .appointment .title > *:not(:first-child) {
        margin-left: 0.25rem; }
    .big_calendar .rbc-time-view .rbc-event.past-event,
    .big_calendar .rbc-month-view .rbc-event.past-event,
    .big_calendar .team_week .rbc-event.past-event {
      cursor: default;
      opacity: 0.3; }
  .big_calendar .rbc-time-view .rbc-event-content,
  .big_calendar .rbc-month-view .rbc-event-content,
  .big_calendar .team_week .rbc-event-content {
    font-weight: 500; }
  .big_calendar .calendars__wrapper,
  .big_calendar .teammate_calendar__wrapper,
  .big_calendar .calendar__controls,
  .big_calendar .top__avatar {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .big_calendar .avatar_wrapper {
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
    z-index: 6; }
  .big_calendar .top__avatar {
    border-color: white;
    box-shadow: 0px 1px 4px rgba(0, 45, 90, 0.4);
    border-width: 4px;
    height: 6rem;
    margin-bottom: 1rem;
    width: 6rem; }
    .big_calendar .top__avatar.is_editable:before {
      display: none; }
    @media print {
      .big_calendar .top__avatar {
        display: none; } }
  .big_calendar .rbc-show-more {
    color: #00AAC7;
    text-decoration: none; }
  .big_calendar .rbc-day-slot .rbc-event .rbc-event-label,
  .big_calendar .rbc-day-slot .rbc-event .rbc-event-content {
    display: inline-flex;
    width: auto; }
  .big_calendar.day .rbc-time-header-cell {
    display: none; }
  .big_calendar.day .rbc-today {
    background-color: transparent; }
  .big_calendar.week .rbc-today, .big_calendar.month .rbc-today {
    background-color: #F7F7F7; }
  .big_calendar.user.day .rbc-time-header-gutter,
  .big_calendar.user.day .rbc-header-gutter, .big_calendar.user.week .rbc-time-header-gutter,
  .big_calendar.user.week .rbc-header-gutter, .big_calendar.team.day .rbc-time-header-gutter,
  .big_calendar.team.day .rbc-header-gutter {
    height: 3.125rem;
    width: 3.75rem; }
  .big_calendar.user.day .rbc-time-header, .big_calendar.user.week .rbc-time-header, .big_calendar.team.day .rbc-time-header {
    height: 3.125rem; }
  .big_calendar.user.day .rbc-time-gutter, .big_calendar.user.week .rbc-time-gutter, .big_calendar.team.day .rbc-time-gutter {
    width: 3.75rem; }
  .big_calendar.user.day .calendars__wrapper {
    margin: auto;
    max-width: 37.5rem; }
  .big_calendar.team .avatar_wrapper {
    margin-bottom: 0.5rem; }
  .big_calendar.team .top__avatar {
    box-shadow: 0px 1px 2px rgba(0, 45, 90, 0.4);
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
    border-width: 2px; }
  .big_calendar.team .teammate_calendar__wrapper:not(:first-of-type) .rbc-time-header-gutter,
  .big_calendar.team .teammate_calendar__wrapper:not(:first-of-type) .rbc-time-gutter {
    border-left: 1px solid #E6E6E6; }
  .big_calendar.team.day .teammate_calendar__wrapper .rbc-time-view {
    border-left-width: 0;
    border-right-width: 0; }
  .big_calendar.team.day .teammate_calendar__wrapper:first-child .rbc-time-view {
    border-left-width: 1px; }
  .big_calendar.team.day .teammate_calendar__wrapper:last-child .rbc-time-view {
    border-right-width: 1px; }
  .big_calendar.team.week .rbc-time-header {
    border-bottom: none;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; }
    .big_calendar.team.week .rbc-time-header > .rbc-row:first-child {
      border: none; }
    .big_calendar.team.week .rbc-time-header .rbc-header {
      border-bottom: none; }
  .big_calendar.team.week .calendars__wrapper {
    position: relative;
    top: 40px; }
  .big_calendar.team.week .calendar__scroll {
    min-width: 2000px; }
  .big_calendar.team.week .teammate_calendar__wrapper {
    align-items: center;
    float: none;
    display: flex;
    position: relative; }
    .big_calendar.team.week .teammate_calendar__wrapper:last-child {
      border-bottom: 1px solid #e6e6e6; }
    .big_calendar.team.week .teammate_calendar__wrapper .loader__underlay {
      justify-content: flex-start; }
  .big_calendar.team.week .teammate_calendar__wrapper:not(:first-of-type) .rbc-time-header {
    display: none; }
  .big_calendar.team.week .teammate_calendar__wrapper:first-child .avatar_wrapper {
    top: 1.25rem; }
  .big_calendar.team.week .avatar_wrapper {
    position: absolute;
    left: 0.25rem;
    top: 0.1rem; }
    .big_calendar.team.week .avatar_wrapper > span {
      align-items: center;
      display: flex; }
  .big_calendar.team.week .top__avatar {
    height: 1.5rem;
    margin: 0;
    width: 1.5rem; }
  .big_calendar.team.week .calendar__teammate_name {
    font-size: 0.9rem;
    margin-left: 0.25rem; }
  .big_calendar.team.week .calendar__wrapper {
    background-color: #F7F7F7;
    border-left: 1px solid #e6e6e6;
    flex: 1; }
  .big_calendar.team.week .rbc-day-column {
    background: white; }
  .big_calendar.team.week .rbc-allday-cell {
    border-top: 1px solid #e6e6e6; }
  .big_calendar.team.week .rbc-time-content {
    overflow: hidden;
    padding-top: 1.75rem; }
  .big_calendar.team.week .rbc-time-header-cell,
  .big_calendar.team.week .rbc-time-content-cell {
    width: 100%;
    display: flex; }
  .big_calendar.team.week .rbc-time-header-cell {
    background-color: white; }
  .big_calendar.team.week .rbc-day-slot {
    height: 100px;
    flex: 1;
    border-right: 1px solid #e6e6e6; }
  .big_calendar.team.week .rbc-event-label {
    display: inline-flex;
    width: auto; }
  .big_calendar.team.week .rbc-event {
    font-size: 0.8rem; }
  .big_calendar.week .rbc-time-view {
    min-width: 1000px; }
  .big_calendar.user .avatar_wrapper, .big_calendar.team.month .avatar_wrapper {
    left: 0;
    right: 0;
    width: 100%; }
    .big_calendar.user .avatar_wrapper .top__avatar, .big_calendar.team.month .avatar_wrapper .top__avatar {
      position: relative; }
    .big_calendar.user .avatar_wrapper:nth-child(2) .top__avatar, .big_calendar.team.month .avatar_wrapper:nth-child(2) .top__avatar {
      right: 10px; }
    .big_calendar.user .avatar_wrapper:nth-child(3) .top__avatar, .big_calendar.team.month .avatar_wrapper:nth-child(3) .top__avatar {
      right: 20px; }
    .big_calendar.user .avatar_wrapper:nth-child(4) .top__avatar, .big_calendar.team.month .avatar_wrapper:nth-child(4) .top__avatar {
      right: 30px; }
    .big_calendar.user .avatar_wrapper:nth-child(5) .top__avatar, .big_calendar.team.month .avatar_wrapper:nth-child(5) .top__avatar {
      right: 40px; }
    .big_calendar.user .avatar_wrapper:nth-child(6) .top__avatar, .big_calendar.team.month .avatar_wrapper:nth-child(6) .top__avatar {
      right: 50px; }
    .big_calendar.user .avatar_wrapper:nth-child(n + 7) .top__avatar, .big_calendar.team.month .avatar_wrapper:nth-child(n + 7) .top__avatar {
      display: none; }
  @media print {
    .big_calendar.user .calendar__wrapper, .big_calendar.team.month .calendar__wrapper {
      margin-top: 2rem; } }
  .big_calendar.user.day .teammate_calendar__wrapper + .teammate_calendar__wrapper .avatar_wrapper, .big_calendar.team.month.day .teammate_calendar__wrapper + .teammate_calendar__wrapper .avatar_wrapper {
    display: none; }
  .big_calendar.team.month .calendar__teammate_name {
    display: none; }
  .big_calendar.team.month .calendar__wrapper {
    margin-top: 4.6875rem; }
  .big_calendar.user.week .rbc-time-gutter .rbc-timeslot-group, .big_calendar.team.day .rbc-time-gutter .rbc-timeslot-group {
    position: relative;
    z-index: 3; }
  .big_calendar.user.week .rbc-time-gutter .rbc-timeslot:first-child, .big_calendar.team.day .rbc-time-gutter .rbc-timeslot:first-child {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .big_calendar.user.week .rbc-time-gutter .rbc-label, .big_calendar.team.day .rbc-time-gutter .rbc-label {
    text-shadow: 1px 1px 2px white; }
    .is_mobile .big_calendar.user.week .rbc-time-gutter .rbc-label,
    .is_tablet .big_calendar.user.week .rbc-time-gutter .rbc-label, .is_mobile .big_calendar.team.day .rbc-time-gutter .rbc-label,
    .is_tablet .big_calendar.team.day .rbc-time-gutter .rbc-label {
      position: relative; }
  .big_calendar.month .calendar__wrapper {
    height: 500px; }
  .big_calendar.month .teammate_calendar__wrapper {
    min-width: 800px; }

/* ------------------------------------- */
/* BEGIN: ACCORDION */
/* ------------------------------------- */
.accordion {
  border-radius: 4px;
  margin: auto;
  max-width: 600px; }
  .accordion .accordion__item {
    overflow: hidden; }
  .accordion .accordion__item.hidden + .accordion__item .accordion_item__header {
    border-top: 0; }
  .accordion .accordion__item:last-child .accordion_item__header {
    border-bottom: 0; }
  .accordion .accordion__item:first-child .accordion_item__header {
    border-top: 0; }
  @media only screen and (min-width: 400px) {
    .accordion .accordion__item:last-child .height__wrapper {
      padding-bottom: 2rem; } }
  .accordion .accordion_item__header.error .right_title {
    color: #e53339; }
  .accordion.animations .accordion_item__body {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .accordion .accordion_item__content {
    padding: 1rem; }
  .accordion .accordion__item.hidden > .accordion_item__body {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    padding: 0; }
  .accordion .accordion {
    border: 0;
    box-shadow: none;
    margin: -1rem 0;
    padding: 0; }
    .accordion .accordion .accordion__item {
      background: transparent; }
    .accordion .accordion .accordion__item.hidden > .accordion_item__header {
      border-bottom: 1px solid #E6E6E6;
      margin-top: 0;
      padding: 0.5rem; }
      .accordion .accordion .accordion__item.hidden > .accordion_item__header .content:before {
        bottom: 1rem;
        transform: rotate(0); }
    .accordion .accordion .accordion_item__content {
      padding: 0; }
    .accordion .accordion .accordion_item__header {
      -webkit-transition: padding 0.3s ease-in-out;
      -moz-transition: padding 0.3s ease-in-out;
      -ms-transition: padding 0.3s ease-in-out;
      -o-transition: padding 0.3s ease-in-out;
      transition: padding 0.3s ease-in-out;
      background-color: transparent;
      border: none;
      font-size: 1.1rem;
      font-weight: 500;
      padding: 1rem 0.5rem 0.5rem;
      position: relative; }
      .accordion .accordion .accordion_item__header .content {
        align-items: center;
        display: flex;
        flex: 1;
        margin: 0;
        min-height: 2.5rem;
        text-align: center; }
        .accordion .accordion .accordion_item__header .content:before {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          bottom: 0.8rem;
          content: 'chevron_right';
          display: block;
          font-size: 1.75rem;
          height: 1.75rem;
          left: 0.5rem;
          position: absolute;
          transform: rotate(90deg);
          width: 1.75rem; }
      .accordion .accordion .accordion_item__header .heading,
      .accordion .accordion .accordion_item__header .subheading {
        text-overflow: unset;
        white-space: unset; }
      @media only screen and (min-width: 400px) {
        .accordion .accordion .accordion_item__header {
          font-size: 1.2rem; } }
    .accordion .accordion .accordion_item__body {
      padding: 0.5rem; }
    .accordion .accordion .height__wrapper {
      padding: 0; }
  .accordion .item__list {
    background-color: white; }

/* ------------------------------------- */
/* END: ACCORDION */
/* ------------------------------------- */
/* Sizes */
/* Common Styles */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1; }

body, p,
input,
textarea {
  font-family: "Avenir", "Roboto", "Helvetica Neue";
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400; }

h1, h2 {
  font-family: "Avenir", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700; }

h1, h2 {
  font-size: 1.375rem; }

h1, h2 {
  font-size: 1.625rem;
  font-weight: 300; }

h1 {
  font-size: 2rem; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1; }

body, p,
input,
textarea {
  font-family: "Avenir", "Roboto", "Helvetica Neue";
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400; }

h1, h2 {
  font-family: "Avenir", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700; }

h1, h2 {
  font-size: 1.375rem; }

h1, h2 {
  font-size: 1.625rem;
  font-weight: 300; }

h1 {
  font-size: 2rem; }

.btn__submit, .btn__cancel, .btn__secondary__alt, .btn__toggle, .btn__alt, .btn__secondary, .btn__proceed, .btn__caution, .btn_resend, .btn_revoke, .btn__primary {
  color: white;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 23px 23px 0px 23px;
  border: none;
  min-height: 2.875rem;
  padding: 0.8125rem 1.25rem;
  text-decoration: none;
  flex-shrink: 0;
  outline: none;
  transition: color 300ms ease, background-color 300ms ease; }

.bot__text__alt, .bot__text {
  word-wrap: break-word;
  background-color: #F4F4F4;
  border-radius: 23px 23px 23px 0;
  padding: 0.875rem 1.125rem;
  color: #575757;
  text-align: left;
  margin: 1em 0; }
  .bot__text__alt a, .bot__text a {
    color: #00AAC7;
    text-decoration: none; }

.bot__text__alt {
  background-color: white;
  color: #0088A7;
  width: 80%;
  max-width: 500px;
  margin: auto;
  margin-top: 2em; }

.btn__submit, .btn__cancel, .btn__secondary__alt, .btn__toggle, .btn__alt, .btn__secondary, .btn__proceed, .btn__caution, .btn_resend, .btn_revoke, .btn__primary {
  background-color: #00AAC7;
  width: 100%;
  margin: 1.125rem 0;
  text-align: center; }
  @media (hover: hover) {
    .btn__submit:hover, .btn__cancel:hover, .btn__secondary__alt:hover, .btn__toggle:hover, .btn__alt:hover, .btn__secondary:hover, .btn__proceed:hover, .btn__caution:hover, .btn_resend:hover, .btn_revoke:hover, .btn__primary:hover {
      background-color: #00C8EB; } }
  .btn__submit .wrapper, .btn__cancel .wrapper, .btn__secondary__alt .wrapper, .btn__toggle .wrapper, .btn__alt .wrapper, .btn__secondary .wrapper, .btn__proceed .wrapper, .btn__caution .wrapper, .btn_resend .wrapper, .btn_revoke .wrapper, .btn__primary .wrapper {
    display: flex; }

.btn__cancel, .btn__secondary__alt, .btn__toggle, .btn__alt {
  background-color: #333333;
  color: white;
  transition: all 300ms ease; }
  @media (hover: hover) {
    .btn__cancel:hover, .btn__secondary__alt:hover, .btn__toggle:hover, .btn__alt:hover {
      background-color: #4C4C4C; } }

.btn__alt__disabled,
.btn__disabled {
  opacity: 0.2; }

.btn__secondary {
  border-radius: 23px 23px 23px 0px; }

.btn__cancel, .btn__secondary__alt {
  border-radius: 23px 23px 23px 0px; }

.btn__link {
  border: 0;
  font-size: 0.75rem;
  color: #0088A7;
  background-color: transparent;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0px;
  padding: 0px; }
  @media (hover: hover) {
    .btn__link:hover {
      background-color: transparent;
      text-decoration: underline; } }

.btn__cancel {
  width: calc(50% - 7px);
  margin-right: 7px; }

.btn__proceed {
  width: calc(50% - 7px);
  margin-left: 7px; }

.btn__caution {
  background: #e53339; }
  @media (hover: hover) {
    .btn__caution:hover {
      background-color: #e53339;
      opacity: 0.8; } }

.link {
  width: 100%; }

.fine__print {
  font-size: 0.875rem;
  text-align: justify;
  color: #575757; }

.container {
  padding-top: 1.25rem;
  padding-bottom: 0.9375em;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: white;
  max-width: 450px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  transition: all 1s; }
  @media only screen and (min-width: 500px) {
    .container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.friend {
  display: flex;
  align-items: center;
  cursor: pointer; }

.friends__list {
  list-style: none;
  align-self: flex-start;
  width: 100%; }

.friend__status {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #333333; }

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

.friend__name {
  font-weight: 500; }

.friend {
  display: flex;
  align-items: center;
  margin: 0.5rem 0; }

.avatar__outer__wrapper {
  position: relative;
  margin: 0 10px 0 0;
  border-radius: 50%; }

.avatar__wrapper {
  width: 34px;
  height: 34px;
  background-color: #D6D6D6;
  border-radius: 50%;
  overflow: hidden; }

.online:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #B8E986; }

.offline {
  opacity: 1; }

.offline__dot:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #D6D6D6; }

.friend__online {
  background-color: #333333; }

.friend__name__wrapper {
  flex-grow: 1; }

.friend__name {
  font-weight: 500; }

.verified {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.625rem; }

.content__right {
  display: flex;
  flex-direction: column;
  align-self: center; }

.visits, .item__list__item .content__right .sub__title {
  font-size: 0.75rem;
  align-items: flex-end;
  text-align: right;
  white-space: nowrap; }

.lastvisit {
  font-size: 0.75rem; }

.accordion .accordion .accordion_item__header .content:before, .icon {
  color: #00AAC7;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.switch {
  background-color: #D6D6D6;
  border-radius: 0.75rem;
  display: block;
  height: 1.5rem;
  position: relative;
  transition: background-color 0.3s ease-out;
  min-width: 3rem;
  width: 3rem;
  max-width: 3rem; }
  .on.switch {
    background-color: #00C8EB; }
    .on.switch button:before {
      background-color: #0088A7;
      transform: translate(1.4375em, 0); }
  .switch button {
    background: none;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .switch button:before {
      background-color: #808080;
      border-radius: 50%;
      bottom: 0;
      content: '';
      display: block;
      height: 1.125rem;
      left: 0.1875rem;
      margin: auto;
      position: absolute;
      right: auto;
      top: 0;
      transition: transform 0.2s ease-out;
      width: 1.125rem; }
    .switch button span {
      display: block;
      position: absolute;
      left: -9999px; }

.profile__title {
  text-align: left;
  padding-bottom: 0.625rem; }

.profile__subtitle {
  font-size: 1.375rem;
  text-align: center;
  line-height: 2rem;
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  position: relative; }

.input__wrapper,
.add__member__form__textarea__wrapper {
  display: block;
  position: relative;
  margin: 0 auto 1.5em auto;
  max-width: 400px;
  width: 100%; }
  .input__wrapper .fine__print, .add__member__form__textarea__wrapper .fine__print {
    text-align: right; }

.custom_dropdown_state, .role__dropdown, .custom_dropdown,
input,
textarea, input[type='search'], .time__range input, .time_range__input div.selected_times {
  border: none;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(0, 62, 90, 0.08); }

.input__wrapper:global.js-is-faded,
.add__member__form__textarea__wrapper:global.js-is-faded {
  transition: opacity 300ms ease-out;
  opacity: 0.6; }

.input__mini__label__role, .input__mini__label {
  color: #0088A7;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  opacity: 0;
  transition: transform 350ms ease-out, opacity 200ms ease;
  font-size: 0.75rem;
  letter-spacing: 1px; }
  .js-show-label.input__mini__label__role, .js-show-label.input__mini__label {
    opacity: 1;
    transform: translate(0, 0); }

.input__error {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 3px;
  font-size: 0.75rem;
  transform: translate(0, 150%);
  opacity: 0;
  transition: transform 300ms ease-out, opacity 300ms ease;
  color: red; }
  .input__error:global.error-is-visible {
    opacity: 1;
    transform: translate(0, 100%); }

.custom_dropdown_wrapper {
  position: relative;
  width: 100%; }

.custom_dropdown_state, .role__dropdown, .custom_dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  cursor: pointer;
  font-size: 1.125rem;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/dn-arrow.svg");
  color: #333333;
  margin-bottom: 1em;
  padding: 0px;
  height: 40px; }
  .custom_dropdown_state:focus, .role__dropdown:focus, .custom_dropdown:focus {
    outline: none; }

.custom_dropdown_state {
  height: 41px;
  width: 7.5rem;
  margin-top: 14px; }

@media (hover: hover) {
  .btn__toggle:hover {
    background-color: #00C8EB;
    border-color: #00C8EB;
    color: #fff; } }

.btn__toggle {
  margin: 0px;
  border: 1px solid #00AAC7;
  background-color: #fff;
  color: #00AAC7;
  width: 50%; }

.btn__toggle__active {
  background-color: #00AAC7;
  color: #fff; }

.toggle__wrapper {
  display: flex;
  width: 100%; }

.toggle__left {
  border-radius: 9px 0 0 9px; }

.toggle__middle {
  border-radius: 0;
  border-left: none;
  border-right: none; }

.toggle__right {
  border-radius: 0 9px 9px 0; }

.update__modal {
  max-width: 350px;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  border: none;
  background: #fff;
  outline: none; }

.update__modal__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 10; }

.container.marketing, .training_guide, .single_col {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 100%; }

.accordion .accordion_item__header {
  background-color: white;
  align-items: center;
  border: 1px solid #E6E6E6;
  border-left: 0;
  border-right: 0;
  display: flex;
  padding: 0 0.5rem; }

.accordion .accordion_item__header .icon {
  display: inline-flex;
  font-size: 1.5rem;
  height: 1.5rem;
  margin: 0;
  overflow: hidden;
  width: 1.5rem; }

.accordion .accordion_item__header .content {
  display: inline-flex;
  flex: 3;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.5rem;
  min-height: 4.375rem; }

.accordion .accordion_item__header .heading {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.accordion .accordion_item__header .subheading {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.accordion .accordion_item__header .right_title {
  display: block;
  flex: 1.5;
  font-size: 0.8rem;
  padding-right: 0.5rem;
  text-align: right; }

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

html {
  font-size: 100%;
  color: #333333;
  background-color: white;
  min-height: 100%; }

h1 {
  text-align: center; }

p,
input,
textarea {
  width: 100%; }

ul {
  padding: 0; }

form {
  width: 100%; }

input,
textarea {
  background-color: white;
  font-size: 1rem;
  margin-top: 1.0625rem;
  outline: none;
  overflow-y: hidden; }

input {
  height: 2.5rem;
  padding: 0.0625rem 0.5rem; }

textarea {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 3.75;
  padding: 0.5rem 0.5rem; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e6fafd inset; }

button {
  border: none;
  outline: none;
  text-decoration: none;
  background-color: transparent; }

.elementPadding, .link__pile {
  padding-bottom: 1.25rem; }

.content,
.page,
.page__wrapper {
  padding-top: 0.0625rem;
  height: 100%; }

.dev_controls,
.dev_controls__no_auth {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 20px;
  opacity: 0.1; }
  .dev_controls:hover,
  .dev_controls__no_auth:hover {
    opacity: 1; }
  .dev_controls .input__wrapper,
  .dev_controls__no_auth .input__wrapper {
    margin: 0;
    padding-top: 15px;
    white-space: nowrap; }
  .dev_controls .select,
  .dev_controls__no_auth .select {
    margin: 0;
    display: inline;
    padding: 10px;
    border-radius: 5px;
    background: none;
    background-color: #fff; }

.container {
  padding-bottom: 1rem;
  display: block;
  max-width: 1000px; }

.container.marketing {
  max-width: 600px;
  float: none;
  text-align: center; }

.responsive_wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1100px; }
  @media only screen and (min-width: 900px) {
    .responsive_wrapper {
      flex-direction: row; } }

.col {
  margin: 0 auto;
  padding: 0 2%;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .col {
      width: 50%; } }

.btn .wrapper {
  align-items: center;
  display: flex;
  justify-content: center; }

.btn__submit {
  display: block; }

.btn__primary {
  display: block; }

.btn__alt {
  display: block; }

.btn__alt__disabled,
.btn__disabled {
  display: block; }

.btn__secondary {
  display: block; }

.btn__secondary__alt {
  display: block; }

.control_buttons__wrapper {
  display: flex; }
  .control_buttons__wrapper .control__button {
    display: inline-flex;
    min-width: auto;
    flex: 1; }
    .control_buttons__wrapper .control__button + .control__button {
      margin-left: 1rem; }

.btn__primary__control {
  min-width: 100%; }
  .btn__primary__control .wrapper {
    align-content: center;
    border: 1px solid #00AAC7;
    border-radius: 10px;
    display: flex;
    flex: 1;
    justify-content: center;
    margin: auto;
    padding: 0.625rem; }

.btn__link {
  display: block; }

.avatar__wrapper {
  background-image: url("/default-profile--X60.jpg"); }

.profile__subtitle .icon__button {
  bottom: 0;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 0; }

.logo-white {
  fill: #fff; }

.logo-blue {
  fill: #00aac7; }

.input__mini__label.js-show-label {
  opacity: 1; }

.input__error.error-is-visible {
  opacity: 1;
  transform: translate(0, 100%); }

.custom_dropdown {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+U2hhcGU8L3RpdGxlPjxwYXRoIGQ9Ik0xLjg4IDBMOCA2LjEwNyAxNC4xMiAwIDE2IDEuODhsLTggOC04LTh6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-position: top 50% right 0.5rem;
  margin: 0;
  padding: 0.0625rem 1.5625rem 0.0625rem 0.5rem; }

.toggle__wrapper {
  margin-bottom: 20px; }

.btn__toggle {
  flex: 1; }

.submit {
  border-bottom: 1px solid #cecece;
  padding-bottom: 0.625rem; }

.submit button {
  margin: 0.125rem; }

hr {
  border: none;
  border-top: 1px solid #f2f2f2;
  background: transparent; }

.top__avatar {
  width: 9.375rem;
  height: 9.375rem;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  border: 5px solid #F2F2F2;
  background-color: #F2F2F2;
  background-image: url("/default-profile--X150.jpg");
  position: relative; }
  .dialog .top__avatar {
    background-color: white;
    margin-top: -100px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px; }
  .top__avatar.is_editable {
    cursor: pointer; }
    .top__avatar.is_editable:before {
      background-color: #00AAC7;
      background-image: url(/icon-edit-white.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 1.2rem;
      border-radius: 50%;
      bottom: -0.25rem;
      color: white;
      display: block;
      content: 'edit';
      height: 2rem;
      margin: auto;
      overflow: hidden;
      position: absolute;
      right: 0;
      text-indent: -999rem;
      width: 2rem;
      border: 2px solid #F2F2F2; }

.tabs {
  display: flex;
  flex-flow: nowrap;
  margin-bottom: 1.25em; }
  .tabs .tab {
    flex: 1; }

.link__pile {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em; }
  .link__pile .btn {
    align-items: center;
    background: #00AAC7;
    border-radius: 50%;
    color: white;
    display: flex;
    height: auto;
    justify-content: center;
    margin: 0.25em;
    position: relative;
    text-align: center;
    text-decoration: none;
    min-width: 6.25rem;
    max-width: 12.5rem;
    width: calc(50% - 0.5rem); }
    @media only screen and (min-width: 400px) {
      .link__pile .btn {
        margin: 0.5em;
        width: calc(50% - 1rem); } }
    .link__pile .btn:before {
      content: '';
      display: table;
      float: left;
      padding-top: 100%; }
    .link__pile .btn .icon {
      color: white;
      font-size: 1.625rem;
      margin-bottom: 0.125rem; }
      @media only screen and (min-width: 400px) {
        .link__pile .btn .icon {
          font-size: 2rem; } }
    .link__pile .btn .wrapper {
      align-items: center;
      display: flex;
      flex-direction: column; }

.avatar__wrapper {
  background-size: contain;
  background-position: center center; }
  .avatar__wrapper img {
    width: 2rem; }

.is__subheader {
  text-align: center; }
  .dialog .is__subheader {
    text-align: center; }

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 2.875rem;
  padding: 0.0625rem 0.5rem;
  text-indent: 2.1875rem;
  cursor: pointer;
  display: block;
  background: url("/search.svg") no-repeat 10px center white;
  background-size: 20px;
  background-position: 0.8rem center;
  border-radius: 1.4375rem;
  height: 2.875rem;
  max-width: 450px;
  margin: 0 auto 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

input[type='checkbox'],
input[type='radio'] {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  width: 1.375rem; }

.checkbox_container {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem; }
  .checkbox_container label {
    font-size: 0.8rem; }
  .checkbox_container > * {
    display: flex;
    align-items: center; }

.pager {
  display: flex;
  margin: 0 auto 1rem;
  list-style: none; }
  .pager li {
    display: flex;
    flex: 1; }
    .pager li .icon__button {
      padding: 0;
      font-size: 2em; }
    .pager li.current {
      white-space: nowrap; }
  .pager li.current {
    flex: 3;
    font-size: 0.9rem;
    justify-content: center;
    text-align: center; }
    .pager li.current span {
      display: flex; }
    .pager li.current .icon {
      align-self: center; }
    @media only screen and (min-width: 360px) {
      .pager li.current {
        font-size: 1rem; } }
  .pager li.next,
  .pager li.last {
    justify-content: flex-end; }
  .pager li a,
  .pager li span {
    line-height: 1.875rem;
    height: 1.875rem;
    display: block;
    cursor: pointer; }
  .pager .first a,
  .pager .back a,
  .pager .next a,
  .pager .last a {
    overflow: hidden;
    text-indent: -200em;
    background: url("/pager/first.svg") no-repeat center center;
    background-size: auto 20px; }
  .pager .back a {
    background-image: url("/pager/back.svg"); }
  .pager .next a {
    background-image: url("/pager/next.svg"); }
  .pager .last a {
    background-image: url("/pager/last.svg"); }
  .pager .disabled {
    opacity: 0.2; }

.stat__card__slider {
  display: inline-flex;
  justify-content: flex-start;
  overflow-x: auto;
  margin-left: -1.875em;
  margin-right: -1.875em;
  max-width: calc(100% + 3.75em); }
  .stat__card__slider .stat__card__slider__scroll {
    padding: 0 1rem;
    white-space: nowrap; }
    .stat__card__slider .stat__card__slider__scroll * {
      white-space: normal; }
  .stat__card__slider .stat__card {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    display: inline-block;
    margin: 1.25rem 0.3125rem;
    padding: 0.625rem;
    min-width: 6.875rem;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 rgba(20, 50, 70, 0.1);
    box-shadow: 0 1px 3px 0 rgba(20, 50, 70, 0.1); }
    .stat__card__slider .stat__card .value {
      font-size: 1.125rem; }
    .stat__card__slider .stat__card .title {
      font-size: 0.875rem; }
    .stat__card__slider .stat__card .icon {
      width: 1.875rem;
      height: 1.25rem;
      background: url("/down.svg") no-repeat center center;
      background-size: contain;
      margin: 0 auto 0.3125rem;
      opacity: 0.5; }
    .stat__card__slider .stat__card .icon.up {
      background-image: url("/up.svg"); }

.item__list {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin-bottom: 1.5rem; }
  .item__list .drag__reorder {
    background-position: left bottom; }
  .item__list .item__list__item {
    align-items: flex-start; }
  .item__list .avatar__wrapper {
    border: 2px solid white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.sortable__item__list .drag_handle,
.sortable_list_helper .drag_handle {
  font-size: 1.25rem;
  align-self: center;
  width: 1.75rem;
  cursor: move; }

.item__list__item.sortable_list_helper {
  background-color: white;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999; }

.item__list__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0.625rem;
  min-height: 3.75; }
  .item__list__item:nth-child(even):not(.sortable_list_helper) {
    background-color: #fafafa; }
  .item__list__item button {
    margin: 0;
    white-space: nowrap; }
  .item__list__item .input__wrapper {
    margin: 0 auto; }
  .item__list__item > .avatar__outer__wrapper {
    padding: 0.1875rem 0; }
  .item__list__item .item__details {
    flex: 1; }
    .item__list__item .item__details > * {
      line-height: 1.25rem; }
    .item__list__item .item__details > .title:first-child:last-child {
      line-height: 2.5rem; }
    .item__list__item .item__details .sub__title {
      font-size: 0.75rem;
      margin: 0; }
    .item__list__item .item__details > .bot__text {
      line-height: 1.25rem; }
  .item__list__item .title {
    font-weight: 500; }
  .item__list__item .content__right {
    align-self: flex-start;
    align-items: center;
    flex-direction: row;
    flex-shrink: 0;
    margin-left: auto;
    min-height: 2.4rem;
    text-align: right; }
    .item__list__item .content__right .title {
      font-weight: 400; }
    .item__list__item .content__right .icon__button {
      padding: 0; }
    .item__list__item .content__right .btn > .wrapper {
      align-items: center;
      display: flex; }
      .item__list__item .content__right .btn > .wrapper .icon {
        font-size: 1.5rem; }
    .item__list__item .content__right > *:not(.btn) {
      align-items: center;
      display: inline-flex;
      line-height: 2.5rem; }
      .item__list__item .content__right > *:not(.btn) + * {
        margin-left: 0.25rem; }
    .item__list__item .content__right span {
      flex-shrink: 0; }
    .item__list__item .content__right input {
      max-width: 4rem; }
    .item__list__item .content__right p,
    .item__list__item .content__right input {
      margin-bottom: 0;
      margin-top: 0; }
  .item__list__item .bot__text {
    margin: 0; }
  .item__list__item .left_input {
    align-items: center;
    display: flex;
    min-height: 2.5rem;
    margin-right: 0.625rem; }
    .item__list__item .left_input .icon {
      font-size: 2rem; }

.friend {
  padding: 0.5em 0 0.5em 0; }

.btn__remove {
  width: 1.875rem;
  height: 1.5625rem;
  background: url("/remove.svg") no-repeat right center;
  cursor: pointer;
  display: block; }

.btn__edit {
  width: 1.25rem;
  height: 1.5625rem;
  background: url("/edit.svg") no-repeat center center;
  background-size: 18px; }

.drag__reorder {
  width: 40px;
  height: 25px;
  background-size: 20px; }

.friend .drag__reorder {
  width: 1.25rem; }

.switch__item .btn__edit {
  margin-right: 0.625rem; }

.submit__wrapper {
  margin-top: 2rem; }

.submit__wrapper button,
.submit__wrapper a {
  display: block;
  text-align: center;
  margin: 0.5rem 0 0; }

.btn_grid {
  display: flex;
  flex-wrap: wrap; }
  .btn_grid .btn {
    border: 1px solid #00AAC7;
    flex-grow: 1;
    margin: 0.3125rem;
    text-align: center;
    flex-basis: 45%;
    border-radius: 9px;
    font-weight: 700;
    line-height: 9.375rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .btn_grid .btn.selected {
      background-color: #00AAC7; }
      .btn_grid .btn.selected span {
        color: #fff; }
    @media (hover: hover) {
      .btn_grid .btn:hover {
        background-color: #00AAC7; }
        .btn_grid .btn:hover span {
          color: #fff; } }
  .btn_grid .btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #00AAC7;
    font-weight: 500; }
    .btn_grid .btn span small {
      display: block;
      font-weight: 400; }
  .btn_grid .btn,
  .btn_grid .btn span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn_grid .btn .loader_dot_dark, .btn_grid .btn .loader_dot_profile_image, .btn_grid .btn .loader_dot {
    padding: 0; }

.stars {
  display: flex;
  justify-content: center; }
  .stars .star {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("/star.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    opacity: 0.2;
    margin: 0 0.3125rem; }
    .stars .star.active {
      opacity: 1; }

.icon {
  font-size: 1em;
  height: 1em;
  line-height: 1;
  width: 1em;
  opacity: 0; }
  .wf-active .icon {
    opacity: 1; }

.image_cropper img {
  max-width: 100%; }

.image_cropper .block button {
  background: transparent url("/crop-white.svg") no-repeat center center;
  text-indent: -200em; }

.dialog_underlay {
  display: none;
  min-height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .dialog_underlay.hidden {
    opacity: 0; }

.callout_underlay.on,
.dialog_underlay.on {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1.875rem 0; }

body .dialog_underlay.not_in_iframe {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
  overflow-y: scroll; }

.dialog__wrapper {
  align-items: flex-start;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .dialog__wrapper.blurred .dialog {
    -webkit-transition: opacity 0.3s ease-in, transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in, transform 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in, transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in, transform 0.3s ease-in-out; }
  .dialog__wrapper.was-focused .dialog {
    -webkit-transition: opacity 0.3s ease-in, transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in, transform 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in, transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in, transform 0.3s ease-in-out; }
  .dialog__wrapper.focused {
    background: rgba(0, 0, 0, 0.4); }
    .dialog__wrapper.focused .dialog {
      -webkit-transform: scale(1) translatex(0);
      -moz-transform: scale(1) translatex(0);
      -ms-transform: scale(1) translatex(0);
      -o-transform: scale(1) translatex(0);
      transform: scale(1) translatex(0);
      opacity: 1; }
  .dialog__wrapper.dialog-2 {
    background: rgba(0, 0, 0, 0.2); }
    .dialog__wrapper.dialog-2 .dialog {
      -webkit-transform: scale(0.99) translatex(-1rem);
      -moz-transform: scale(0.99) translatex(-1rem);
      -ms-transform: scale(0.99) translatex(-1rem);
      -o-transform: scale(0.99) translatex(-1rem);
      transform: scale(0.99) translatex(-1rem); }
  .dialog__wrapper.dialog-3 {
    background: rgba(0, 0, 0, 0.1); }
    .dialog__wrapper.dialog-3 .dialog {
      -webkit-transform: scale(0.98) translatex(-2rem);
      -moz-transform: scale(0.98) translatex(-2rem);
      -ms-transform: scale(0.98) translatex(-2rem);
      -o-transform: scale(0.98) translatex(-2rem);
      transform: scale(0.98) translatex(-2rem); }
  .dialog__wrapper.dialog-4 {
    background: rgba(0, 0, 0, 0.05); }
    .dialog__wrapper.dialog-4 .dialog {
      -webkit-transform: scale(0.97) translatex(-3rem);
      -moz-transform: scale(0.97) translatex(-3rem);
      -ms-transform: scale(0.97) translatex(-3rem);
      -o-transform: scale(0.97) translatex(-3rem);
      transform: scale(0.97) translatex(-3rem); }

.dialog {
  background-color: #fff;
  border-radius: 4px;
  max-width: 500px;
  opacity: 0;
  padding: 1.25rem 1.25rem 2.5rem;
  position: relative;
  width: 96%;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease-in 0.2s, transform 0.3s ease-in-out 0.2s;
  -moz-transition: opacity 0.5s ease-in 0.2s, transform 0.3s ease-in-out 0.2s;
  -ms-transition: opacity 0.5s ease-in 0.2s, transform 0.3s ease-in-out 0.2s;
  -o-transition: opacity 0.5s ease-in 0.2s, transform 0.3s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in 0.2s, transform 0.3s ease-in-out 0.2s;
  -webkit-transform: scale(1) translatex(0);
  -moz-transform: scale(1) translatex(0);
  -ms-transform: scale(1) translatex(0);
  -o-transform: scale(1) translatex(0);
  transform: scale(1) translatex(0); }
  @media only screen and (min-width: 500px) {
    .dialog {
      padding: 1.25rem 2.5rem 2.5rem;
      width: 90%; } }
  .dialog .bot__text {
    max-width: 400px; }
  .dialog .btn__close_dialog {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    font-size: 2em;
    color: #333333; }
    .dialog .btn__close_dialog .icon {
      color: #333333; }
  .dialog.has_header {
    padding-top: 0; }
  .dialog .dialog__header {
    border-bottom: 1px solid #D6D6D6;
    background-color: #F7F7F7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 -1.25rem 1.25rem;
    min-height: 4em;
    overflow: hidden;
    padding: 1.125rem 2.75rem;
    position: relative; }
    @media only screen and (min-width: 500px) {
      .dialog .dialog__header {
        margin: 0 -2.5rem 1.25rem; } }
    .dialog .dialog__header h2 {
      font-size: 1.5rem;
      margin: 0;
      text-align: center; }
    .dialog .dialog__header .btn__close_dialog {
      color: #333333;
      margin: auto;
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
      font-size: 2em;
      padding: 0;
      background: none; }
  .dialog .subtitle {
    display: block;
    font-weight: 500;
    margin: auto;
    text-align: center; }
  .dialog .subtitle_notes {
    color: #4C4C4C;
    display: block;
    font-size: 0.8rem;
    margin: 0.5rem auto 0;
    text-align: center; }
  .dialog .description {
    display: block;
    margin: 1rem auto 0;
    text-align: center;
    white-space: pre-line; }
  .dialog .item__list {
    margin: 0 auto 1.5rem;
    max-width: 400px; }
  .dialog .time_range__form .submit__wrapper,
  .dialog form > .submit__wrapper:last-child,
  .dialog > .submit__wrapper:last-child {
    background-color: #F7F7F7;
    border-top: 1px solid #D6D6D6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: -2.5rem;
    max-width: none;
    padding: 1.25rem 1.25rem 2.5rem; }
    @media only screen and (min-width: 500px) {
      .dialog .time_range__form .submit__wrapper,
      .dialog form > .submit__wrapper:last-child,
      .dialog > .submit__wrapper:last-child {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
        padding: 1.25rem 2.5rem 2.5rem; } }

.time_range__wrapper + .input__wrapper {
  border-top: 1px solid #F2F2F2;
  margin-top: 1rem;
  padding-top: 1rem; }

.col .dialog .submit__wrapper {
  max-width: none; }

.feed__wrapper .feed__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em; }
  .feed__wrapper .feed__item .profile__subtitle {
    flex-basis: 100%; }
  .feed__wrapper .feed__item .avatar__wrapper {
    margin-right: 10px;
    margin-top: 3px; }
  .feed__wrapper .feed__item .bot__text {
    flex: 1;
    margin-top: 0; }
    .feed__wrapper .feed__item .bot__text .date {
      font-size: 0.875rem;
      padding-left: 5px; }
  .feed__wrapper .feed__item .feed__attachments {
    flex-basis: 100%;
    display: flex;
    padding-left: 42px;
    flex-wrap: wrap; }
    .feed__wrapper .feed__item .feed__attachments .feed__attachment {
      flex: 1;
      border-left: 3px solid #F4F4F4;
      padding-left: 10px;
      flex-basis: 50%;
      margin-bottom: 10px; }
      .feed__wrapper .feed__item .feed__attachments .feed__attachment .title {
        font-weight: 500; }
      .feed__wrapper .feed__item .feed__attachments .feed__attachment.full-width {
        flex-basis: 100%; }
  .feed__wrapper .feed__item.big_avatar .feed__avatar {
    flex-basis: 100%;
    padding-bottom: 20px; }
  .feed__wrapper .feed__item.big_avatar .feed__attachments {
    padding-left: 0; }

.feed__wrapper.no_headers .feed__item {
  margin-bottom: 0px; }

.time__range {
  display: flex;
  flex: 1;
  flex-direction: column; }
  .time__range input {
    color: #333333;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0;
    padding: 0 0.5rem; }
  .time__range > * {
    flex: 1; }
  .time__range .input__wrapper {
    margin: 0; }
  .time__range .custom_dropdown {
    margin: 0; }
  .time__range .times {
    align-items: center;
    display: flex; }
    .time__range .times > * {
      flex: 1; }
    .time__range .times .input__wrapper {
      padding: 0; }
    .time__range .times .separator {
      flex: auto 0;
      padding: 0 0.5em; }
  .time__range.has_subtypes input {
    text-align: left; }
  .time__range .subtypes__wrapper {
    margin-top: 1rem; }

.rc-time-picker-panel input {
  border: none;
  box-shadow: none; }

.rc-time-picker-panel .btn.btn__primary {
  border-radius: 8px;
  margin: 0 auto 0.1875rem; }

.time_block {
  font-size: 1rem;
  margin: auto; }
  @media only screen and (min-width: 300px) {
    .time_block {
      font-size: 1rem; } }
  .time_block .time_range__wrapper {
    display: flex;
    margin: auto -0.1rem auto auto;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 400px) {
      .time_block .time_range__wrapper {
        margin-right: -2rem;
        width: auto; } }
    .time_block .time_range__wrapper + .time_range__wrapper {
      border-top: 1px solid #F2F2F2;
      margin-top: 1rem;
      padding-top: 1rem; }
    .time_block .time_range__wrapper .icon__button {
      align-self: flex-start;
      min-height: 2.5rem; }
      .time_block .time_range__wrapper .icon__button .wrapper {
        display: flex; }
  .time_block .btn {
    text-align: center; }

.DayPicker {
  margin-left: auto;
  margin-right: auto; }
  .DayPicker .DayPickerNavigation_button {
    align-items: center; }

.dialog .DayPicker {
  margin-left: -1.5rem; }
  .dialog .DayPicker.DayPicker__horizontal,
  .dialog .DayPicker .CalendarMonthGrid {
    background-color: transparent; }
  @media only screen and (max-width: 340px) {
    .dialog .DayPicker.DayPicker__withBorder {
      box-shadow: none; } }

@media only screen and (min-width: 340px) {
  .dialog .DayPicker {
    margin-left: -0.8rem; } }

@media only screen and (min-width: 360px) {
  .dialog .DayPicker {
    margin-left: -0.5rem; } }

@media only screen and (min-width: 370px) {
  .dialog .DayPicker {
    margin-left: auto; } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: scale(1); } }

.training_guide .training_guide__step {
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -ms-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  overflow: hidden;
  position: relative; }
  .training_guide .training_guide__step .bot__text {
    max-width: 100%;
    width: auto;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -ms-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out; }
    .training_guide .training_guide__step .bot__text span {
      -webkit-transition: 1s all ease-in-out;
      -moz-transition: 1s all ease-in-out;
      -ms-transition: 1s all ease-in-out;
      -o-transition: 1s all ease-in-out;
      transition: 1s all ease-in-out;
      display: block; }

.training_guide .training_guide__step.on {
  overflow: visible; }
  .training_guide .training_guide__step.on .bot__text {
    animation: bounceIn 1s; }

.training_guide .training_guide__step.first .bot__text {
  animation: none; }

.training_guide .training_guide__step.off {
  opacity: 0;
  height: 0; }

/* ------------------------------------- */
/* BEGIN: Skill Specific Styling */
/* ------------------------------------- */
/* TODO: Should this be in skill? */
.time_range__input div.selected_times {
  background-color: #F7F7F7;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px; }
  .time_range__input div.selected_times .time,
  .time_range__input div.selected_times .break {
    display: flex;
    justify-content: flex-start;
    position: relative;
    text-align: left;
    width: 100%;
    height: 50px; }
  .time_range__input div.selected_times > * {
    font-weight: bold;
    line-height: 1.5rem; }
    .time_range__input div.selected_times > *:before {
      content: '';
      display: inline-flex;
      background: #00AAC7;
      bottom: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      align-self: center;
      left: 0;
      margin: auto 0.5rem auto 0;
      top: 0; }
    .time_range__input div.selected_times > *:not(.time-shift):before {
      background: transparent;
      border: 1px solid #00AAC7; }
    .time_range__input div.selected_times > *:after {
      content: '';
      width: 1px;
      background: #00AAC7;
      position: absolute;
      left: 3px;
      top: 28px;
      height: 45px; }
    .time_range__input div.selected_times > *:last-child:after {
      display: none; }
    .time_range__input div.selected_times > * .text {
      display: flex;
      align-items: center; }
  .time_range__input div.selected_times .no_shifts {
    text-align: center; }
    .time_range__input div.selected_times .no_shifts:before, .time_range__input div.selected_times .no_shifts:after {
      display: none; }
  .time_range__input div.selected_times .time-range-type {
    margin-left: auto; }
    .time_range__input div.selected_times .time-range-type .input__wrapper {
      margin: 0; }
  .time_range__input div.selected_times.no_breaks .selected_times {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; }
  .time_range__input div.selected_times.no_breaks .selected_times .time,
  .time_range__input div.selected_times.no_breaks .selected_times .break {
    font-size: 1.3em; }

.time_range__form .time_range_form_availability__ul {
  padding-left: 20px; }

.time_range__form .repeating {
  margin-top: 2.5rem; }
  .time_range__form .repeating .input__mini__label {
    top: -16px; }

.time_range__form .applies_to {
  padding-top: 20px; }
  .time_range__form .applies_to .wrapper {
    display: flex;
    margin-top: 10px;
    border: 1px solid #eee;
    border-left: none; }
    .time_range__form .applies_to .wrapper a {
      flex: 1;
      border-left: 1px solid #eee;
      padding: 5px;
      text-align: center;
      cursor: pointer; }
    .time_range__form .applies_to .wrapper a.selected {
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
      background-color: #eee; }

/* ------------------------------------- */
/* END: Skill Specific Styling */
/* ------------------------------------- */
@media only screen and (max-width: 620px) {
  .hide_on_small {
    display: none; } }

@media only screen and (min-width: 620px) {
  .hide_on_medium {
    display: none; }
  body .btn__back_to_dashboard {
    display: none; }
  .bot__text,
  .submit__wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    clear: both; }
  .container {
    max-width: 100%;
    width: 100%;
    padding-bottom: 30px;
    display: block;
    clear: both; }
  .col .bot__text,
  .col .submit__wrapper {
    max-width: 100%; }
  .toggle__wrapper,
  .tabs {
    justify-content: center; }
  .tab {
    flex: 1; }
  .btn__toggle {
    flex: 1;
    max-width: 200px; }
  .tab__panes {
    display: flex;
    width: 100%;
    margin-bottom: 20px; }
  .tap__pane {
    width: 100%; }
  .item__list.responsive {
    margin: 20px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    border-right: none;
    display: flex;
    flex-wrap: wrap;
    width: auto; }
    .item__list.responsive .item__list__item {
      margin: 0;
      width: 50%;
      padding: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-top: none;
      border-left: none; }
  .toggle__wrapper,
  .tabs {
    justify-content: center; }
  .btn__toggle {
    max-width: 200px; } }

@media only screen and (min-width: 1000px) {
  .hide_on_medium,
  .hide_on_large {
    display: none; } }

.control__button .wrapper > span {
  display: inline-flex;
  align-items: center; }

.control__button .wrapper .icon {
  margin-right: 0.25rem; }

.calendar__wrapper .rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0; }

.calendar__wrapper button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

.calendar__wrapper button[disabled].rbc-btn {
  cursor: not-allowed; }

.calendar__wrapper button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.calendar__wrapper .rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.calendar__wrapper .rbc-calendar *,
.calendar__wrapper .rbc-calendar *:before,
.calendar__wrapper .rbc-calendar *:after {
  box-sizing: inherit; }

.calendar__wrapper .rbc-abs-full,
.calendar__wrapper .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.calendar__wrapper .rbc-ellipsis,
.calendar__wrapper .rbc-event-label,
.calendar__wrapper .rbc-row-segment .rbc-event-content,
.calendar__wrapper .rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.calendar__wrapper .rbc-rtl {
  direction: rtl; }

.calendar__wrapper .rbc-off-range {
  color: #999999; }

.calendar__wrapper .rbc-off-range-bg {
  background: #e5e5e5; }

.calendar__wrapper .rbc-header {
  overflow: hidden;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd; }

.calendar__wrapper .rbc-header + .rbc-header {
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-header > a,
.calendar__wrapper .rbc-header > a:active,
.calendar__wrapper .rbc-header > a:visited {
  color: inherit;
  text-decoration: none; }

.calendar__wrapper .rbc-row-content {
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4; }

.calendar__wrapper .rbc-today {
  background-color: #eaf6ff; }

.calendar__wrapper .rbc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px; }

.calendar__wrapper .rbc-toolbar .rbc-toolbar-label {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 10px;
  text-align: center; }

.calendar__wrapper .rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap; }

.calendar__wrapper .rbc-toolbar button:active,
.calendar__wrapper .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad; }

.calendar__wrapper .rbc-toolbar button:active:hover,
.calendar__wrapper .rbc-toolbar button.rbc-active:hover,
.calendar__wrapper .rbc-toolbar button:active:focus,
.calendar__wrapper .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.calendar__wrapper .rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad; }

.calendar__wrapper .rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad; }

.calendar__wrapper .rbc-btn-group {
  display: inline-block;
  white-space: nowrap; }

.calendar__wrapper .rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.calendar__wrapper .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.calendar__wrapper .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0; }

.calendar__wrapper .rbc-btn-group button + button {
  margin-left: -1px; }

.calendar__wrapper .rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px; }

.calendar__wrapper .rbc-btn-group + .rbc-btn-group,
.calendar__wrapper .rbc-btn-group + button {
  margin-left: 10px; }

.calendar__wrapper .rbc-event {
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer; }

.calendar__wrapper .rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none; }

.calendar__wrapper .rbc-event-label {
  font-size: 80%; }

.calendar__wrapper .rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }

.calendar__wrapper .rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.calendar__wrapper .rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.calendar__wrapper .rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-event-continues-day-after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-event-continues-day-prior {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.calendar__wrapper .rbc-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.calendar__wrapper .rbc-row-segment {
  padding: 0 1px 1px 1px; }

.calendar__wrapper .rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1); }

.calendar__wrapper .rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap; }

.calendar__wrapper .rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  height: 100%; }

.calendar__wrapper .rbc-month-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.calendar__wrapper .rbc-month-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-flex-basis: 0px;
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%; }

.calendar__wrapper .rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd; }

.calendar__wrapper .rbc-date-cell {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right; }

.calendar__wrapper .rbc-date-cell.rbc-now {
  font-weight: bold; }

.calendar__wrapper .rbc-date-cell > a,
.calendar__wrapper .rbc-date-cell > a:active,
.calendar__wrapper .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none; }

.calendar__wrapper .rbc-row-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: hidden; }

.calendar__wrapper .rbc-day-bg {
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%; }

.calendar__wrapper .rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px; }

.calendar__wrapper .rbc-overlay > * + * {
  margin-top: 1px; }

.calendar__wrapper .rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px; }

.calendar__wrapper .rbc-agenda-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: auto; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right; }

.calendar__wrapper .rbc-agenda-time-cell {
  text-transform: lowercase; }

.calendar__wrapper .rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' »'; }

.calendar__wrapper .rbc-agenda-time-cell .rbc-continues-prior:before {
  content: '« '; }

.calendar__wrapper .rbc-agenda-date-cell,
.calendar__wrapper .rbc-agenda-time-cell {
  white-space: nowrap; }

.calendar__wrapper .rbc-agenda-event-cell {
  width: 100%; }

.calendar__wrapper .rbc-time-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; }

.calendar__wrapper .rbc-time-column .rbc-timeslot-group {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.calendar__wrapper .rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.calendar__wrapper .rbc-time-gutter,
.calendar__wrapper .rbc-header-gutter {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.calendar__wrapper .rbc-label {
  padding: 0 5px; }

.calendar__wrapper .rbc-day-slot {
  position: relative; }

.calendar__wrapper .rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 10px;
  top: 0; }

.calendar__wrapper .rbc-day-slot .rbc-events-container.rbc-is-rtl {
  left: 10px;
  right: 0; }

.calendar__wrapper .rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  position: absolute; }

.calendar__wrapper .rbc-day-slot .rbc-event-label {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-right: 5px;
  width: auto; }

.calendar__wrapper .rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em; }

.calendar__wrapper .rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7; }

.calendar__wrapper .rbc-time-slot {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }

.calendar__wrapper .rbc-time-slot.rbc-now {
  font-weight: bold; }

.calendar__wrapper .rbc-day-header {
  text-align: center; }

.calendar__wrapper .rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px; }

.calendar__wrapper .rbc-slot-selecting {
  cursor: move; }

.calendar__wrapper .rbc-time-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0; }

.calendar__wrapper .rbc-time-view .rbc-time-gutter {
  white-space: nowrap; }

.calendar__wrapper .rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  position: relative; }

.calendar__wrapper .rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4; }

.calendar__wrapper .rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px; }

.calendar__wrapper .rbc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.calendar__wrapper .rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd; }

.calendar__wrapper .rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd; }

.calendar__wrapper .rbc-time-header-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-time-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative; }

.calendar__wrapper .rbc-time-content > .rbc-time-gutter {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.calendar__wrapper .rbc-time-content > * + * > * {
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.calendar__wrapper .rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none; }

.calendar__wrapper .rbc-addons-dnd .rbc-row-content {
  pointer-events: none; }

.calendar__wrapper .rbc-addons-dnd .rbc-row-content .rbc-show-more,
.calendar__wrapper .rbc-addons-dnd .rbc-row-content .rbc-event {
  pointer-events: all; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-over {
  background-color: rgba(0, 0, 0, 0.3); }

.calendar__wrapper .rbc-addons-dnd .rbc-events-container {
  pointer-events: none; }

.calendar__wrapper .rbc-addons-dnd .rbc-event {
  transition: opacity 150ms;
  pointer-events: all; }

.calendar__wrapper .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon,
.calendar__wrapper .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
  display: block; }

.calendar__wrapper .rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event {
  pointer-events: none;
  opacity: 0.5; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resizable {
  position: relative;
  width: 100%;
  height: 100%; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  width: 100%;
  text-align: center;
  position: absolute; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
  top: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
  bottom: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
  display: none;
  border-top: 3px double;
  margin: 0 auto;
  width: 10px;
  cursor: ns-resize; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
  position: absolute;
  top: 4px;
  bottom: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
  left: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
  right: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
  display: none;
  border-left: 3px double;
  margin-top: auto;
  margin-bottom: auto;
  height: 10px;
  cursor: ew-resize; }

.calendar__wrapper .rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0; }

.calendar__wrapper button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

.calendar__wrapper button[disabled].rbc-btn {
  cursor: not-allowed; }

.calendar__wrapper button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.calendar__wrapper .rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.calendar__wrapper .rbc-calendar *,
.calendar__wrapper .rbc-calendar *:before,
.calendar__wrapper .rbc-calendar *:after {
  box-sizing: inherit; }

.calendar__wrapper .rbc-abs-full,
.calendar__wrapper .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.calendar__wrapper .rbc-ellipsis,
.calendar__wrapper .rbc-event-label,
.calendar__wrapper .rbc-row-segment .rbc-event-content,
.calendar__wrapper .rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.calendar__wrapper .rbc-rtl {
  direction: rtl; }

.calendar__wrapper .rbc-off-range {
  color: #999999; }

.calendar__wrapper .rbc-off-range-bg {
  background: #e5e5e5; }

.calendar__wrapper .rbc-header {
  overflow: hidden;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd; }

.calendar__wrapper .rbc-header + .rbc-header {
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-header > a,
.calendar__wrapper .rbc-header > a:active,
.calendar__wrapper .rbc-header > a:visited {
  color: inherit;
  text-decoration: none; }

.calendar__wrapper .rbc-row-content {
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4; }

.calendar__wrapper .rbc-today {
  background-color: #eaf6ff; }

.calendar__wrapper .rbc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px; }

.calendar__wrapper .rbc-toolbar .rbc-toolbar-label {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 10px;
  text-align: center; }

.calendar__wrapper .rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap; }

.calendar__wrapper .rbc-toolbar button:active,
.calendar__wrapper .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad; }

.calendar__wrapper .rbc-toolbar button:active:hover,
.calendar__wrapper .rbc-toolbar button.rbc-active:hover,
.calendar__wrapper .rbc-toolbar button:active:focus,
.calendar__wrapper .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.calendar__wrapper .rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad; }

.calendar__wrapper .rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad; }

.calendar__wrapper .rbc-btn-group {
  display: inline-block;
  white-space: nowrap; }

.calendar__wrapper .rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.calendar__wrapper .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.calendar__wrapper .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0; }

.calendar__wrapper .rbc-btn-group button + button {
  margin-left: -1px; }

.calendar__wrapper .rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px; }

.calendar__wrapper .rbc-btn-group + .rbc-btn-group,
.calendar__wrapper .rbc-btn-group + button {
  margin-left: 10px; }

.calendar__wrapper .rbc-event {
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer; }

.calendar__wrapper .rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none; }

.calendar__wrapper .rbc-event-label {
  font-size: 80%; }

.calendar__wrapper .rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }

.calendar__wrapper .rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.calendar__wrapper .rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.calendar__wrapper .rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-event-continues-day-after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.calendar__wrapper .rbc-event-continues-day-prior {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.calendar__wrapper .rbc-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.calendar__wrapper .rbc-row-segment {
  padding: 0 1px 1px 1px; }

.calendar__wrapper .rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1); }

.calendar__wrapper .rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap; }

.calendar__wrapper .rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  height: 100%; }

.calendar__wrapper .rbc-month-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.calendar__wrapper .rbc-month-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-flex-basis: 0px;
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%; }

.calendar__wrapper .rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd; }

.calendar__wrapper .rbc-date-cell {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right; }

.calendar__wrapper .rbc-date-cell.rbc-now {
  font-weight: bold; }

.calendar__wrapper .rbc-date-cell > a,
.calendar__wrapper .rbc-date-cell > a:active,
.calendar__wrapper .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none; }

.calendar__wrapper .rbc-row-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: hidden; }

.calendar__wrapper .rbc-day-bg {
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%; }

.calendar__wrapper .rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px; }

.calendar__wrapper .rbc-overlay > * + * {
  margin-top: 1px; }

.calendar__wrapper .rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px; }

.calendar__wrapper .rbc-agenda-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: auto; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd; }

.calendar__wrapper .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right; }

.calendar__wrapper .rbc-agenda-time-cell {
  text-transform: lowercase; }

.calendar__wrapper .rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' »'; }

.calendar__wrapper .rbc-agenda-time-cell .rbc-continues-prior:before {
  content: '« '; }

.calendar__wrapper .rbc-agenda-date-cell,
.calendar__wrapper .rbc-agenda-time-cell {
  white-space: nowrap; }

.calendar__wrapper .rbc-agenda-event-cell {
  width: 100%; }

.calendar__wrapper .rbc-time-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; }

.calendar__wrapper .rbc-time-column .rbc-timeslot-group {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.calendar__wrapper .rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.calendar__wrapper .rbc-time-gutter,
.calendar__wrapper .rbc-header-gutter {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.calendar__wrapper .rbc-label {
  padding: 0 5px; }

.calendar__wrapper .rbc-day-slot {
  position: relative; }

.calendar__wrapper .rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 10px;
  top: 0; }

.calendar__wrapper .rbc-day-slot .rbc-events-container.rbc-is-rtl {
  left: 10px;
  right: 0; }

.calendar__wrapper .rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  position: absolute; }

.calendar__wrapper .rbc-day-slot .rbc-event-label {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-right: 5px;
  width: auto; }

.calendar__wrapper .rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em; }

.calendar__wrapper .rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7; }

.calendar__wrapper .rbc-time-slot {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }

.calendar__wrapper .rbc-time-slot.rbc-now {
  font-weight: bold; }

.calendar__wrapper .rbc-day-header {
  text-align: center; }

.calendar__wrapper .rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px; }

.calendar__wrapper .rbc-slot-selecting {
  cursor: move; }

.calendar__wrapper .rbc-time-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0; }

.calendar__wrapper .rbc-time-view .rbc-time-gutter {
  white-space: nowrap; }

.calendar__wrapper .rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  position: relative; }

.calendar__wrapper .rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4; }

.calendar__wrapper .rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px; }

.calendar__wrapper .rbc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.calendar__wrapper .rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd; }

.calendar__wrapper .rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd; }

.calendar__wrapper .rbc-time-header-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-time-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative; }

.calendar__wrapper .rbc-time-content > .rbc-time-gutter {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.calendar__wrapper .rbc-time-content > * + * > * {
  border-left: 1px solid #ddd; }

.calendar__wrapper .rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd; }

.calendar__wrapper .rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.calendar__wrapper .rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none; }

.calendar__wrapper .rbc-addons-dnd .rbc-row-content {
  pointer-events: none; }

.calendar__wrapper .rbc-addons-dnd .rbc-row-content .rbc-show-more,
.calendar__wrapper .rbc-addons-dnd .rbc-row-content .rbc-event {
  pointer-events: all; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-over {
  background-color: rgba(0, 0, 0, 0.3); }

.calendar__wrapper .rbc-addons-dnd .rbc-events-container {
  pointer-events: none; }

.calendar__wrapper .rbc-addons-dnd .rbc-event {
  transition: opacity 150ms;
  pointer-events: all; }

.calendar__wrapper .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon,
.calendar__wrapper .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
  display: block; }

.calendar__wrapper .rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event {
  pointer-events: none;
  opacity: 0.5; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resizable {
  position: relative;
  width: 100%;
  height: 100%; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  width: 100%;
  text-align: center;
  position: absolute; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
  top: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
  bottom: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
  display: none;
  border-top: 3px double;
  margin: 0 auto;
  width: 10px;
  cursor: ns-resize; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
  position: absolute;
  top: 4px;
  bottom: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
  left: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
  right: 0; }

.calendar__wrapper .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
  display: none;
  border-left: 3px double;
  margin-top: auto;
  margin-bottom: auto;
  height: 10px;
  cursor: ew-resize; }

.date_picker .PresetDateRangePicker_panel {
  padding: 0 22px 11px; }

.date_picker .PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.date_picker .PresetDateRangePicker_button:active {
  outline: 0; }

.date_picker .PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699; }

.date_picker .SingleDatePickerInput {
  display: inline-block;
  background-color: #fff; }

.date_picker .SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb; }

.date_picker .SingleDatePickerInput__rtl {
  direction: rtl; }

.date_picker .SingleDatePickerInput__disabled {
  background-color: #f2f2f2; }

.date_picker .SingleDatePickerInput__block {
  display: block; }

.date_picker .SingleDatePickerInput__showClearDate {
  padding-right: 30px; }

.date_picker .SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.date_picker .SingleDatePickerInput_clearDate__default:focus,
.date_picker .SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%; }

.date_picker .SingleDatePickerInput_clearDate__small {
  padding: 6px; }

.date_picker .SingleDatePickerInput_clearDate__hide {
  visibility: hidden; }

.date_picker .SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.date_picker .SingleDatePickerInput_clearDate_svg__small {
  height: 9px; }

.date_picker .SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px; }

.date_picker .SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle; }

.date_picker .SingleDatePicker {
  position: relative;
  display: inline-block; }

.date_picker .SingleDatePicker__block {
  display: block; }

.date_picker .SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute; }

.date_picker .SingleDatePicker_picker__rtl {
  direction: rtl; }

.date_picker .SingleDatePicker_picker__directionLeft {
  left: 0; }

.date_picker .SingleDatePicker_picker__directionRight {
  right: 0; }

.date_picker .SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.date_picker .SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff; }

.date_picker .SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2; }

.date_picker .SingleDatePicker_closeButton:focus,
.date_picker .SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.date_picker .SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.date_picker .DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px; }

.date_picker .DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0; }

.date_picker .DayPickerKeyboardShortcuts_show {
  width: 22px;
  position: absolute;
  z-index: 2; }

.date_picker .DayPickerKeyboardShortcuts_show__bottomRight {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0; }

.date_picker .DayPickerKeyboardShortcuts_show__bottomRight:hover {
  border-right: 33px solid #008489; }

.date_picker .DayPickerKeyboardShortcuts_show__topRight {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0; }

.date_picker .DayPickerKeyboardShortcuts_show__topRight:hover {
  border-right: 33px solid #008489; }

.date_picker .DayPickerKeyboardShortcuts_show__topLeft {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0; }

.date_picker .DayPickerKeyboardShortcuts_show__topLeft:hover {
  border-left: 33px solid #008489; }

.date_picker .DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute; }

.date_picker .DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: -28px; }

.date_picker .DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: -28px; }

.date_picker .DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: -28px; }

.date_picker .DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px; }

.date_picker .DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0; }

.date_picker .DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px; }

.date_picker .DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2; }

.date_picker .DayPickerKeyboardShortcuts_close:active {
  outline: 0; }

.date_picker .DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.date_picker .DayPickerKeyboardShortcuts_closeSvg:focus,
.date_picker .DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a; }

.date_picker .CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center; }

.date_picker .CalendarDay:active {
  outline: 0; }

.date_picker .CalendarDay__defaultCursor {
  cursor: default; }

.date_picker .CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff; }

.date_picker .CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px double #e4e7e7;
  color: inherit; }

.date_picker .CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit; }

.date_picker .CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848; }

.date_picker .CalendarDay__outside:hover {
  border: 0; }

.date_picker .CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd; }

.date_picker .CalendarDay__blocked_minimum_nights:active,
.date_picker .CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd; }

.date_picker .CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848; }

.date_picker .CalendarDay__highlighted_calendar:active,
.date_picker .CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848; }

.date_picker .CalendarDay__selected_span {
  background: #66e2da;
  border: 1px solid #33dacd;
  color: #fff; }

.date_picker .CalendarDay__selected_span:active,
.date_picker .CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px solid #33dacd;
  color: #fff; }

.date_picker .CalendarDay__last_in_range {
  border-right: #00a699; }

.date_picker .CalendarDay__selected,
.date_picker .CalendarDay__selected:active,
.date_picker .CalendarDay__selected:hover {
  background: #00a699;
  border: 1px solid #00a699;
  color: #fff; }

.date_picker .CalendarDay__hovered_span,
.date_picker .CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px solid #80e8e0;
  color: #007a87; }

.date_picker .CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px solid #80e8e0;
  color: #007a87; }

.date_picker .CalendarDay__blocked_calendar,
.date_picker .CalendarDay__blocked_calendar:active,
.date_picker .CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a; }

.date_picker .CalendarDay__blocked_out_of_range,
.date_picker .CalendarDay__blocked_out_of_range:active,
.date_picker .CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd; }

.date_picker .CalendarMonth {
  background: #fff;
  text-align: center;
  padding: 0 13px;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.date_picker .CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0; }

.date_picker .CalendarMonth_verticalSpacing {
  border-collapse: separate; }

.date_picker .CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial; }

.date_picker .CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px; }

.date_picker .CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0; }

.date_picker .CalendarMonthGrid__animating {
  z-index: 1; }

.date_picker .CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px; }

.date_picker .CalendarMonthGrid__vertical {
  margin: 0 auto; }

.date_picker .CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll; }

.date_picker .CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%; }

.date_picker .CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

.date_picker .CalendarMonthGrid_month__hidden {
  visibility: hidden; }

.date_picker .DayPickerNavigation {
  position: relative;
  z-index: 2; }

.date_picker .DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0; }

.date_picker .DayPickerNavigation__verticalScrollableDefault {
  position: relative; }

.date_picker .DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0; }

.date_picker .DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575; }

.date_picker .DayPickerNavigation_button__default:focus,
.date_picker .DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4; }

.date_picker .DayPickerNavigation_button__default:active {
  background: #f2f2f2; }

.date_picker .DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px; }

.date_picker .DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px; }

.date_picker .DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px; }

.date_picker .DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  height: 100%;
  width: 50%; }

.date_picker .DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0; }

.date_picker .DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%; }

.date_picker .DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a; }

.date_picker .DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848; }

.date_picker .DayPicker {
  background: #fff;
  position: relative;
  text-align: left; }

.date_picker .DayPicker__horizontal {
  background: #fff; }

.date_picker .DayPicker__verticalScrollable {
  height: 100%; }

.date_picker .DayPicker__hidden {
  visibility: hidden; }

.date_picker .DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }

.date_picker .DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%; }

.date_picker .DayPicker_portal__vertical {
  position: initial; }

.date_picker .DayPicker_focusRegion {
  outline: 0; }

.date_picker .DayPicker_calendarInfo__horizontal,
.date_picker .DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top; }

.date_picker .DayPicker_weekHeaders {
  position: relative; }

.date_picker .DayPicker_weekHeaders__horizontal {
  margin-left: 9px; }

.date_picker .DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  padding: 0 13px;
  text-align: left; }

.date_picker .DayPicker_weekHeader__vertical {
  left: 50%; }

.date_picker .DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.date_picker .DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px; }

.date_picker .DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center; }

.date_picker .DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px; }

.date_picker .DayPicker_transitionContainer__horizontal {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }

.date_picker .DayPicker_transitionContainer__vertical {
  width: 100%; }

.date_picker .DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll; }

.date_picker .DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle; }

.date_picker .DateInput__small {
  width: 97px; }

.date_picker .DateInput__block {
  width: 100%; }

.date_picker .DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb; }

.date_picker .DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0; }

.date_picker .DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 7px 7px 5px; }

.date_picker .DateInput_input__regular {
  font-weight: auto; }

.date_picker .DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.date_picker .DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0; }

.date_picker .DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic; }

.date_picker .DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.date_picker .DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2; }

.date_picker .DateInput_fangShape {
  fill: #fff; }

.date_picker .DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent; }

.date_picker .DateRangePickerInput {
  background-color: #fff;
  display: inline-block; }

.date_picker .DateRangePickerInput__disabled {
  background: #f2f2f2; }

.date_picker .DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb; }

.date_picker .DateRangePickerInput__rtl {
  direction: rtl; }

.date_picker .DateRangePickerInput__block {
  display: block; }

.date_picker .DateRangePickerInput__showClearDates {
  padding-right: 30px; }

.date_picker .DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848; }

.date_picker .DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px; }

.date_picker .DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.date_picker .DateRangePickerInput_clearDates__small {
  padding: 6px; }

.date_picker .DateRangePickerInput_clearDates_default:focus,
.date_picker .DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%; }

.date_picker .DateRangePickerInput_clearDates__hide {
  visibility: hidden; }

.date_picker .DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.date_picker .DateRangePickerInput_clearDates_svg__small {
  height: 9px; }

.date_picker .DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px; }

.date_picker .DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle; }

.date_picker .DateRangePicker {
  position: relative;
  display: inline-block; }

.date_picker .DateRangePicker__block {
  display: block; }

.date_picker .DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute; }

.date_picker .DateRangePicker_picker__rtl {
  direction: rtl; }

.date_picker .DateRangePicker_picker__directionLeft {
  left: 0; }

.date_picker .DateRangePicker_picker__directionRight {
  right: 0; }

.date_picker .DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.date_picker .DateRangePicker_picker__fullScreenPortal {
  background-color: #fff; }

.date_picker .DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2; }

.date_picker .DateRangePicker_closeButton:focus,
.date_picker .DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.date_picker .DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.date_range_select__wrapper {
  position: relative; }
  .date_range_select__wrapper .CalendarDay__selected,
  .date_range_select__wrapper .CalendarDay__selected:active,
  .date_range_select__wrapper .CalendarDay__selected:hover {
    background: #00aac7;
    border: 1px solid #00aac7; }
  .date_range_select__wrapper .DateInput_fang {
    display: none; }
  .date_range_select__wrapper .DayPickerNavigation {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1em;
    z-index: 2; }
  .date_range_select__wrapper .DayPickerNavigation_button {
    display: flex;
    justify-content: center;
    height: 28px;
    width: 28px;
    padding: 0;
    border-radius: 50%; }
    .date_range_select__wrapper .DayPickerNavigation_button.loading {
      pointer-events: none; }
  .date_range_select__wrapper.week_selection .CalendarDay__selected_span,
  .date_range_select__wrapper.week_selection .CalendarDay__selected_span:active,
  .date_range_select__wrapper.week_selection .CalendarDay__selected_span:hover {
    background: #00aac7;
    color: #fff; }
  .date_range_select__wrapper.week_selection .CalendarDay__selected_start,
  .date_range_select__wrapper.week_selection .CalendarDay__selected_end {
    border: 1px solid #33dacd;
    color: #fff; }
  .date_range_select__wrapper.outside_days .CalendarDay__outside {
    color: #c4c4c4; }

.date_range_select__loader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.25s ease-in-out, z-index 0.1s ease-in-out; }
  .date_range_select__loader.loading {
    opacity: 1;
    z-index: 3; }

.date_range_select__icon {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-right: 0;
  border-radius: 50%;
  color: #fff;
  background-color: #00aac7;
  font-size: 1.5em; }

.date_select__wrapper {
  position: relative; }
  .date_select__wrapper .CalendarDay__selected,
  .date_select__wrapper .CalendarDay__selected:active,
  .date_select__wrapper .CalendarDay__selected:hover {
    background: #00aac7;
    border: 1px solid #00aac7; }
  .date_select__wrapper .DateInput_fang {
    display: none; }
  .date_select__wrapper .DayPickerNavigation {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1em;
    z-index: 2; }
  .date_select__wrapper .DayPickerNavigation_button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    padding: 0;
    border-radius: 50%;
    background-color: #00aac7; }
    .date_select__wrapper .DayPickerNavigation_button.loading {
      pointer-events: none; }

.date_select__loader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.25s ease-in-out, z-index 0.1s ease-in-out; }
  .date_select__loader.loading {
    opacity: 1;
    z-index: 3; }

.date_select__icon {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-right: 0;
  border-radius: 50%;
  color: #fff;
  background-color: #00aac7;
  font-size: 1.5em; }

.react_crop_wrapper {
  position: relative;
  opacity: 1; }
  .react_crop_wrapper .block {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 100%;
    text-align: center;
    display: flex;
    justify-content: center; }
    .react_crop_wrapper .block button {
      height: 50px;
      width: 150px;
      align-self: center; }
  .react_crop_wrapper .ReactCrop {
    position: relative;
    display: inline-block;
    cursor: crosshair;
    overflow: hidden;
    width: 100%; }
  .react_crop_wrapper .ReactCrop:focus {
    outline: none; }
  .react_crop_wrapper .ReactCrop--disabled {
    cursor: inherit; }
  .react_crop_wrapper .ReactCrop__image {
    display: block;
    width: 100%; }
  .react_crop_wrapper .ReactCrop--crop-invisible .ReactCrop__image {
    opacity: 0.5; }
  .react_crop_wrapper .ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    box-sizing: border-box;
    cursor: move;
    box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
    border: 1px solid;
    border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
    border-image-slice: 1;
    border-image-repeat: repeat;
    opacity: 1; }
  .react_crop_wrapper .ReactCrop--disabled .ReactCrop__crop-selection {
    cursor: inherit; }
  .react_crop_wrapper .ReactCrop__drag-handle {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    outline: 1px solid transparent; }
  .react_crop_wrapper .ReactCrop .ord-nw {
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: nw-resize; }
  .react_crop_wrapper .ReactCrop .ord-n {
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: n-resize; }
  .react_crop_wrapper .ReactCrop .ord-ne {
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: ne-resize; }
  .react_crop_wrapper .ReactCrop .ord-e {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: e-resize; }
  .react_crop_wrapper .ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize; }
  .react_crop_wrapper .ReactCrop .ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: s-resize; }
  .react_crop_wrapper .ReactCrop .ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: sw-resize; }
  .react_crop_wrapper .ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize; }
  .react_crop_wrapper .ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit; }
  .react_crop_wrapper .ReactCrop__drag-bar {
    position: absolute; }
  .react_crop_wrapper .ReactCrop__drag-bar.ord-n {
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    margin-top: -4px; }
  .react_crop_wrapper .ReactCrop__drag-bar.ord-e {
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    margin-right: -4px; }
  .react_crop_wrapper .ReactCrop__drag-bar.ord-s {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    margin-bottom: -4px; }
  .react_crop_wrapper .ReactCrop__drag-bar.ord-w {
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    margin-left: -4px; }
  .react_crop_wrapper .ReactCrop--new-crop .ReactCrop__drag-bar,
  .react_crop_wrapper .ReactCrop--new-crop .ReactCrop__drag-handle,
  .react_crop_wrapper .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
    display: none; }
  .react_crop_wrapper .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
  .react_crop_wrapper .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
  .react_crop_wrapper .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
  .react_crop_wrapper .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
    display: none; }
  @media (max-width: 768px) {
    .react_crop_wrapper .ReactCrop__drag-handle {
      width: 17px;
      height: 17px; }
    .react_crop_wrapper .ReactCrop .ord-nw {
      margin-top: -9px;
      margin-left: -9px; }
    .react_crop_wrapper .ReactCrop .ord-n {
      margin-top: -9px;
      margin-left: -9px; }
    .react_crop_wrapper .ReactCrop .ord-ne {
      margin-top: -9px;
      margin-right: -9px; }
    .react_crop_wrapper .ReactCrop .ord-e {
      margin-top: -9px;
      margin-right: -9px; }
    .react_crop_wrapper .ReactCrop .ord-se {
      margin-bottom: -9px;
      margin-right: -9px; }
    .react_crop_wrapper .ReactCrop .ord-s {
      margin-bottom: -9px;
      margin-left: -9px; }
    .react_crop_wrapper .ReactCrop .ord-sw {
      margin-bottom: -9px;
      margin-left: -9px; }
    .react_crop_wrapper .ReactCrop .ord-w {
      margin-top: -9px;
      margin-left: -9px; }
    .react_crop_wrapper .ReactCrop__drag-bar.ord-n {
      height: 14px;
      margin-top: -12px; }
    .react_crop_wrapper .ReactCrop__drag-bar.ord-e {
      width: 14px;
      margin-right: -12px; }
    .react_crop_wrapper .ReactCrop__drag-bar.ord-s {
      height: 14px;
      margin-bottom: -12px; }
    .react_crop_wrapper .ReactCrop__drag-bar.ord-w {
      width: 14px;
      margin-left: -12px; } }
