@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,800&display=swap');
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.mdl-button {
  font-family: 'Nunito', 'Roboto', sans-serif;
}
.primary-header {
  background: #559ba5;
}
.mdl-layout__header--host-header {
  color: #559ba5;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.mdl-layout__header--host-header .mdl-navigation__link {
  color: #559ba5;
  font-weight: bold;
}
.mdl-layout__drawer--hosting-drawer {
  background: #f8f9fb;
  box-shadow: none;
}
.text-uppercase {
  text-transform: uppercase;
}
.page-header {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page-header::after {
  content: "";
  background: #000;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
}
.page-header .page-cover {
  content: "";
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  filter: blur(2px) brightness(110%) saturate(80%);
}
.page-header .header-content {
  padding: 70px 0;
  margin: 0 7%;
}
.button-outline {
  background: none;
  border: 1px solid #559ba5;
  color: #559ba5;
  height: 34px;
  line-height: 34px;
}
.button-outline .mdl-chip__contact {
  height: 35px;
  width: 35px;
  line-height: 35px;
  position: relative;
  margin-top: -4px;
}
hr {
  border-top: 1px solid #e6e6e6;
}
.has-hover-card .brand-card {
  margin-top: -80px;
}
a.button-outline {
  height: 32px;
  line-height: 32px;
}
.details {
  padding-top: 10px;
  padding-bottom: 20px;
}
.details .subtitle {
  margin-top: 10px;
  text-transform: uppercase;
  color: #808080;
}
.details h4 {
  margin: 0;
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
}
.brand-header {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.brand-header.with-cover {
  min-height: 300px;
}
.brand-header::after {
  content: "";
  background: #559ba5;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
}
.brand-header .brand-cover {
  content: "";
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.lock-notice,
.code-error-notice {
  display: none;
}
.copy-ui__text {
  padding: 10px 0;
  border-bottom: 1px solid #559ba5;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.copy-ui__interaction {
  padding: 20px 0 10px 0;
}
main.has-card {
  position: relative;
  margin-top: -100px;
}
.card-center {
  margin: auto;
}
.checkin_instruction_body {
  padding-bottom: 30px;
}
.mdl-button--fab.mdl-button--colored {
  background: #559ba5;
  color: #fff !important;
}
.mdl-button--fab.mdl-button--colored:hover {
  background: #86b9c1;
}
h2.brand-title {
  text-transform: uppercase;
  font-weight: bold;
}
.mdl-button.mdl-button--colored {
  color: #559ba5;
}
h3.brand-title {
  text-transform: uppercase;
}
.brand-title {
  color: #559ba5;
  display: block;
  float: none;
  width: 100%;
}
div.brand-title {
  padding: 0 16px;
}
.title-show {
  position: absolute;
  top: 20px;
  left: 52px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.mdl-layout__drawer-button {
  color: #fff !important;
}
.button-right {
  right: 0;
  bottom: 10px !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.content {
  max-width: 1080px;
  margin: 0 7%;
}
.cnt--nocard {
  text-align: center;
  padding-top: 30px;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 3%;
}
.cnt--nocard p {
  font-size: 18px;
}
.mdl-layout-title {
  font-weight: bold;
}
.header-content {
  max-width: 1080px;
  margin: 0 7%;
  color: #fff;
  margin-top: 140px;
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 130%;
  z-index: 2;
}
.mdl-chip--has-icon i {
  margin-top: 5px;
}
.mdl-chip--button-colored {
  background: #ff4081;
  color: #fff;
}
.mdl-chip__contact--chat {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  font-size: 36px;
}
.material-icon--small {
  font-size: 140%;
  margin-left: 5px;
}
.mdl-layout--has-form {
  align-items: center;
  justify-content: center;
}
.mdl-layout--has-form .mdl-layout__content {
  padding: 24px;
  flex: none;
}
.mdl-card--full {
  width: 100%;
}
.margintop20 {
  margin-top: 20px;
}
.mdl-card__title--solid {
  background-color: #559ba5;
  color: #fff;
}
.mdl-layout__header.mdl-layout__header--brand {
  background-color: #559ba5;
  overflow: visible;
}
.notification-menu ul {
  max-height: 400px;
  overflow: scroll;
}
.mdl-menu__item--notification {
  font-size: 14px;
  width: 300px;
  white-space: normal;
  height: auto;
  line-height: 140%;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
}
.mdl-card__supporting-text {
  width: auto;
}
.mdl-data-table {
  width: 100%;
}
.mdl-button--brand-primary {
  background: #559ba5;
  color: #fff;
  font-weight: bold;
}
.mdl-button--brand-primary:hover {
  background-color: #3b6c73;
}
.mdl-button--brand-primary.mdl-button--large {
  font-size: 16px;
  padding: 0 28px;
  height: 48px;
  line-height: 48px;
}
.mdl-button--brandcolored {
  color: #559ba5;
}
.mdl-text--brandcolor,
.mdl-button.mdl-button--colored.mdl-text--brandcolor {
  color: #a62253;
}
.mdl-text--brandcolor::after,
.mdl-button.mdl-button--colored.mdl-text--brandcolor::after {
  color: #a62253;
}
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
  color: #a62253;
}
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label::after {
  color: #a62253;
}
.mdl-color--brandcolor {
  background: #a62253;
}
.mdl-icon--color-green {
  color: green;
}
.icon--fortooltip,
.smartreply-button {
  cursor: pointer;
}
.smartreply-form {
  display: inline-block;
}
.smartreplies {
  padding: 5px 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: inherit;
  margin-left: -10px;
}
.smartreplies form {
  margin-right: 5px;
}
.chat-message {
  border-radius: 12px;
}
.chat-message h4 {
  margin-top: -30px;
  margin-bottom: 10px;
}
.chat-message--is-mine {
  border-top-right-radius: 0;
  background-color: #a62253 !important;
  color: #fff;
}
.chat-message--is-mine h4 {
  color: rgba(0, 0, 0, 0.87);
  text-align: right;
}
.chat-message--is-his {
  border-top-left-radius: 0;
}
.chat-write-box div.chat-icon i {
  font-size: inherit;
}
.chat-header {
  background: linear-gradient(135deg, #a62253 0%, #e4475c 100%);
}
.chat-notifications .add-buttom {
  background: #a62253;
}
.chat-sidebar-header {
  background: #911e48;
}
.chat-drawer .chat-navigation {
  background: #7c193e;
}
.chat-header__back {
  margin-right: 10px;
  background: #9e204f;
  color: #fff;
}
.chat-header__back .mdl-chip__contact {
  background: #aa2355;
}
.chat-write-form {
  width: inherit;
}
.chat-content {
  padding-bottom: 10em;
}
.mdl-icon--color-gray {
  color: #eee;
}
.content-data-card .mdl-card {
  min-height: auto;
}
.no-h-padding {
  padding-left: 0;
  padding-right: 0;
}
.status-icon {
  vertical-align: middle;
  margin-top: -3px;
}
.brand-content {
  max-width: auto;
  margin: 0 3%;
}
.blocker {
  z-index: 6;
}
#thesnackbar {
  z-index: 7;
}
.data-section {
  margin-bottom: 40px;
}
.data-section__header {
  padding: 20px 0;
}
.data-section__header .mdl-grid {
  padding: 0;
}
.data-section__header .circular-entity {
  background-size: cover;
  float: left;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin-right: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.data-section__header .data-section__title {
  float: left;
  display: inline-block;
}
.data-table table {
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: none;
}
.mdl-data-table th {
  text-transform: uppercase;
}
.timeline-events {
  margin: 40px 0;
}
.timeline-events::after {
  content: "";
  clear: both;
  float: none;
  display: table;
}
.event-container {
  width: 33%;
  padding: 30px 0;
  float: left;
  border: 1px solid #eee;
  border-width: 1px 0;
}
.current-event {
  border: 2px solid #559ba5;
  border-width: 2px 0;
}
.event__event-type {
  text-transform: uppercase;
  color: #bbb;
  font-size: 11px;
}
.event__event-subject {
  font-weight: bold;
}
.event__event-body {
  font-size: 11px;
}
.guest-name--checked-in {
  color: #559ba5;
}
.brand-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px;
  box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.49);
}
.brand-card .brand-card__content {
  padding: 20px;
}
.brand-card .brand-card__content .brand-card__header {
  padding: 10px 0;
}
.brand-card .brand-card__content .brand-card__body {
  padding: 15px 0;
}
.brand-card .brand-card__content .brand-card__footer {
  padding: 15px 0;
  padding-bottom: 0;
}
.brand-card .card-table-data::after {
  content: "";
  clear: both;
  float: none;
  display: table;
}
.brand-card .card-table-data .card-table-data__span {
  width: 50%;
  float: left;
}
.brand-card .card-table-data .card-table-data__info-span {
  width: 20%;
  float: left;
  text-align: right;
}
.brand-card .card-table-data .card-table-data__main-span {
  width: 80%;
  float: left;
}
.brand-card h5 {
  margin: 0;
}
.brand-card .subtitle {
  text-transform: uppercase;
  font-size: 12px;
  color: #aaa;
}
@media (max-width: 479px) {
  .cnt-nocard {
    margin: 0 1%;
  }
  .mdl-layout-title {
    text-align: center;
    padding-right: 56px;
    width: 100%;
  }
  .event-container {
    margin: 0 3%;
    width: auto;
    float: none;
  }
  .timeline-events {
    margin-top: 0px;
  }
  .data-section__header .circular-entity {
    width: 40px;
    height: 40px;
  }
  .data-section__header .data-section__title {
    font-size: 22px;
    line-height: 120%;
    max-width: 75%;
    margin: 0;
  }
}
