#disconnect {
  background: rgba(0,0,0,0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
#disconnect .disconnect-container {
  display: inline-block;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: 20px;
  width: 200px;
}
#disconnect .disconnect-container .status-info {
  border-radius: 3px;
  color: #fff;
  padding: 0.5em 0 0.7em;
  text-align: center;
}
#disconnect .disconnect-container .status-info img {
  padding-right: 6px;
  position: relative;
  top: 3px;
}
.top-graph {
  height: 300px;
  transition: margin-right 1s ease;
}
.top-graph #visitor-count {
  width: 220px;
}
.top-graph #visitor-count .widget-filter-selection {
  border-bottom: 1px solid #e8e5df;
  z-index: 10;
}
.top-graph #two-weeks-graph .two-weeks-graph .graph-container,
.top-graph #two-weeks-graph .two-weeks-graph .aggregate-graph,
.top-graph #two-weeks-graph .two-weeks-graph .graph-zone {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.top-graph #two-weeks-graph .two-weeks-graph .highcharts-container {
  display: block;
  width: 100%;
}
.top-graph #two-weeks-graph .two-weeks-graph .highcharts-container .highcharts-background {
  background: transparent;
  fill: transparent;
}
.top-graph #two-weeks-graph .two-weeks-graph .highcharts-container * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}
.message-wrapper > .box {
  border-radius: 0;
}
.message-wrapper + .message-wrapper:not(.message-break) .avatar,
.message-wrapper + .message-wrapper:not(.message-break) .timestamp,
.message-wrapper + .message-wrapper:not(.message-break) .username {
  display: none !important;
}
.message-wrapper.message-break + .message-wrapper.message-break {
  margin-top: 1rem;
}
.message-file .file-download {
  background: rgba(0,0,0,0.5);
  border: none 0;
  border-radius: 4px;
  color: #fff;
  display: none;
  opacity: 0.8;
  line-height: 1;
  padding: 8px;
  position: relative;
  transition: background 0.3s, opacity 0.3s;
  z-index: 100;
}
.message-file .file-download .pcfont {
  margin: 0;
}
.message-file .file-download:hover {
  opacity: 1;
}
.message-file:hover .file-download {
  display: inline-block;
}
.no-chat-box {
  top: 10%;
  margin: 5% auto;
  padding-left: 5em;
}
.no-chat-box h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.no-chat-box p {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.no-chat-box .button-group {
  margin-top: 2.5em;
}
.no-chat-box .dismiss-button {
  background-color: transparent;
  border-color: transparent;
  color: #868889;
}
.no-chat-box .dismiss-button:hover {
  text-decoration: underline;
}
.purechat-operator-window {
  position: relative;
}
.purechat-operator {
  align-self: stretch;
  display: flex;
  flex: 1 1 auto;
}
.purechat-widget-inner {
  align-self: stretch;
  display: flex;
  flex: 1 1 auto;
}
.purechat-widget-header {
  display: none;
}
.purechat-content-wrapper,
.purechat-content {
  align-self: stretch;
  display: flex;
  flex: 1 1 auto;
  position: relative;
}
.purechat-message-list-view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  position: relative;
}
.purechat-messages {
  flex: 1 1 auto;
  position: relative;
}
.purechat-message-display-container {
  background: #fff;
  bottom: 1rem;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  width: 100%;
}
.purechat-state-closed .purechat-message-display-container {
  bottom: auto;
  flex: 1 1 auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
.purechat-send-form-container {
  border: 2px solid #f3f1ee;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  margin: 0 8px 8px 8px;
  min-height: 50px;
  position: relative;
}
.purechat-send-form {
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.purechat-send-form textarea {
  border: none;
  box-sizing: content-box;
  line-height: 1.4;
  margin-left: 10px;
  margin-bottom: 13px;
  margin-top: 13px;
  padding: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  resize: none;
  width: 100%;
  -ms-overflow-style: none;
}
.purechat-send-form [data-gramm] g,
.purechat-send-form [data-gramm] gr_block,
.purechat-send-form [data-gramm] > span {
  color: #3b404c !important;
  fill: #3b404c !important;
}
.purechat-state-chatting .purechat-send-form {
  cursor: text;
}
.sendform-button-container {
  background: transparent;
  display: flex;
  flex-direction: row;
}
.sendform-button-container button {
  background-color: transparent !important;
  border-radius: 0;
  border: none 0;
  transition: color 0.4s ease;
}
.sendform-button-container button.send-message {
  border-right: solid 2px #f3f1ee;
}
.sendform-button-container button.chat-actions {
  border-left: solid 2px #f3f1ee;
}
.sendform-button-container button i {
  font-size: 2em;
  margin: 0 !important;
  width: 100%;
}
.sendform-button-container button:last-child {
  border-right: none 0;
}
.purechat-message-display {
  bottom: 0;
  max-height: 100%;
  padding: 0 1rem;
  position: absolute;
  overflow-y: auto;
  width: 100%;
}
.purechat-message-display p:first-child {
  color: #777;
  font-size: 0.9em;
  font-style: italic;
}
.purechat-user-status {
  background: #fff;
  border-radius: 4px 4px 0 0;
  font-style: italic;
  line-height: 1.3em;
  position: absolute;
}
.purechat-message-wrapper {
  color: #3b404c;
  position: relative;
}
.purechat-message-wrapper.closed:not(.note) .purechat-message-container {
  opacity: 0.5;
  z-index: 5;
  font-style: italic;
}
.purechat-message-wrapper.closed:not(.note):after {
  content: "";
  background: #d3d3d3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.purechat-message-wrapper.closed:not(.note):last-child {
  margin-bottom: 10px !important;
}
.purechat-message-wrapper.purechat-separator,
.purechat-message-wrapper.purechat-note {
  text-align: center;
}
.purechat-message-wrapper.purechat-separator:after,
.purechat-message-wrapper.purechat-note:after {
  display: none;
}
.purechat-message-wrapper.purechat-separator .purechat-message-note,
.purechat-message-wrapper.purechat-note .purechat-message-note {
  background: #fff;
  display: inline;
  padding: 0 30px;
  position: relative;
  z-index: 5;
}
.purechat-message-wrapper.purechat-separator hr,
.purechat-message-wrapper.purechat-note hr {
  background: #ddd;
  border: 0;
  height: 2px;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.purechat-message-wrapper .purechat-message-container {
  line-height: 1.4em;
  position: relative;
}
.purechat-message-wrapper .purechat-message-container .purechat-operator-gravatar {
  position: absolute;
}
.purechat-message-wrapper .purechat-message-container .purechat-message {
  display: block;
  margin: 0 80px 0 65px;
  overflow: auto;
  position: relative;
  text-align: left;
  word-break: break-word;
}
.purechat-message-wrapper .purechat-message-container .purechat-message .purechat-new-thought {
  display: block;
}
.purechat-message-wrapper .purechat-message-container .purechat-message .purechat-new-thought .purechat-line-break {
  display: block;
  height: 7px;
}
.purechat-message-wrapper .purechat-message-container .purechat-timestamp {
  color: #777;
  position: absolute;
  right: 1rem;
}
.purechat-message-wrapper .purechat-message-container .purechat-timestamp .date {
  font-size: 0.7em;
  font-style: italic;
}
.purechat-message-wrapper .purechat-message-container .purechat-timestamp .date,
.purechat-message-wrapper .purechat-message-container .purechat-timestamp .purechat-time {
  text-align: right;
}
.purechat-message-wrapper .purechat-message-container .purechat-timestamp .purechat-time {
  font-size: 0.9em;
}
.purechat-unfurl-link,
.purechat-unfurl-image,
.purechat-unfurl-twitter,
.purechat-unfurl-youtube,
.purechat-unfurl-giphy {
  margin: 0;
  padding-top: 0;
}
.purechat-unfurl-link .purechat-message-container,
.purechat-unfurl-image .purechat-message-container,
.purechat-unfurl-twitter .purechat-message-container,
.purechat-unfurl-youtube .purechat-message-container,
.purechat-unfurl-giphy .purechat-message-container {
  padding: 0 0 2rem !important;
}
.purechat-unfurl-link .purechat-new-thought,
.purechat-unfurl-image .purechat-new-thought,
.purechat-unfurl-twitter .purechat-new-thought,
.purechat-unfurl-youtube .purechat-new-thought,
.purechat-unfurl-giphy .purechat-new-thought {
  border-left: solid 1px #d6d4d0 !important;
  padding-bottom: 0 !important;
  padding-left: 1rem !important;
}
.purechat-unfurl-link .twitter-tweet,
.purechat-unfurl-image .twitter-tweet,
.purechat-unfurl-twitter .twitter-tweet,
.purechat-unfurl-youtube .twitter-tweet,
.purechat-unfurl-giphy .twitter-tweet {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.purechat-unfurl-title {
  align-items: center !important;
  display: flex !important;
  margin: 0 0 6px 0 !important;
}
.purechat-unfurl-title a {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.purechat-unfurl-favicon {
  display: flex !important;
  margin-right: 6px !important;
  min-width: auto !important;
  max-width: 100% !important;
}
.purechat-unfurl-media {
  max-height: 30vh;
}
.purechat-unfurl-youtube-wrapper .purechat-unfurl-media {
  height: 100%;
  max-height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .purechat-unfurl-media,
  .purechat-unfurl-youtube-wrapper {
    max-width: 500px;
  }
  .purechat-unfurl-youtube-wrapper .purechat-unfurl-media,
  .purechat-unfurl-youtube-wrapper .purechat-unfurl-iframe {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
  }
  .purechat-unfurl-twitter iframe.twitter-timeline {
    max-height: 300px !important;
    max-width: 50% !important;
  }
}
.purechat-unfurl-youtube .purechat-unfurl-youtube-wrapper {
  position: relative !important;
}
.purechat-unfurl-youtube .purechat-unfurl-youtube-wrapper:before {
  content: "" !important;
  display: block !important;
  padding-top: 56.25% !important;
  width: 100% !important;
}
.purechat-unfurl-youtube .purechat-unfurl-youtube-wrapper .purechat-unfurl-media,
.purechat-unfurl-youtube .purechat-unfurl-youtube-wrapper .purechat-unfurl-iframe {
  bottom: 0 !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
}
.purechat-unfurl-youtube .purechat-unfurl-youtube-wrapper .purechat-unfurl-iframe {
  height: 100% !important;
}
.purechat-unfurl-youtube .purechat-unfurl-play {
  background: rgba(0,0,0,0.5) !important;
  border-radius: 25px !important;
  cursor: pointer !important;
  height: 50px !important;
  left: 50% !important;
  line-height: 50px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 50px !important;
}
.purechat-unfurl-youtube .purechat-unfurl-play .pc-svgicon {
  height: 32px !important;
  width: 32px !important;
  fill: #fff !important;
  color: #fff !important;
  cursor: pointer !important;
  left: 10px !important;
  position: relative !important;
  top: 8px !important;
}
.purechat-unfurl-link .purechat-new-thought {
  display: flex !important;
}
.purechat-unfurl-link .purechat-unfurl-media {
  flex-shrink: 0 !important;
  margin-right: 10px !important;
  max-height: 52px !important;
  max-width: 83px !important;
}
.purechat-message-right,
.purechat-message-left {
  margin: 1rem 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.purechat-message-right {
  background-color: #f1f0ec;
}
.purechat-message-right:not(.purechat-separator):not(.purechat-note):hover {
  background-color: #e8e5df;
}
.purechat-message-left {
  background-color: #fff;
}
.purechat-message-left:not(.purechat-separator):not(.purechat-note):hover {
  background-color: #e8e5df;
}
.purechat-message-left.purechat-separator,
.purechat-message-right.purechat-separator {
  padding-top: 1rem;
}
.purechat-message {
  word-wrap: break-word;
}
.purechat-displayname {
  display: block;
  font-weight: bold;
}
.purechat-message-note.purechat-important {
  text-align: center;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.purechat-window-content {
  background: #fff;
}
.purechat-window-content .closed-operator-container textarea {
  display: none;
}
.purechat-window-content .closed-operator-container .operator-close-actions,
.purechat-window-content .closed-operator-container .button-bar {
  font-size: 1.3rem;
}
.purechat-window-content .closed-operator-container .operator-close-actions a,
.purechat-window-content .closed-operator-container .button-bar a {
  display: inline-block;
  outline: none;
  position: relative;
  text-align: center;
  top: 12px;
  width: 3em;
}
.purechat-window-content .closed-operator-container .operator-close-actions a .tip,
.purechat-window-content .closed-operator-container .button-bar a .tip {
  top: -0.8em;
  color: #fff;
  font-size: 0.6em;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: color 0.4s ease;
}
.purechat-window-content .closed-operator-container .operator-close-actions a:hover,
.purechat-window-content .closed-operator-container .button-bar a:hover {
  color: #f16f55;
}
.purechat-window-content .closed-operator-container .operator-close-actions a:hover .tip,
.purechat-window-content .closed-operator-container .button-bar a:hover .tip {
  color: #f16f55;
}
.purechat-window-content .closed-operator-container .operator-close-actions a.disabled,
.purechat-window-content .closed-operator-container .button-bar a.disabled {
  color: #ccc;
}
.purechat-window-content .closed-operator-container .operator-close-actions a.disabled:hover .tip,
.purechat-window-content .closed-operator-container .button-bar a.disabled:hover .tip {
  color: #ccc;
}
.purechat-message-note,
.purechat-message-note strong,
.purechat-message-display-container p,
.purechat-poweredby-container .purechat-poweredby {
  margin: 5px 0;
  color: #999;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.5em;
}
.purechat-operator-window .purechat-showPrevious {
  display: block;
  text-align: center;
  padding: 1em 1em 0em 1em;
  z-index: 10;
  position: relative;
}
.purechat-operator-window .purechat-showPrevious a {
  text-decoration: underline;
  color: #3897d3;
  font-weight: bold;
  font-style: italic;
}
.widget-canned-responses .manage-canned-responses {
  color: #676a6d;
}
.widget-canned-responses .canned-responses-container {
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
  padding: 0.5em 0.7em;
}
.widget-canned-responses .list-item {
  padding: 0 0.5em;
}
.widget-canned-responses .list-item:hover {
  background-color: #fdfdfd;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-display-none,
.purechat-operator-window #PureChatWidget.purechat.purechat-display-none {
  display: none !important;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-display-block,
.purechat-operator-window #PureChatWidget.purechat.purechat-display-block {
  display: block !important;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-display-flex,
.purechat-operator-window #PureChatWidget.purechat.purechat-display-flex {
  display: flex !important;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-display-inline-block,
.purechat-operator-window #PureChatWidget.purechat.purechat-display-inline-block {
  display: inline-block !important;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-invisible,
.purechat-operator-window #PureChatWidget.purechat .purechat-invisible *,
.purechat-operator-window #PureChatWidget.purechat.purechat-invisible,
.purechat-operator-window #PureChatWidget.purechat.purechat-invisible *,
.purechat-operator-window #PureChatWidget.purechat .purechat-invisible *:after,
.purechat-operator-window #PureChatWidget.purechat.purechat-invisible *:after,
.purechat-operator-window #PureChatWidget.purechat .purechat-invisible *:before,
.purechat-operator-window #PureChatWidget.purechat.purechat-invisible *:before {
  visibility: hidden !important;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left.note {
  text-align: center;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left.purechat-separator {
  color: #999;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.5em;
  margin: 0;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-display {
  outline: none;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-display .purechat-message-chat:last-child .purechat-timestamp {
  display: block;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-display .purechat-message-wrapper:last-child {
  margin-bottom: 10px;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-display .purechat-message-wrapper:last-child .purechat-timestamp {
  display: block;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-displayname {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-timestamp {
  display: none;
  top: 0.5rem;
  z-index: 1;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-tail {
  display: none !important;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-container {
  margin: 0;
  padding: 0.5rem;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right:hover .purechat-timestamp,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left:hover .purechat-timestamp {
  display: block;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left + .purechat-message-left:not(.purechat-message-break),
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right + .purechat-message-right:not(.purechat-message-break),
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left.purechat-message-break + .purechat-message-left:not(.purechat-message-break),
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right.purechat-message-break + .purechat-message-right:not(.purechat-message-break) {
  margin-bottom: 0;
  margin-top: 0;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left + .purechat-message-left:not(.purechat-message-break).purechat-message-wrapper:not(.note):not(.purechat-separator),
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right + .purechat-message-right:not(.purechat-message-break).purechat-message-wrapper:not(.note):not(.purechat-separator),
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left.purechat-message-break + .purechat-message-left:not(.purechat-message-break).purechat-message-wrapper:not(.note):not(.purechat-separator),
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right.purechat-message-break + .purechat-message-right:not(.purechat-message-break).purechat-message-wrapper:not(.note):not(.purechat-separator) {
  padding-bottom: 0;
  padding-top: 0;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left:not(.note):not(.purechat-separator) + .purechat-message-left:not(.note):not(.purechat-separator):not(.purechat-message-break) .purechat-operator-gravatar,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right:not(.note):not(.purechat-separator) + .purechat-message-right:not(.note):not(.purechat-separator):not(.purechat-message-break) .purechat-operator-gravatar,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left:not(.note):not(.purechat-separator) + .purechat-message-left:not(.note):not(.purechat-separator):not(.purechat-message-break) .purechat-displayname,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right:not(.note):not(.purechat-separator) + .purechat-message-right:not(.note):not(.purechat-separator):not(.purechat-message-break) .purechat-displayname {
  display: none !important;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left + .purechat-message-right,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right + .purechat-message-left,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left.purechat-message-break + .purechat-message-left,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right.purechat-message-break + .purechat-message-right,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left + .purechat-message-left.purechat-message-break,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right + .purechat-message-right.purechat-message-break {
  margin-bottom: 0;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-left + .purechat-message-right .purechat-timestamp,
.purechat-operator-window #PureChatWidget.purechat .purechat-message-right + .purechat-message-left .purechat-timestamp {
  top: 33px;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-wrapper.purechat-message-right.closed:not(.note):after {
  background-color: #f1f0ec;
  opacity: 0.5;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-message-wrapper.purechat-message-left.closed:not(.note):after {
  background-color: #fff;
  opacity: 0.5;
}
.purechat-operator-window #PureChatWidget.purechat .purechat-user-status {
  top: -20px;
  z-index: 5;
}
.purechat-operator-window #PureChatWidget.purechat .pc-svgicon {
  bottom: auto !important;
  left: auto;
  right: auto !important;
  top: auto;
  color: currentColor;
  display: inline-block !important;
  fill: currentColor !important;
  height: 18px;
  overflow: hidden !important;
  pointer-events: none !important;
  vertical-align: -0.15em !important;
  width: 18px;
}
.purechat-operator-window #PureChatWidget.purechat .pc-svgicon.pc-svgicon-sm {
  height: 14px !important;
  width: 14px !important;
}
.purechat-card {
  display: block !important;
  font-size: 14px !important;
}
.purechat-card-flex {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}
.purechat-card-flex .purechat-card-header {
  display: flex !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  font-size: 13px !important;
  justify-content: space-between !important;
}
.purechat-card-flex .purechat-card-header span {
  font-size: 13px !important;
}
.purechat-card-flex .purechat-card-body {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  overflow-y: auto !important;
}
.purechat-card-flex .purechat-card-footer {
  font-size: 13px !important;
}
.purechat-card-bordered .purechat-card-header {
  border-bottom: solid 1px rgba(0,0,0,0.1) !important;
  padding-bottom: 12px !important;
}
.purechat-card-bordered .purechat-card-body {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}
.purechat-card-bordered .purechat-card-footer {
  border-top: solid 1px rgba(0,0,0,0.1) !important;
  padding-top: 12px !important;
}
.purechat-autocomplete {
  background: #fff;
  border: 2px solid #f3f1ee !important;
  border-bottom: none 0 !important;
  border-radius: 3px 3px 0 0 !important;
  bottom: 48px;
  left: -2px !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  position: absolute !important;
  right: -2px !important;
  z-index: 10 !important;
}
.purechat-autocomplete > ul {
  width: 100% !important;
}
.purechat-autocomplete > ul li {
  cursor: pointer !important;
  padding: 0.5rem !important;
  word-wrap: break-word !important;
}
.purechat-autocomplete > ul li.purechat-highlight {
  background-color: #f3f1ee;
}
.purechat-emoji-picker {
  height: 353px;
}
.purechat-emoji-container {
  display: flex !important;
  flex-wrap: wrap !important;
}
.purechat-curated-emojis {
  margin-bottom: 15px !important;
}
.purechat-emoji-search {
  margin-bottom: 10px;
  width: 100%;
}
.purechat-emoji-button {
  background: transparent;
  border: 0 none;
  border-radius: 3px !important;
  color: #3b404c !important;
  flex-basis: 10% !important;
  margin: 0;
  padding: 3px 0 !important;
  text-align: center !important;
  transition: background-color 0.4s ease !important;
}
.purechat-emoji-button:hover,
.purechat-emoji-button.purechat-emoji-button-active {
  background-color: rgba(0,0,0,0.1) !important;
}
.purechat-emoji-autocomplete {
  background: #f3f1ee;
  border: 1px solid #f3f1ee;
  border-radius: 3px;
  bottom: 5px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
  left: 5px;
  padding: 9px 14px;
  position: absolute;
  width: 353px;
}
.purechat-display-none {
  display: none !important;
}
.purechat-display-block {
  display: block !important;
}
.purechat-display-flex {
  display: flex !important;
}
.purechat-display-inline-block {
  display: inline-block !important;
}
.purechat-invisible,
.purechat-invisible * {
  visibility: hidden !important;
}
.purechat-loading {
  margin: 0 !important;
  height: 20px !important;
  width: 20px !important;
  animation: purechat-animation-loading 0.8s infinite linear !important;
  border: 3px solid #8c5e9c;
  border-right-color: transparent !important;
  border-radius: 50% !important;
}
.purechat-file:hover .purechat-file-actions button,
.purechat-file:hover .purechat-file-actions a {
  display: inline-block !important;
}
.purechat-file .purechat-message {
  overflow: hidden !important;
}
.purechat-file .purechat-new-thought {
  flex-direction: row !important;
  max-width: 50% !important;
}
.purechat-file .purechat-file-icon {
  flex-shrink: 0 !important;
  position: relative !important;
  padding: 8px 18px 9px !important;
}
.purechat-file .purechat-file-description {
  align-self: center !important;
  flex-shrink: 1 !important;
  font-size: 20px !important;
  overflow: hidden !important;
  padding: 8px 0 9px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.purechat-file .purechat-file-description small {
  font-size: 14px !important;
}
.purechat-file .purechat-file-actions {
  align-items: center !important;
  display: flex !important;
  flex-shrink: 0 !important;
  padding-left: 18px !important;
  position: relative !important;
}
.purechat-file .purechat-file-actions .purechat-loading {
  height: 32px !important;
  position: relative !important;
  width: 32px !important;
}
.purechat-file .purechat-file-actions button,
.purechat-file .purechat-file-actions a {
  background: rgba(0,0,0,0.5) !important;
  border: none 0 !important;
  border-radius: 4px !important;
  color: #fff !important;
  display: none !important;
  opacity: 0.8 !important;
  line-height: 1 !important;
  padding: 8px !important;
  position: relative !important;
  transition: background 0.3s, opacity 0.3s !important;
  z-index: 100 !important;
}
.purechat-file .purechat-file-actions button:hover,
.purechat-file .purechat-file-actions a:hover {
  opacity: 1 !important;
}
.purechat-file .purechat-file-error {
  color: var(--purechat-s-fg-l) !important;
  padding: 8px 18px 9px !important;
}
.purechat-file .purechat-file-error svg {
  color: #c11e1f !important;
  fill: #c11e1f !important;
  margin-right: 8px !important;
}
.purechat-file .purechat-file-image {
  min-height: 80px !important;
  position: relative !important;
  width: 100% !important;
}
.purechat-file .purechat-file-image img {
  max-height: 30vh !important;
  max-width: 500px !important;
}
.purechat-file .purechat-file-image .purechat-file-actions {
  top: 8px !important;
  display: none !important;
  right: 4px !important;
  padding: 0 !important;
  position: absolute !important;
}
.purechat-file .purechat-file-image .purechat-file-actions button,
.purechat-file .purechat-file-image .purechat-file-actions a {
  background: rgba(0,0,0,0.5) !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-block !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.purechat-file .purechat-file-image .purechat-file-actions a + button {
  margin-left: 8px !important;
}
.purechat-file .purechat-file-image .purechat-file-delete,
.purechat-file .purechat-file-image .purechat-file-download {
  border-radius: 5px !important;
  padding: 8px !important;
}
.purechat-file .purechat-file-image .purechat-file-image-name {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  z-index: 9999 !important;
}
.purechat-file .purechat-file-image:hover .purechat-file-actions {
  display: block !important;
}
#PureChatWidgetImagePreview {
  background: rgba(0,0,0,0.8) !important;
  bottom: 0 !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 9999999 !important;
}
#PureChatWidgetImagePreview > img {
  left: 50% !important;
  position: absolute !important;
  max-height: 100% !important;
  max-width: 100% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
#PureChatWidgetImagePreview > button {
  background: transparent !important;
  border: none 0 !important;
  color: #fff !important;
  font-size: 35px !important;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
}
.purechat-message .twitter-tweet {
  display: none !important;
}
.purechat-message .twitter-tweet.twitter-tweet-rendered {
  display: block !important;
}
.purechat-message .twitter-tweet.twitter-tweet-rendered + script + .purechat-loading {
  display: none !important;
}
.purechat-file-overlay {
  background: rgba(0,0,0,0.4) !important;
  bottom: 0 !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 9999 !important;
}
.purechat-file-overlay-instructions {
  background: #fff !important;
  border-radius: 110px !important;
  font-size: 20px !important;
  height: 220px !important;
  left: 50% !important;
  line-height: 260px !important;
  position: absolute !important;
  text-align: center !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 220px !important;
}
.purechat-file-overlay-instructions img {
  position: absolute !important;
  top: -10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@-moz-keyframes purechat-animation-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes purechat-animation-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes purechat-animation-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes purechat-animation-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ui-widget-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999998;
}
#dialogRegion,
.modal,
.ui-dialog {
  background-color: #fff;
  z-index: 999999;
}
#dialogRegion.blank-dialog,
.modal.blank-dialog,
.ui-dialog.blank-dialog {
  background: none;
  overflow: inherit;
}
#dialogRegion h1,
.modal h1,
.ui-dialog h1,
#dialogRegion h2,
.modal h2,
.ui-dialog h2,
#dialogRegion h3,
.modal h3,
.ui-dialog h3,
#dialogRegion h4,
.modal h4,
.ui-dialog h4,
#dialogRegion h5,
.modal h5,
.ui-dialog h5,
#dialogRegion h6,
.modal h6,
.ui-dialog h6 {
  margin: 0;
  text-align: left;
}
.modal-header,
.ui-widget-header,
.modal-footer {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  padding: 1em;
  position: relative;
}
.modal-header.ui-widget-header,
.ui-widget-header.ui-widget-header,
.modal-footer.ui-widget-header {
  font-size: 16px;
  line-height: 34px;
  padding: 12px;
}
.modal-header button.close-modal,
.ui-widget-header button.close-modal,
.modal-footer button.close-modal,
.modal-header .ui-dialog-titlebar-close,
.ui-widget-header .ui-dialog-titlebar-close,
.modal-footer .ui-dialog-titlebar-close {
  background: none;
  border: none;
  bottom: 0;
  color: #3b404c;
  font-size: 1em;
  height: 100%;
  margin: 0px;
  padding: 0;
  position: absolute;
  right: 0.25em;
  text-shadow: none;
  top: 0;
  transition: color 0.3s ease;
}
.modal-header button.close-modal i,
.ui-widget-header button.close-modal i,
.modal-footer button.close-modal i,
.modal-header .ui-dialog-titlebar-close i,
.ui-widget-header .ui-dialog-titlebar-close i,
.modal-footer .ui-dialog-titlebar-close i {
  font-weight: bold;
}
.modal-header button.close-modal:hover,
.ui-widget-header button.close-modal:hover,
.modal-footer button.close-modal:hover,
.modal-header .ui-dialog-titlebar-close:hover,
.ui-widget-header .ui-dialog-titlebar-close:hover,
.modal-footer .ui-dialog-titlebar-close:hover {
  color: #bebebe;
}
.ui-widget-header {
  padding: 0.5em;
}
.ui-widget-header .ui-dialog-title {
  color: readableColor(#fff);
  display: inline-block;
  height: 100%;
}
.modal-header {
  display: none;
}
.ui-dialog-content {
  overflow-y: auto;
}
.modal-body {
  background-color: #fff;
  color: #333;
  height: 100%;
  overflow-y: auto;
  padding: 0.5em;
  position: relative;
}
.modal-body.blank-dialog {
  background: none;
  overflow: inherit;
}
.modal-body .alert {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.modal-body.confirmation {
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
.modal-body.confirmation strong {
  font-weight: bold;
}
.modal-body.confirmation p {
  margin-bottom: 0;
  text-align: center;
}
.modal-body table {
  margin: 0 auto;
}
.modal-body .button-bar button,
.modal-body .button-bar .button {
  font-size: 1.2em;
  margin-right: 0.5em;
}
.modal-body .button-bar button:last-child,
.modal-body .button-bar .button:last-child {
  margin-right: 0;
}
.modal-body input[type=text],
.modal-body input[type=password],
.modal-body textarea {
  color: $textColor;
  margin-right: 1em;
  padding: 0 0.5em;
  transition: border-color 0.4s ease;
}
.modal-body input[type=text].disabled,
.modal-body input[type=password].disabled,
.modal-body textarea.disabled,
.modal-body input[type=text]:disabled,
.modal-body input[type=password]:disabled,
.modal-body textarea:disabled {
  background-color: #fff;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.modal-body textarea {
  height: 38px;
}
.modal-body table button .shane-awesome,
.modal-body table .button .shane-awesome {
  position: relative;
}
.actions input[type=text],
.actions input[type=password],
.actions textarea {
  height: 38px;
  margin-right: 1em;
  padding: 0 0.5em;
  transition: border-color 0.4s ease;
}
.actions input[type=text]:focus,
.actions input[type=password]:focus,
.actions textarea:focus {
  border-color: #000;
}
.modal-footer {
  background-color: #f3f3f3;
  border-bottom: none;
  font-size: 1.4em;
  padding: 0.5em;
  text-align: center;
/*button,
	.button
		margin-left: 1em;
		text-transform: none;
	&.confirmation
		padding: .5em;
		text-align: center;*/
}
.modal-footer.no-background {
  background: none transparent;
}
.modal-footer button,
.modal-footer .button {
  margin-left: 1em;
}
.modal-footer button:first-child,
.modal-footer .button:first-child {
  margin-left: 0;
}
.modal-footer .button-sub-text {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.modal-footer a {
  display: inline-block;
}
.modal-footer a.nobutton {
  margin-left: 1em;
}
.modal-backdrop {
  opacity: 0.9;
}
.no-padding .modal-body {
  padding: 0;
}
.headless-dialog {
  font-size: 16px;
  padding: 0;
}
.headless-dialog .ui-widget-header {
  border-bottom: 0;
  height: auto;
  line-height: normal;
  padding: 2em 0 0 0;
  text-align: center;
}
.headless-dialog .ui-widget-header .ui-dialog-titlebar-close {
  color: #3b404c;
  font-size: 26px;
  height: 27px;
  padding-top: 7px;
  vertical-align: top;
}
.headless-dialog .ui-widget-header .ui-dialog-titlebar-close .close-chat {
  font-weight: normal;
  vertical-align: inherit;
}
.headless-dialog .ui-widget-header .ui-dialog-titlebar-close .pcfont {
  vertical-align: baseline !important;
}
.headless-dialog .ui-dialog-title {
  font-size: 1.75em;
}
.headless-dialog .modal-body {
  padding-top: 0;
}
.headless-dialog .modal-body h2 {
  text-align: center;
}
.headless-dialog .modal-body p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1em;
  padding: 0 4em;
  text-align: center;
}
.headless-dialog .modal-footer {
  background: none;
  margin-bottom: 25px;
}
.headless-dialog .modal-footer button,
.headless-dialog .modal-footer .button {
  background: none no-repeat center center;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-align: center;
}
.headless-dialog .modal-footer button.nobutton,
.headless-dialog .modal-footer .button.nobutton {
  background-color: #fff;
  border-color: #289aa0;
  color: #289aa0;
}
.headless-dialog .modal-footer button.nobutton:hover,
.headless-dialog .modal-footer .button.nobutton:hover {
  background-color: #289aa0;
  color: #fff;
}
.headless-dialog .modal-footer button.nobutton.black,
.headless-dialog .modal-footer .button.nobutton.black {
  border-color: #3b404c;
  color: #3b404c;
}
.headless-dialog .modal-footer button.nobutton.black:hover,
.headless-dialog .modal-footer .button.nobutton.black:hover {
  background-color: #3b404c;
  color: #fff;
}
.headless-dialog .modal-footer button.primary,
.headless-dialog .modal-footer .button.primary {
  background-color: #289aa0;
  color: #fff;
}
.headless-dialog .modal-footer button.primary:hover,
.headless-dialog .modal-footer .button.primary:hover {
  background-color: rgba(40,154,160,0.7);
}
.headless-dialog .modal-footer button .smaller-text,
.headless-dialog .modal-footer .button .smaller-text {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  text-align: center;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

.datepicker {
  background: transparent;
  border: none;
}
.datepicker--day-name {
  color: inherit;
}
.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
  background: transparent;
  border: none;
  color: #fd876b;
}
.datepicker--cell.-selected-,
.datepicker--cell.-focus-,
.datepicker--cell.-selected-.-focus-,
.datepicker--cell.-in-range-.-focus-,
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  background-color: #f3e6e0;
  border: 1px solid #fd876b;
  border-radius: 3em;
  color: #fd876b;
}
.datepicker--cell.-in-range-,
.datepicker--cell.-current-.-in-range- {
  background: transparent;
  color: #fd876b;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background: transparent;
  color: #ffd5cc;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #fd876b;
}
.datepicker--cell.-current- {
  color: inherit;
  font-weight: bold;
}
.datepicker--nav {
  display: flex !important;
  border-bottom: 1px solid #efefef !important;
  padding: 4px !important;
}
.awesome-copy .awesome-copy-tooltip {
  background-color: #676a6d;
  border-radius: 4px;
  bottom: -40px;
  color: #fff;
  font-size: 13px;
  height: 35px;
  left: 50%;
  line-height: 35px;
  margin-left: -85px;
  position: absolute;
  text-align: center;
  width: 170px;
  z-index: 2;
}
.awesome-copy .awesome-copy-tooltip:after {
  border-bottom: 20px solid #676a6d;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  top: -14px;
  width: 0;
}
.awesome-copy {
  width: 100% !important;
}
.awesome-copy textarea,
.awesome-copy input[type=text] {
  width: 100% !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@-webkit-keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.select2-container,
.apocalypse .select2-container {
  font-size: 15px;
  min-height: 32px !important;
}
.select2-container--default .select2-selection--single,
.apocalypse .select2-container--default .select2-selection--single {
  height: auto;
  min-height: 32px !important;
  border: 1px solid #d6d4d0;
  border-radius: 3px;
  padding: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.apocalypse .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAAHhJREFUCB1jtnH02SGnqH350YMbLxmQgINboI6MnOpkJiZWxsz////MtnX0cYbJ2zn5Ov359Wc2GyNrGSNI0N09VOjLzx9rmJgZ5/3//5/x/3+GBEYu3pAjW5e9BysAKXJISOD48+DNfAZGxn+8HApJ27dP/gkSBwAtjClvmVUf/gAAAABJRU5ErkJggg==) 50% 50% no-repeat;
  height: 100%;
  right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.apocalypse .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.apocalypse .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #289aa0;
}
.select2-container--open,
.apocalypse .select2-container--open {
  z-index: 2147483647;
}
.select2-container--open .select2-selection--single .select2-selection__arrow,
.apocalypse .select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-results__option,
.apocalypse .select2-results__option {
  font-size: 14px;
  margin-bottom: 0;
}
.select2-container .select-icon,
.apocalypse .select2-container .select-icon {
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 17px;
  border: 1px solid transparent;
  float: right;
}
.select2-selection,
.apocalypse .select2-selection {
  height: auto;
}
.select2-selection .select-icon,
.apocalypse .select2-selection .select-icon {
  position: absolute;
  right: 30px;
}
table .select2-container,
.apocalypse table .select2-container {
  vertical-align: middle;
  display: block;
}
table .select2-container .select2-selection,
.apocalypse table .select2-container .select2-selection {
  display: block;
}
.select2-container--inline-search,
.apocalypse .select2-container--inline-search {
  min-height: 32px;
}
.select2-container--inline-search.select2-container--open .select2-selection,
.apocalypse .select2-container--inline-search.select2-container--open .select2-selection {
  box-shadow: none !important;
}
.select2-container--inline-search.select2-container--open .select2-selection .select2-selection__arrow,
.apocalypse .select2-container--inline-search.select2-container--open .select2-selection .select2-selection__arrow {
  z-index: 9999;
}
.select2-container--inline-search .select2-dropdown,
.apocalypse .select2-container--inline-search .select2-dropdown {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  border-color: #66afe9;
  border-top-width: 0px !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  margin-top: -34px !important;
}
.select2-container--inline-search .select2-dropdown .select2-search,
.apocalypse .select2-container--inline-search .select2-dropdown .select2-search {
  padding: 0;
}
.select2-container--inline-search .select2-dropdown .select2-search .select2-search__field,
.apocalypse .select2-container--inline-search .select2-dropdown .select2-search .select2-search__field {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 6px 12px;
  height: 33px;
}
div.ui-slider {
  background-color: #d6d4d0;
  display: inline-block;
  height: 2px;
  position: relative;
  top: -1px;
  width: 100%;
}
.ui-slider .ui-slider-handle {
  background-color: #289aa0;
  border: solid 3px #289aa0;
  border-radius: 1em;
  cursor: default;
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 1;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider.ui-slider-disabled .ui-slider-handle {
  background-color: #e8e5df;
  border-color: #e8e5df;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 1em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.notification-alert {
  background: none transparent;
  border-radius: 4px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
  position: fixed;
  width: 350px;
  z-index: 6000;
}
.notification-alert .title {
  background-color: #353656;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  padding: 1em;
  position: relative;
  width: 100%;
}
.notification-alert .title .close-notification-alert {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 7px;
  top: 4px;
  transition: color 0.4s ease;
}
.notification-alert .title .close-notification-alert:hover {
  color: #f00;
}
.notification-alert .body {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #293a4a;
  max-height: 400px;
  overflow-y: auto;
  padding: 1em;
}
.notification-alert .body * {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.notification-alert .body img {
  height: auto;
  max-width: 100%;
}

