/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, app/assets/stylesheets/pulse/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 94, app/assets/stylesheets/pulse/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 107, app/assets/stylesheets/pulse/_reset.scss */
body {
  line-height: 1;
}

/* line 111, app/assets/stylesheets/pulse/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 115, app/assets/stylesheets/pulse/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 122, app/assets/stylesheets/pulse/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/*$link-color:#168ae0;*/
/* e.g confirmation dialog */
/* line 13, app/shared_client_server/shared-styles/loader/loader-component.scss */
.content .monday-loader-wrapper,
.broadcast-component .monday-loader-wrapper,
.ReactModal__Content .monday-loader-wrapper,
.dialog-node .monday-loader-wrapper,
.slide-panel-content .monday-loader-wrapper,
.learning-center-component .monday-loader-wrapper,
.automations-center-component .monday-loader-wrapper,
.first-level-content .monday-loader-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 25, app/shared_client_server/shared-styles/loader/loader-component.scss */
.content .monday-loader-wrapper img.monday-loader-img,
.broadcast-component .monday-loader-wrapper img.monday-loader-img,
.ReactModal__Content .monday-loader-wrapper img.monday-loader-img,
.dialog-node .monday-loader-wrapper img.monday-loader-img,
.slide-panel-content .monday-loader-wrapper img.monday-loader-img,
.learning-center-component .monday-loader-wrapper img.monday-loader-img,
.automations-center-component .monday-loader-wrapper img.monday-loader-img,
.first-level-content .monday-loader-wrapper img.monday-loader-img {
  width: 90px;
  height: 90px;
  content: var(--monday-loader-gif-path);
}

/* line 31, app/shared_client_server/shared-styles/loader/loader-component.scss */
.content .monday-loader-wrapper .loader-text,
.broadcast-component .monday-loader-wrapper .loader-text,
.ReactModal__Content .monday-loader-wrapper .loader-text,
.dialog-node .monday-loader-wrapper .loader-text,
.slide-panel-content .monday-loader-wrapper .loader-text,
.learning-center-component .monday-loader-wrapper .loader-text,
.automations-center-component .monday-loader-wrapper .loader-text,
.first-level-content .monday-loader-wrapper .loader-text {
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}

/* line 37, app/shared_client_server/shared-styles/loader/loader-component.scss */
.content .monday-loader-wrapper .monday-loader-css,
.broadcast-component .monday-loader-wrapper .monday-loader-css,
.ReactModal__Content .monday-loader-wrapper .monday-loader-css,
.dialog-node .monday-loader-wrapper .monday-loader-css,
.slide-panel-content .monday-loader-wrapper .monday-loader-css,
.learning-center-component .monday-loader-wrapper .monday-loader-css,
.automations-center-component .monday-loader-wrapper .monday-loader-css,
.first-level-content .monday-loader-wrapper .monday-loader-css {
  -webkit-animation: monday-loader-spin-animation 0.8s linear infinite;
  animation: monday-loader-spin-animation 0.8s linear infinite;
  border: 5px solid #ddd;
  border-top: 5px solid #00c875;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  margin-bottom: 8px;
}

@keyframes monday-loader-spin-animation {
  to {
    border-top-color: #00c875;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes monday-loader-spin-animation {
  to {
    border-top-color: #00c875;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 9, app/assets/stylesheets/pulse/_layout.scss */
.zopim {
  z-index: 9999999999 !important;
}

@media print {
  /* line 14, app/assets/stylesheets/pulse/_layout.scss */
  html {
    overflow: visible !important;
    height: auto !important;
  }
  /* line 19, app/assets/stylesheets/pulse/_layout.scss */
  #content {
    max-height: none !important;
  }
}

@media (min-width: 769px) {
  /* line 25, app/assets/stylesheets/pulse/_layout.scss */
  html {
    overflow: hidden;
    height: 100%;
  }
}

/* line 32, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  border-radius: 100px;
}

/* line 38, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content::-webkit-scrollbar-track {
  border-radius: 100px;
}

/* line 42, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

/* line 47, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content::-webkit-scrollbar-thumb:hover {
  background-color: #b2b2b2;
  border-radius: 10px;
}

/* line 52, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content .first-level-content {
  height: 100%;
}

/* line 59, app/assets/stylesheets/pulse/_layout.scss */
.dropdown-menu-portal-container > div {
  z-index: 100000999;
}

/* line 66, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #main_container,
body#main.mobile_app #main_container {
  top: 0 !important;
}

/* line 69, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content_wrapper,
body#main.mobile_app #content_wrapper {
  left: 0px !important;
}

/* line 72, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #support_list,
body#main.mobile_app #support_list {
  display: none !important;
}

/* line 75, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content,
body#main.mobile_app #content {
  margin-top: 0px;
}

/* line 78, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board .back_to_project,
body#main.mobile_app .back_to_project {
  display: none !important;
}

/* line 81, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board .user_update_title_header,
body#main.mobile_app .user_update_title_header {
  display: none !important;
}

/* line 84, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content.content,
body#main.mobile_app #content.content {
  padding-top: 0px !important;
}

/* line 92, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content.content .board-wrapper .board-header .board-header-content-wrapper .board-filter.with-add-batch-pulses-button .add-batch-of-pulses-from-filter-button-wrapper,
body#main.mobile_app #content.content .board-wrapper .board-header .board-header-content-wrapper .board-filter.with-add-batch-pulses-button .add-batch-of-pulses-from-filter-button-wrapper {
  display: none;
}

/* line 96, app/assets/stylesheets/pulse/_layout.scss */
body#main.embeded_board #content.content .board-wrapper .board-header .board-header-content-wrapper .board-filter.with-add-batch-pulses-button .advanced-filter .advanced-filter-dialog,
body#main.embeded_board #content.content .board-wrapper .board-header .board-header-content-wrapper .board-filter.with-add-batch-pulses-button .advanced-filter .advanced-filter-dialog_v2,
body#main.mobile_app #content.content .board-wrapper .board-header .board-header-content-wrapper .board-filter.with-add-batch-pulses-button .advanced-filter .advanced-filter-dialog,
body#main.mobile_app #content.content .board-wrapper .board-header .board-header-content-wrapper .board-filter.with-add-batch-pulses-button .advanced-filter .advanced-filter-dialog_v2 {
  left: 50px;
}

/* line 109, app/assets/stylesheets/pulse/_layout.scss */
h1 {
  line-height: 1;
  margin-bottom: 0.5em;
}

/* line 113, app/assets/stylesheets/pulse/_layout.scss */
h2 {
  margin-bottom: 0.75em;
}

/* line 116, app/assets/stylesheets/pulse/_layout.scss */
h3 {
  line-height: 1;
  margin-bottom: 1em;
}

/* line 120, app/assets/stylesheets/pulse/_layout.scss */
h4 {
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 124, app/assets/stylesheets/pulse/_layout.scss */
h5 {
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 128, app/assets/stylesheets/pulse/_layout.scss */
h6 {
  font-weight: bold;
}

/* line 133, app/assets/stylesheets/pulse/_layout.scss */
#content_wrapper .content::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

/* line 139, app/assets/stylesheets/pulse/_layout.scss */
#content_wrapper .content::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* line 143, app/assets/stylesheets/pulse/_layout.scss */
#content_wrapper .content::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

/* line 149, app/assets/stylesheets/pulse/_layout.scss */
body#main {
  font-family: var(--font-family);
  font-weight: var(--font-weight-light);
  line-height: 1.5;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

/* line 157, app/assets/stylesheets/pulse/_layout.scss */
body#main.global-brand-font {
  font-weight: var(--font-weight-normal);
  --font-family: Figtree, Roboto, Noto Sans Hebrew, Noto Kufi Arabic, Noto Sans JP, sans-serif;
  --title-font-family: Poppins, Roboto, Noto Sans Hebrew, Noto Kufi Arabic, Noto Sans JP, sans-serif;
  --font-h1: var(--font-weight-bold) var(--font-size-h1) / var(--font-line-height-h1) var(--title-font-family);
  --font-h2: var(--font-weight-bold) var(--font-size-h2) / var(--font-line-height-h2) var(--title-font-family);
  --font-h3: var(--font-weight-light) var(--font-size-h3) / var(--font-line-height-h3) var(--title-font-family);
  --font-h4: var(--font-weight-bold) var(--font-size-h4) / var(--font-line-height-h4) var(--title-font-family);
  --font-h5: var(--font-weight-bold) var(--font-size-h5) / var(--font-line-height-h5) var(--font-family);
  --font-general-label: var(--font-weight-normal) var(--font-size-general-label) /
      var(--font-line-height-general-label) var(--font-family);
  --font-paragraph: var(--font-weight-normal) var(--font-size-paragraph) / var(--font-line-height-paragraph)
      var(--font-family);
  --font-subtext: var(--font-weight-normal) var(--font-size-subtext) / var(--font-line-height-subtext)
      var(--font-family);
}

/* line 174, app/assets/stylesheets/pulse/_layout.scss */
body#main.body-contrast-layout {
  --layout-border-color: var(--ui-border-color) !important;
}

/* line 179, app/assets/stylesheets/pulse/_layout.scss */
body#main.dragging-slidepanel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: col-resize !important;
}

/* line 183, app/assets/stylesheets/pulse/_layout.scss */
body#main.dragging-slidepanel .slide-panel-resizer {
  opacity: 1 !important;
}

/* line 187, app/assets/stylesheets/pulse/_layout.scss */
body#main.dragging-slidepanel .slide-panel-overlay {
  background: rgba(41, 47, 76, 0.5) !important;
}

/* line 194, app/assets/stylesheets/pulse/_layout.scss */
body#main.fancybox_fix {
  overflow-y: visible;
}

/* line 198, app/assets/stylesheets/pulse/_layout.scss */
body#main .leftnav {
  width: 252px;
}

/* line 201, app/assets/stylesheets/pulse/_layout.scss */
body#main .leftnav .logo {
  background-size: contain;
}

/* line 205, app/assets/stylesheets/pulse/_layout.scss */
body#main .leftnav.mobile-menu {
  overflow: visible;
}

/* line 210, app/assets/stylesheets/pulse/_layout.scss */
body#main #content {
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  background: #fff;
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  opacity: 1 !important;
}

/* line 220, app/assets/stylesheets/pulse/_layout.scss */
body#main #content.with_transition {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* line 224, app/assets/stylesheets/pulse/_layout.scss */
body#main #content .switch_inbox {
  position: fixed;
  bottom: 28px;
  right: 100px;
  font-size: 15px;
  z-index: 5;
}

/* line 231, app/assets/stylesheets/pulse/_layout.scss */
body#main #content .switch_inbox .inbox_first_time_tip {
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 500px;
  background: #fff;
  border: 1px var(--border-style) #e0e0e0;
  border-top: 2px solid #66ccf5;
  padding: var(--spacing-large);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

/* line 243, app/assets/stylesheets/pulse/_layout.scss */
body#main #content .switch_inbox .inbox_first_time_tip .close_tip {
  margin-top: 12px;
  float: right;
  background: #0fa2e2;
  padding: 3px 14px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
}

/* line 252, app/assets/stylesheets/pulse/_layout.scss */
body#main #content .switch_inbox .inbox_first_time_tip .close_tip:hover {
  text-decoration: none;
  background: #007eb5;
}

/* line 258, app/assets/stylesheets/pulse/_layout.scss */
body#main #content .switch_inbox .inbox_first_time_tip h1 {
  margin-bottom: 15px;
  font-size: 1.6em;
}

/* line 276, app/assets/stylesheets/pulse/_layout.scss */
body#main #content .switch_inbox .back_to {
  display: block;
  text-decoration: none;
  color: #0fa2e2;
  background: #fff;
  width: 100%;
  padding: var(--spacing-xs) 12px;
  border-radius: 50px;
  border: 1px var(--border-style) #0fa2e2;
}

/* line 286, app/assets/stylesheets/pulse/_layout.scss */
body#main #content .switch_inbox .back_to:hover {
  text-decoration: none;
  background: #0fa2e2;
  color: #fff;
}

/* line 296, app/assets/stylesheets/pulse/_layout.scss */
body#main .content .monday-loader-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 308, app/assets/stylesheets/pulse/_layout.scss */
body#main .content .monday-loader-wrapper img {
  width: 90px;
  height: 90px;
}

/* line 313, app/assets/stylesheets/pulse/_layout.scss */
body#main .content .monday-loader-wrapper .loader-text {
  font-size: 18px;
  font-weight: var(--font-weight-normal);
  color: #808080;
}

/* line 319, app/assets/stylesheets/pulse/_layout.scss */
body#main .content .monday-loader-wrapper .monday-loader-css {
  -webkit-animation: monday-loader-spin-animation 1s linear infinite;
  animation: monday-loader-spin-animation 1s linear infinite;
  border: 5px var(--border-style) #ddd;
  border-top: 5px solid #00c875;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  margin-bottom: var(--spacing-small);
}

@keyframes monday-loader-spin-animation {
  to {
    border-top-color: #00c875;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes monday-loader-spin-animation {
  to {
    border-top-color: #00c875;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 349, app/assets/stylesheets/pulse/_layout.scss */
body#main .content .loader_wrapper {
  text-align: center;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
}

/* line 360, app/assets/stylesheets/pulse/_layout.scss */
body#main .content .loader_wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 367, app/assets/stylesheets/pulse/_layout.scss */
body#main .content .loader_wrapper .dapulse_loader {
  vertical-align: middle;
  bottom: 50px;
}

/* line 374, app/assets/stylesheets/pulse/_layout.scss */
body#main #mobile_loader {
  position: absolute;
  background-image: url(https://cdn.monday.com/images/ajax_spinner_larger.gif);
  z-index: 99999;
  left: 50%;
  top: 200px;
  margin-left: -16px;
  display: none;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

/* line 390, app/assets/stylesheets/pulse/_layout.scss */
body#main #content_wrapper {
  margin: 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 230px;
  background-color: #fff;
}

/* line 402, app/assets/stylesheets/pulse/_layout.scss */
body#main #content_wrapper.old-leftpane {
  left: 252px;
}

/* line 406, app/assets/stylesheets/pulse/_layout.scss */
body#main #content_wrapper h1.no_board_message {
  margin: 200px auto;
  text-align: center;
  color: #a2a2a2;
}

/* line 416, app/assets/stylesheets/pulse/_layout.scss */
.old-leftpane #header .content {
  margin-left: 250px !important;
  background: #f7f7f7 !important;
}

/* line 421, app/assets/stylesheets/pulse/_layout.scss */
.old-leftpane #header .leftnav {
  background: #eeeeee !important;
  width: 250px !important;
}

/* line 429, app/assets/stylesheets/pulse/_layout.scss */
body#main #header {
  background: #eee;
  position: relative;
  margin-bottom: 0px;
  height: 65px;
  font-size: 15px;
  z-index: 10;
  border-bottom: 1px solid #c4c4c4;
  left: 0;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

/* line 441, app/assets/stylesheets/pulse/_layout.scss */
body#main #header.all-boards-in {
  left: 420px;
}

/* line 445, app/assets/stylesheets/pulse/_layout.scss */
body#main #header .content {
  display: block;
  padding-top: 10px;
  padding-left: var(--spacing-small);
  border-bottom: 1px solid #e0e0e0;
  height: 65px;
  background: #ffffff;
  margin-left: 230px;
}

/* line 455, app/assets/stylesheets/pulse/_layout.scss */
body#main #header .leftnav {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 65px;
  background: #f7f7f7;
  width: 230px;
  border-right: 0;
}

/* line 467, app/assets/stylesheets/pulse/_layout.scss */
body#main #header_wrapper {
  position: relative;
  display: block;
}

/* line 472, app/assets/stylesheets/pulse/_layout.scss */
body#main .header_mini_navigation {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

/* line 478, app/assets/stylesheets/pulse/_layout.scss */
body#main .header_mini_navigation > li {
  display: inline-block;
  vertical-align: top;
}

/* line 482, app/assets/stylesheets/pulse/_layout.scss */
body#main .header_mini_navigation > li a {
  padding: 6px;
  display: inline-block;
}

/* line 487, app/assets/stylesheets/pulse/_layout.scss */
body#main .header_mini_navigation > li .separator {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  margin: 5px 10px 0px 0px;
  border-right: 1px solid #dfdfdf;
}

/* line 496, app/assets/stylesheets/pulse/_layout.scss */
body#main .header_mini_navigation #users {
  font-size: 24px;
  margin-right: var(--spacing-small);
}

/* line 500, app/assets/stylesheets/pulse/_layout.scss */
body#main .header_mini_navigation #users a {
  display: inline-block;
  color: #000;
  vertical-align: top;
  margin-top: -7px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 509, app/assets/stylesheets/pulse/_layout.scss */
body#main .header_mini_navigation #users a:hover {
  text-decoration: none;
}

/* line 512, app/assets/stylesheets/pulse/_layout.scss */
body#main .header_mini_navigation #users a:hover:not(.guest-disable) {
  color: #0fa2e2;
}

/* line 518, app/assets/stylesheets/pulse/_layout.scss */
body#main .header_mini_navigation #users .icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}

/* line 526, app/assets/stylesheets/pulse/_layout.scss */
body#main #main_container {
  position: absolute;
  top: 64px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 535, app/assets/stylesheets/pulse/_layout.scss */
body#main #main_container.all-boards-in {
  left: 420px;
}

/* line 539, app/assets/stylesheets/pulse/_layout.scss */
body#main #main_container.with-top-reminder {
  top: 104px;
}

/* line 542, app/assets/stylesheets/pulse/_layout.scss */
body#main #main_container.with-top-reminder .pulse_head.floating {
  -webkit-transform: translate3d(0, 40px, 0) !important;
          transform: translate3d(0, 40px, 0) !important;
}

/* line 547, app/assets/stylesheets/pulse/_layout.scss */
body#main #main_container.embedded-item-view-main-container {
  top: 0;
}

/* line 552, app/assets/stylesheets/pulse/_layout.scss */
body#main #main_container .leftnav {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: #eeeeee;
  border-right: 2px solid transparent;
}

/* line 561, app/assets/stylesheets/pulse/_layout.scss */
body#main #main_container .content_shadow_decoration {
  position: relative;
  z-index: 10010;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(80, 80, 80, 0.35) inset;
          box-shadow: 0px 10px 10px -10px rgba(80, 80, 80, 0.35) inset;
  height: 20px;
  margin-bottom: -20px;
  width: 100%;
  pointer-events: none;
}

/* line 581, app/assets/stylesheets/pulse/_layout.scss */
body#main.slide_panel_open #main_container .search_content {
  margin-right: 540px !important;
}

/* line 585, app/assets/stylesheets/pulse/_layout.scss */
body#main.slide_panel_open #main_container .search_content .search_page .results {
  margin-right: 0px !important;
}

/* line 589, app/assets/stylesheets/pulse/_layout.scss */
body#main.slide_panel_open #main_container .search_content .search_page .search_filter {
  display: none !important;
}

/* line 595, app/assets/stylesheets/pulse/_layout.scss */
body#main.slide_panel_open #devtools {
  right: 640px;
}

/* line 601, app/assets/stylesheets/pulse/_layout.scss */
.overlay {
  bottom: 0;
  right: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/* line 616, app/assets/stylesheets/pulse/_layout.scss */
#main_container.expired,
#header.expired {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

/* line 622, app/assets/stylesheets/pulse/_layout.scss */
body#main #header.trello-controller {
  z-index: 999999;
}

/* line 627, app/assets/stylesheets/pulse/_layout.scss */
body .redactor_air {
  position: absolute;
  z-index: 200;
}

/* line 633, app/assets/stylesheets/pulse/_layout.scss */
body#main #content_wrapper .two_edit_column .part_left,
body#main #content_wrapper .two_edit_column .part_right {
  padding: 0;
  margin: 30px;
}

/* line 639, app/assets/stylesheets/pulse/_layout.scss */
body#main #content_wrapper .two_edit_column .part_left {
  margin-top: 25px;
}

/* line 645, app/assets/stylesheets/pulse/_layout.scss */
div#fancybox-buttons.top {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}

/* line 651, app/assets/stylesheets/pulse/_layout.scss */
div#fancybox-buttons ul {
  font-size: 13px;
}

/* line 655, app/assets/stylesheets/pulse/_layout.scss */
div#fancybox-buttons a:hover {
  color: #fff;
}

/* line 661, app/assets/stylesheets/pulse/_layout.scss */
#desktop_notifications_reminder .upgrade:hover {
  cursor: default;
}

/* line 665, app/assets/stylesheets/pulse/_layout.scss */
#desktop_notifications_reminder .desktop-notifications-button {
  margin-left: var(--spacing-medium);
  margin-top: -2px;
}

/* line 669, app/assets/stylesheets/pulse/_layout.scss */
#desktop_notifications_reminder .desktop-notifications-button.btn.btn-primary {
  height: 30px;
  line-height: 6px;
}

/* line 676, app/assets/stylesheets/pulse/_layout.scss */
#notification-popup-box {
  position: relative;
}

/* line 680, app/assets/stylesheets/pulse/_layout.scss */
#permission_popup_wrapper {
  z-index: 11000;
  right: 22px;
  top: 21px;
  position: absolute;
}

/* line 687, app/assets/stylesheets/pulse/_layout.scss */
.permission_popup {
  background: #0fa2e2;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.5);
  height: 78px;
  width: 475px;
  text-align: center;
  padding: 30px;
  font-size: 16px;
  color: white;
  position: relative;
}

/* line 699, app/assets/stylesheets/pulse/_layout.scss */
.close-popup {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
  bottom: 29px;
  left: 91.8%;
}

/* line 706, app/assets/stylesheets/pulse/_layout.scss */
.close-popup:hover {
  color: black;
}

/* line 711, app/assets/stylesheets/pulse/_layout.scss */
#permission-warning-message {
  max-width: 500px;
  padding-bottom: 15px;
}

/* line 716, app/assets/stylesheets/pulse/_layout.scss */
.arrow-up {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #0fa2e2;
  bottom: 14px;
  right: 27px;
  position: relative;
}

/* line 725, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 40px;
  background-color: #333;
  text-align: center;
  position: relative;
  line-height: 40px;
  z-index: 2000;
  overflow: hidden;
}

/* line 735, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar.reminder-bar-promotion {
  background-color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: var(--spacing-xs) 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
}

/* line 744, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar.reminder-bar-promotion .payment-x {
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
  height: 100%;
  top: 0;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}

/* line 756, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar.reminder-bar-promotion .payment-x:hover {
  color: #f1f1f1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 761, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar.reminder-bar-promotion .payment-x .icon-dapulse-close {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 766, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar.reminder-bar-promotion .fancybox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 771, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar.reminder-bar-promotion .fancybox .promotion-text {
  margin-right: var(--spacing-small);
}

/* line 777, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar.closed {
  height: 0px;
  padding: 0px;
}

/* line 782, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder-bar-promotion-text {
  margin-right: var(--spacing-medium);
}

/* line 787, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder_bar_promotion_btn:not(.fake_element) {
  background-color: #0085FF;
  border-radius: 15rem;
  color: #fff;
  padding: var(--spacing-small) var(--spacing-large);
  border: none;
}

/* line 794, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder_bar_promotion_btn:not(.fake_element) .icon-dapulse-rightstroke {
  display: none;
}

/* line 798, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder_bar_promotion_btn:not(.fake_element) .btn_label {
  height: auto;
}

/* line 802, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder_bar_promotion_btn:not(.fake_element):hover {
  background-color: white;
  color: black;
}

/* line 808, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder_bar_btn {
  text-align: center;
  height: 25px;
  color: white;
  background-color: transparent;
  border: 1px var(--border-style) white;
  margin-top: -3px;
  margin-left: 23px;
}

/* line 813, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder_bar_btn span.icon {
  position: relative;
  top: -5px;
  font-size: 13px;
}

/* line 819, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder_bar_btn span.btn_label {
  position: relative;
  bottom: 5px;
}

/* line 829, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder_bar_btn:hover {
  cursor: pointer;
}

/* line 832, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar .reminder_bar_btn:hover .reminder_bar_btn {
  background-color: white;
  color: black;
}

/* line 839, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade {
  display: block;
  color: white;
}

/* line 843, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade:hover {
  cursor: pointer;
}

/* line 846, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade:hover .upgrade_trial_btn {
  background-color: white;
  color: black;
}

/* line 851, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade:hover .reminder_bar_btn {
  background-color: white;
  color: black;
}

/* line 857, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade span.upgrade_today {
  color: white;
}

/* line 861, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade .upgrade_trial_btn {
  text-align: center;
  height: 28px;
  background-color: transparent;
  border: 1px var(--border-style) white;
  margin-top: -3px;
  margin-left: 8px;
}

/* line 865, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade .upgrade_trial_btn span.icon {
  position: relative;
  top: -5px;
  font-size: 13px;
}

/* line 871, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade .upgrade_trial_btn span.upgrade-now {
  position: relative;
  bottom: 5px;
}

/* line 882, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade span.payment-x {
  font-size: 17px;
  top: 2px;
  right: 10px;
  position: absolute;
  color: white;
}

/* line 889, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade span.payment-x:hover {
  font-size: 19px;
}

/* line 892, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade span.payment-x:hover ~ .upgrade_trial_btn {
  background-color: transparent !important;
  color: white !important;
}

/* line 899, app/assets/stylesheets/pulse/_layout.scss */
.reminder-bar div.upgrade span.days-counter {
  background-color: #f65f7c;
  color: black;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  line-height: 21px;
  padding-left: 1px;
}

/* line 915, app/assets/stylesheets/pulse/_layout.scss */
#pulse_bar.nano {
  width: 100%;
  height: 100%;
}

/* line 920, app/assets/stylesheets/pulse/_layout.scss */
#pulse_bar .left_nav_footer_padding {
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

/* line 929, app/assets/stylesheets/pulse/_layout.scss */
.nano .nano-pane {
  background: transparent;
  width: 6px;
  right: 1px;
  margin-top: 2px;
}

/* line 935, app/assets/stylesheets/pulse/_layout.scss */
.nano .nano-pane .nano-slider {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  -webkit-transition: height 0.05s ease-in-out;
  transition: height 0.05s ease-in-out;
  opacity: 0.5;
}

/* line 944, app/assets/stylesheets/pulse/_layout.scss */
.freezing_left_pane_button_wrapper {
  position: absolute;
  right: 5px;
  top: 24px;
}

/* line 949, app/assets/stylesheets/pulse/_layout.scss */
.freezing_left_pane_button_wrapper .freezing_left_pane_button {
  text-decoration: none;
}

/* line 955, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.account-read-only {
  opacity: 0.5;
}

@media (min-width: 769px) {
  /* line 961, app/assets/stylesheets/pulse/_layout.scss */
  #main_wrapper #main_container .leftnav {
    -webkit-transition: margin var(--motion-productive-long) ease;
    transition: margin var(--motion-productive-long) ease;
  }
  /* line 964, app/assets/stylesheets/pulse/_layout.scss */
  #main_wrapper #main_container #content_wrapper {
    -webkit-transition: left var(--motion-productive-long) ease;
    transition: left var(--motion-productive-long) ease;
  }
}

/* line 970, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper #main_container #content_wrapper .pulse_list_content .pulse_group .pulse_head.floating {
  will-change: width;
  -webkit-transition: width var(--motion-productive-long) ease;
  transition: width var(--motion-productive-long) ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 976, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper #main_container #content_wrapper.fullscreen {
  left: 0 !important;
}

/* line 979, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper #main_container #content_wrapper.fullscreen #content {
  width: 100%;
}

/* line 983, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper #main_container #content_wrapper.fullscreen .first_column {
  cursor: default !important;
}

/* line 987, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper #main_container #content_wrapper.fullscreen .pulse_list_content .pulse_group .pulse_head.floating {
  -webkit-transform: translateY(-65px) !important;
      -ms-transform: translateY(-65px) !important;
          transform: translateY(-65px) !important;
}

/* line 996, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper .header_mini_navigation > li .separator.search-separator {
  display: none;
}

/* line 1002, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper .header_mini_navigation > li .separator.search-separator {
  display: none;
}

/* line 1007, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board .header_mini_navigation > li .separator.search-separator {
  display: inline-block;
}

/* line 1013, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #header #header_wrapper .users-list-container {
  margin-right: 5px;
}

/* line 1020, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .search_icon {
  pointer-events: none;
  cursor: pointer;
  color: #9a9a9a;
  right: 10px;
}

/* line 1028, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input {
  width: 30px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer;
}

/* line 1033, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input::-webkit-input-placeholder {
  opacity: 0;
}
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input::-moz-placeholder {
  opacity: 0;
}
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input:-ms-input-placeholder {
  opacity: 0;
}
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input::-ms-input-placeholder {
  opacity: 0;
}
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input::placeholder {
  opacity: 0;
}

/* line 1037, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input:hover {
  border-color: #0fa2e2;
}

/* line 1041, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input:focus {
  width: 290px;
  cursor: text;
}

/* line 1045, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input:focus::-webkit-input-placeholder {
  opacity: 1;
}
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input:focus::-moz-placeholder {
  opacity: 1;
}
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input:focus:-ms-input-placeholder {
  opacity: 1;
}
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input:focus::-ms-input-placeholder {
  opacity: 1;
}
#main_wrapper.light-board #header #header_wrapper .search_wrapper:not(.opened) #top_project_finder .twitter-typeahead input:focus::placeholder {
  opacity: 1;
}

/* line 1056, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board .advanced-filter-button-container {
  left: 225px;
}

/* line 1062, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #main_container #content_wrapper .board-header-top {
  display: none;
}

/* line 1066, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #main_container #content_wrapper .board-actions > :not(.board-menu) {
  visibility: hidden;
}

/* line 1070, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #main_container #content_wrapper .board-description {
  display: none;
}

/* line 1075, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #main_container #content_wrapper .board-filter .advanced-filter-button-container {
  left: 225px;
}

/* line 1079, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #main_container #content_wrapper .board-filter .advanced-filter-dialog {
  left: 0;
}

/* line 1083, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #main_container #content_wrapper .board-filter .advanced-filter-dialog_v2 {
  left: 0px;
}

/* line 1087, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #main_container #content_wrapper .board-filter .collapse-all-groups {
  display: none;
}

/* line 1091, app/assets/stylesheets/pulse/_layout.scss */
#main_wrapper.light-board #main_container #content_wrapper .board-filter .person-select {
  visibility: hidden;
}

@media (min-width: 768px) {
  /* line 1104, app/assets/stylesheets/pulse/_layout.scss */
  #main_wrapper.collapse-leftpane .freezing_left_pane_button .icon {
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  /* line 1115, app/assets/stylesheets/pulse/_layout.scss */
  #main_wrapper.collapse-leftpane #main_container .leftnav {
    margin-left: -200px;
  }
  /* line 1118, app/assets/stylesheets/pulse/_layout.scss */
  #main_wrapper.collapse-leftpane #main_container .leftnav .add_new_board_btn,
#main_wrapper.collapse-leftpane #main_container .leftnav .prevent_new_board_btn {
    display: none;
  }
  /* line 1124, app/assets/stylesheets/pulse/_layout.scss */
  #main_wrapper.collapse-leftpane #main_container #content_wrapper {
    left: 0px !important;
  }
  /* line 1127, app/assets/stylesheets/pulse/_layout.scss */
  #main_wrapper.collapse-leftpane #main_container #content_wrapper .search_menu {
    left: 0px !important;
  }
}

@media screen and (min-width: 769px) {
  /* line 1139, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header #header_wrapper {
    left: 0 !important;
  }
  /* line 1143, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header .menu-btn {
    display: none !important;
  }
  /* line 1148, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_container .leftnav {
    left: 0 !important;
  }
  /* line 1152, app/assets/stylesheets/pulse/_layout.scss */
  body#main .site-overlay {
    display: none !important;
  }
}

@media (min-width: 1401px) {
  /* line 1160, app/assets/stylesheets/pulse/_layout.scss */
  body#main #content_wrapper.old-leftpane {
    left: 250px !important;
  }
  /* line 1169, app/assets/stylesheets/pulse/_layout.scss */
  #main_wrapper.freezing_leftpane #main_container .leftnav, #main_wrapper.freezing_leftpane_by_slide_pannel #main_container .leftnav {
    margin-left: -250px;
  }
}

@media (max-width: 1400px) and (min-width: 769px) {
  /* line 1178, app/assets/stylesheets/pulse/_layout.scss */
  #header .leftnav .logo {
    width: 155px;
    height: 38px;
    top: 15px;
  }
  /* line 1183, app/assets/stylesheets/pulse/_layout.scss */
  .leftpane-placeholder-component {
    width: 202px !important;
  }
  /* line 1188, app/assets/stylesheets/pulse/_layout.scss */
  .leftpane-placeholder-component .boards-placeholder-container .leftpane-placeholder-item-component.xl {
    width: 145px !important;
  }
  /* line 1192, app/assets/stylesheets/pulse/_layout.scss */
  .leftpane-placeholder-component .boards-placeholder-container .leftpane-placeholder-item-component.l {
    width: 140px !important;
  }
  /* line 1196, app/assets/stylesheets/pulse/_layout.scss */
  .leftpane-placeholder-component .boards-placeholder-container .leftpane-placeholder-item-component.s {
    width: 50px !important;
  }
  /* line 1203, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_wrapper.old-leftpane #content_wrapper {
    left: 200px;
  }
  /* line 1207, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_wrapper.old-leftpane .leftnav {
    width: 202px !important;
  }
  /* line 1212, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_wrapper.old-leftpane #header .leftnav {
    width: 200px !important;
  }
  /* line 1216, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_wrapper.old-leftpane #header .content {
    margin-left: 200px !important;
  }
  /* line 1221, app/assets/stylesheets/pulse/_layout.scss */
  #pulse_bar .share_boards_wrapper h4,
#pulse_bar .private_boards_wrapper h4 {
    padding-left: var(--spacing-small) !important;
  }
  /* line 1226, app/assets/stylesheets/pulse/_layout.scss */
  .pulse_list_bar .pulse_list_title {
    padding-left: 12px !important;
  }
  /* line 1231, app/assets/stylesheets/pulse/_layout.scss */
  #pulse_bar ul li a,
#pulse_bar ul li .folder_wrapper {
    font-size: 14px !important;
  }
  /* line 1235, app/assets/stylesheets/pulse/_layout.scss */
  #pulse_bar ul li a .editable-input input,
#pulse_bar ul li .folder_wrapper .editable-input input {
    font-size: 14px !important;
    width: 120px !important;
    padding: 3px 3px !important;
  }
  /* line 1241, app/assets/stylesheets/pulse/_layout.scss */
  #pulse_bar ul li a .folder_name,
#pulse_bar ul li .folder_wrapper .folder_name {
    width: 75% !important;
  }
  /* line 1246, app/assets/stylesheets/pulse/_layout.scss */
  #pulse_bar ul li .folder_edit_tools {
    font-size: 12px !important;
    margin-top: 0 !important;
  }
  /* line 1251, app/assets/stylesheets/pulse/_layout.scss */
  #pulse_bar ul li.add_new_board .add_new_board_btn,
#pulse_bar ul li .prevent_new_board_btn {
    font-size: 13px;
    padding: var(--spacing-xs) var(--spacing-small) 5px;
  }
  /* line 1260, app/assets/stylesheets/pulse/_layout.scss */
  #pulse_bar ul li:hover .folder_open .folder_name,
#pulse_bar ul li:hover .folder_empty .folder_name {
    width: 55% !important;
  }
  /* line 1267, app/assets/stylesheets/pulse/_layout.scss */
  #pulse_bar .boards-wrapper .top_add_board_wrapper {
    right: 4px !important;
  }
  /* line 1271, app/assets/stylesheets/pulse/_layout.scss */
  .pulse_list_title_text_wrapper {
    vertical-align: text-top;
  }
  /* line 1275, app/assets/stylesheets/pulse/_layout.scss */
  .pulse_list_bar .pulse_list_title .pulse_list_title_text {
    font-size: 13px !important;
    margin-left: 2px !important;
  }
  /* line 1279, app/assets/stylesheets/pulse/_layout.scss */
  .pulse_list_bar .pulse_list_title .pulse_list_title_text .question_explain {
    padding-top: 2px !important;
  }
  /* line 1284, app/assets/stylesheets/pulse/_layout.scss */
  .pulse_list_bar .pulse_list_title .pulse_list_title_text_wrapper {
    font-size: 13px !important;
  }
  /* line 1289, app/assets/stylesheets/pulse/_layout.scss */
  .old-leftpane .search_content .search_menu {
    left: 200px !important;
  }
}

@media (max-width: 768px) {
  /* line 1296, app/assets/stylesheets/pulse/_layout.scss */
  .leftpane-placeholder-component {
    display: none !important;
  }
  /* line 1300, app/assets/stylesheets/pulse/_layout.scss */
  body#main {
    overflow-x: initial;
    overflow-y: initial;
  }
  /* line 1305, app/assets/stylesheets/pulse/_layout.scss */
  body#main.mm-active #content {
    padding-top: 0 !important;
  }
  /* line 1311, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_wrapper.old-leftpane .leftnav {
    width: 200px !important;
  }
  /* line 1317, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_wrapper:not(.old-leftpane) .leftnav {
    width: 230px !important;
  }
  /* line 1322, app/assets/stylesheets/pulse/_layout.scss */
  body#main #premium_reminder {
    display: none;
  }
  /* line 1326, app/assets/stylesheets/pulse/_layout.scss */
  body#main .collapse_groups_btn {
    display: none !important;
  }
  /* line 1330, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_wrapper:not(.new_spp_layout) {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* line 1337, app/assets/stylesheets/pulse/_layout.scss */
  body#main .fancybox-close {
    top: -6px !important;
    right: -6px !important;
  }
  /* line 1342, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_container,
body#main #content_wrapper:not(.new_spp_layout) {
    position: static;
    left: auto !important;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
  }
  /* line 1352, app/assets/stylesheets/pulse/_layout.scss */
  body#main #content_wrapper:not(.new_spp_layout) {
    position: relative;
  }
  /* line 1358, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_wrapper.old-leftpane #header .leftnav {
    left: -200px !important;
  }
  /* line 1366, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_wrapper:not(.old-leftpane) #header .leftnav {
    left: -230px !important;
  }
  /* line 1373, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header .menu-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 64px;
    font-size: 36px;
    line-height: 40px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 9px;
    color: #aaa;
  }
  /* line 1386, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header .menu-btn .count {
    position: absolute;
    top: 0;
    right: -7px;
    font-size: 14px;
    color: #fff;
    background: #f65f7c;
    text-align: center;
    border-radius: 50%;
    padding: 3px 6px;
    line-height: 14px;
  }
  /* line 1399, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header .menu-btn img {
    height: 28px;
    margin-top: var(--spacing-small);
  }
  /* line 1404, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header .menu-btn.touched {
    opacity: 0.5;
  }
  /* line 1409, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header .search_wrapper {
    vertical-align: top !important;
    margin: 5px 10px 0px 5px !important;
    float: right !important;
  }
  /* line 1415, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header #top_user_profile {
    display: none !important;
  }
  /* line 1419, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header .content {
    margin-left: 0 !important;
  }
  /* line 1423, app/assets/stylesheets/pulse/_layout.scss */
  body#main #header .header_mini_navigation {
    display: none !important;
  }
  /* line 1428, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_container .content_shadow_decoration {
    display: none !important;
  }
  /* line 1432, app/assets/stylesheets/pulse/_layout.scss */
  body#main #main_container .leftnav {
    overflow: hidden;
    top: 65px;
    height: initial;
    bottom: initial;
  }
  /* line 1439, app/assets/stylesheets/pulse/_layout.scss */
  body#main #content {
    padding-top: 65px;
    overflow-x: auto;
    overflow-y: initial;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1445, app/assets/stylesheets/pulse/_layout.scss */
  body#main #content.embedded-item-view-content {
    padding-top: 0;
  }
  /* line 1451, app/assets/stylesheets/pulse/_layout.scss */
  body#main .content .loader_wrapper {
    position: static;
    text-align: center;
    padding: 200px 0px;
    left: 0px;
    right: 0px;
  }
}

@media (max-width: 640px) {
  /* line 1463, app/assets/stylesheets/pulse/_layout.scss */
  .leftpane-placeholder-component {
    display: none !important;
  }
  /* line 1467, app/assets/stylesheets/pulse/_layout.scss */
  #main_container .leftnav {
    border-right: none !important;
  }
}

/* line 1472, app/assets/stylesheets/pulse/_layout.scss */
.payment-failure-blured-background {
  -webkit-filter: blur(5px) grayscale(80%);
          filter: blur(5px) grayscale(80%);
}

/* line 1476, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-item-component {
  margin-bottom: 0;
  background-color: #f1f1f1;
}

/* line 1480, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-item-component .progress-bar {
  width: 100%;
  background-color: #e3e3e3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1487, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  width: 252px;
  background: #f1f1f1;
}

/* line 1494, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .inbox-placeholder-container {
  background: #f1f1f1;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 1500, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .inbox-placeholder-container .inbox-title-placeholder-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: var(--spacing-medium);
}

/* line 1505, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .inbox-placeholder-container .counter-placeholder-container {
  margin-right: var(--spacing-medium);
}

/* line 1508, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .inbox-placeholder-container .counter-placeholder-container .leftpane-placeholder-item-component {
  border-radius: var(--border-radius-medium);
}

/* line 1514, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .section-placeholder-container {
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 1519, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .section-placeholder-container .section-title-placeholder-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: var(--spacing-medium);
}

/* line 1524, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .section-placeholder-container .add-placeholder-container {
  margin-right: var(--spacing-medium);
}

/* line 1527, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .section-placeholder-container .add-placeholder-container .leftpane-placeholder-item-component {
  border-radius: 50%;
}

/* line 1533, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .boards-placeholder-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 1536, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .boards-placeholder-container .leftpane-placeholder-item-component {
  margin: var(--spacing-medium) 0 0 var(--spacing-xl);
}

/* line 1539, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .boards-placeholder-container .leftpane-placeholder-item-component.xl {
  width: 185px;
}

/* line 1543, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .boards-placeholder-container .leftpane-placeholder-item-component.l {
  width: 180px;
}

/* line 1547, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .boards-placeholder-container .leftpane-placeholder-item-component.s {
  width: 80px;
}

/* line 1553, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .quick-search-container {
  margin: 20px auto;
}

/* line 1556, app/assets/stylesheets/pulse/_layout.scss */
.leftpane-placeholder-component .quick-search-container .leftpane-placeholder-item-component {
  border-radius: 50%;
}

/* line 1562, app/assets/stylesheets/pulse/_layout.scss */
.check-list-button-redactor-text {
  font-size: 11px;
  padding-left: var(--spacing-xs);
  font-weight: bold;
  position: relative;
  top: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1571, app/assets/stylesheets/pulse/_layout.scss */
.embedded_in_updates {
  height: 400px;
  width: calc(100% - 48px);
  margin: var(--spacing-large);
}

/* line 1576, app/assets/stylesheets/pulse/_layout.scss */
.embedded_in_updates.embedded_iframe_in_updates {
  border: 1px var(--border-style);
  border-color: var(--ui-border-color);
}
/* e.g confirmation dialog */
@use "shared-styles/theme/themes-vars.scss" as *;
@media (max-width: 768px) {
  /* line 25, app/assets/stylesheets/pulse/_new_layout.scss */
  html.new-layout {
    overflow: hidden;
    height: 100%;
  }
}

/* line 35, app/assets/stylesheets/pulse/_new_layout.scss */
.mobile_app .application .application-layers .first-level {
  left: 0;
}

/* line 45, app/assets/stylesheets/pulse/_new_layout.scss */
.fullscreen-body .application .surface {
  display: none !important;
}

/* line 49, app/assets/stylesheets/pulse/_new_layout.scss */
.fullscreen-body .application .first-level {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

/* line 55, app/assets/stylesheets/pulse/_new_layout.scss */
.fullscreen-body .application .first-level .first-level-control {
  visibility: hidden !important;
  width: 0;
  margin-left: 0 !important;
}

/* line 63, app/assets/stylesheets/pulse/_new_layout.scss */
.fullscreen-body .application .first-level .first-level-content-wrapper {
  margin-left: 0 !important;
}

/* line 66, app/assets/stylesheets/pulse/_new_layout.scss */
.fullscreen-body .application .first-level .first-level-content-wrapper .first-level-content {
  border-top-left-radius: 0;
}

/* line 71, app/assets/stylesheets/pulse/_new_layout.scss */
.fullscreen-body .application .first-level #thumbnail-container {
  display: none !important;
}

/* line 81, app/assets/stylesheets/pulse/_new_layout.scss */
.embedded-monday-body .application .application-layers .first-level {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0;
}

/* line 88, app/assets/stylesheets/pulse/_new_layout.scss */
.embedded-monday-body .application .application-layers .surface-control {
  display: none;
}

/* line 97, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode-hide-header .overview-component .overview-header {
  display: none !important;
}

/* line 104, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode .dialog-node {
  display: none !important;
}

/* line 112, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode .overview-component .overview-header .overview-header-content-wrapper .overview-header-main .overview-header-add-section-button-component,
.overview-present-mode .overview-component .overview-header .overview-header-content-wrapper .overview-header-main .overview-header-center,
.overview-present-mode .overview-component .overview-header .overview-header-content-wrapper .overview-header-main .overview-header-right,
.overview-present-mode .overview-component .overview-header .overview-header-content-wrapper .overview-header-main .favorite-star,
.overview-present-mode .overview-component .overview-header .overview-header-content-wrapper .overview-header-main .board-kind-icon-component {
  display: none !important;
}

/* line 120, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode .overview-component .overview-header .overview-header-content-wrapper .overview-header-main .overview-header-left {
  margin-right: 0 !important;
}

/* line 124, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode .overview-component .overview-header .overview-header-content-wrapper .overview-header-main .overview-name-wrapper {
  margin: auto;
}

/* line 130, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode .overview-component .overview-header .overview-header-secondary_content-wrapper {
  display: none;
}

/* line 135, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode .overview-component .overview-content-wrapper {
  -ms-overflow-style: none;
  /* IE */
  scrollbar-width: none;
  /* Firefox */
}

/* line 136, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode .overview-component .overview-content-wrapper .react-grid-layout {
  margin-left: 8px;
}

/* line 144, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode .overview-component .overview-content-wrapper::-webkit-scrollbar {
  display: none;
  /* Webkit */
}

/* line 149, app/assets/stylesheets/pulse/_new_layout.scss */
.overview-present-mode .overview-component .overview-section .highcharts-exporting-group,
.overview-present-mode .overview-component .overview-section .header-buttons-container {
  display: none !important;
}

/* line 157, app/assets/stylesheets/pulse/_new_layout.scss */
.application {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 168, app/assets/stylesheets/pulse/_new_layout.scss */
.application.account-read-only .application-layers .surface {
  background-color: rgba(41, 47, 76, 0.5);
}

/* line 174, app/assets/stylesheets/pulse/_new_layout.scss */
.application.account-read-only:not(.admin-screen) .application-layers .first-level .first-level-content-wrapper {
  opacity: 0.5;
}

/* line 180, app/assets/stylesheets/pulse/_new_layout.scss */
.application::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999999999999;
}

/* line 191, app/assets/stylesheets/pulse/_new_layout.scss */
.application #block-screens-container {
  z-index: 10000000;
}

/* line 195, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers {
  width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}

/* line 200, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .surface {
  position: absolute;
  background-color: var(--surface-color);
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
}

/* line 210, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .surface .surface-control {
  width: 66px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 216, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .surface .surface-content {
  height: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 30px;
  min-width: 0;
  display: none;
}

/* line 225, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level {
  position: absolute;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  left: 66px;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: left 150ms cubic-bezier(0, 0, 0.35, 1);
  transition: left 150ms cubic-bezier(0, 0, 0.35, 1);
  overflow: hidden;
}

/* line 239, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level.is-collapsed {
  left: calc(100% - 30px);
  overflow: visible;
}

/* line 243, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level.is-collapsed .first-level-content-wrapper {
  opacity: 0;
  visibility: hidden;
}

/* line 249, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-control {
  margin-left: 12px;
  -webkit-box-shadow: var(--box-shadow-xs);
          box-shadow: var(--box-shadow-xs);
}

/* line 254, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

/* line 265, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper.first-level-control-slide:not(.left-pane-resizing) {
  -webkit-transition: 150ms cubic-bezier(0.4, 0, 0.35, 1);
  transition: 150ms cubic-bezier(0.4, 0, 0.35, 1);
}

/* line 269, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper.first-level-control-unpinned {
  margin-left: 30px;
}

/* line 273, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper.first-level-control-pinned {
  margin-left: 255px;
}

/* line 277, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 100%;
  overflow: auto;
  position: relative;
  outline: none;
}

/* line 284, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

/* line 289, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* line 293, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

/* line 297, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content:focus {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 302, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content.my-week-view {
  overflow: hidden;
}

/* line 306, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content .monday-loader-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 318, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content .monday-loader-wrapper img {
  width: 90px;
  height: 90px;
}

/* line 323, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content .monday-loader-wrapper .loader-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--secondary-text-color);
}

/* line 329, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content .monday-loader-wrapper .monday-loader-css {
  -webkit-animation: monday-loader-spin-animation 1s linear infinite;
  animation: monday-loader-spin-animation 1s linear infinite;
  border: 5px solid #ddd;
  border-top: 5px solid #00c875;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  margin-bottom: 8px;
}

@keyframes monday-loader-spin-animation {
  to {
    border-top-color: #00c875;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes monday-loader-spin-animation {
  to {
    border-top-color: #00c875;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 359, app/assets/stylesheets/pulse/_new_layout.scss */
.application .application-layers .first-level .first-level-content-wrapper .first-level-content {
  -webkit-box-shadow: -5px -5px 20px 0 var(--surface-color);
          box-shadow: -5px -5px 20px 0 var(--surface-color);
}

/* line 367, app/assets/stylesheets/pulse/_new_layout.scss */
.application.global-view .application-layers .first-level {
  left: 0px;
}

/* line 375, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .surface {
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 378, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .surface .surface-control {
  height: 48px;
  width: 100%;
}

/* line 383, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .surface.template-editor {
  background-color: var(--surface-color);
}

/* line 388, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level {
  height: unset;
  background-color: transparent;
}

/* line 392, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .transparent-wrapper {
  background-color: transparent;
  width: 100%;
  display: contents;
}

/* line 398, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .transparent-wrapper {
  background-color: rgba(var(--primary-background-color-rgb), 0.7);
  min-width: 0;
  display: unset;
}

/* line 404, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper {
  background-color: var(--primary-background-color);
  border-top-left-radius: 8px;
  -webkit-box-shadow: var(--box-shadow-xs);
          box-shadow: var(--box-shadow-xs);
}

/* line 409, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper.first-level-control-slide:not(.left-pane-resizing) {
  -webkit-transition: margin-left 150ms cubic-bezier(0.4, 0, 0.35, 1);
  transition: margin-left 150ms cubic-bezier(0.4, 0, 0.35, 1);
}

/* line 413, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper.first-level-control-unpinned {
  margin-left: 0;
}

/* line 417, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper.first-level-control-pinned {
  margin-left: 10px;
}

/* line 421, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper.template-editor {
  margin-top: calc(14px + var(--spacing-medium));
  height: calc(100% - 14px - var(--spacing-medium));
}

/* line 426, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper .first-level-content {
  border-top-left-radius: 8px;
}

/* line 431, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper {
  border-top-left-radius: 12px;
}

/* line 435, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper.template-editor {
  margin-top: unset;
  height: 100%;
}

/* line 439, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper.template-editor .first-level-content {
  -webkit-box-shadow: -5px 5px 20px 0 var(--surface-color);
          box-shadow: -5px 5px 20px 0 var(--surface-color);
}

/* line 444, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level:not(.is-collapsed) {
  top: 48px;
  left: 0;
}

/* line 449, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper.first-level-control-pinned {
  margin-left: 0;
}

/* line 453, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level .first-level-content-wrapper .first-level-content {
  border-top-left-radius: 12px;
}

/* line 458, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level.template-editor .transparent-wrapper {
  margin-top: calc(14px + var(--spacing-medium));
}

/* line 462, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level.template-editor .first-level-control {
  margin-left: 12px;
}

/* line 468, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level.pages-view .transparent-wrapper {
  margin-top: 0px;
  background-color: transparent;
}

/* line 473, app/assets/stylesheets/pulse/_new_layout.scss */
.application.new-layout .application-layers .first-level.pages-view .first-level-control {
  margin-left: 0px;
}
/* line 29, app/assets/stylesheets/pulse/_themes.scss */
:root,
.light-app-theme,
.default-app-theme {
  --react-modal-background: rgba(41, 47, 76, 0.7);
  --application-background-color: var(--color-snow_white);
  --application-border-color: #e6e9ef;
  --text-color-on-card: #323338;
  --main-nav-background-color: #292f4c;
  --pulse-background-color: #f5f6f8;
  --pulse-background-color-rgb: 245, 246, 248;
  --pulse-background-color-opacity: #f5f6f880;
  --pulse-text-color: #666;
  --pulse-hover-background-color: #e6e9ef;
  --pulse-selected-background-color: #e5f4ff;
  --pulse-highlight-background-color: #cce9ff;
  --surface-color: #edf1fc;
  --surfce-color: var(--surface-color);
  --surface-border-color: #4b4e69;
  --card-background-color: var(--primary-background-color);
  --card-hover-background-color: white;
  --card-selected-background-color: #d9f0ff;
  --card-selected-text-color: #0073ea;
  --automations-hover-background-color: #f5f6f8;
  --automations-label-background-color: #f5f6f8;
  --automations-border-color: #e6e9ef;
  --automations-account-usage-background-color: white;
  --automations-account-usage-dropdown-border-color: #d9d9d9;
  --automations-account-usage-progressbar-background-color: #e6e9ef;
  --apps-svg-icon-invert: invert(0);
  --apps-code-color: #5559df;
  --apps-feature-preview-color: #e5f4ff;
  --apps-tabs-border-color: #1c1f3b;
  --card-border-color: #e6e9ef;
  --avatar-border-color: var(--color-snow_white);
  --modal-bottom-color: #f7f7f7;
  --modal-free-indication-color: var(--primary-selected-color);
  --notification-unread-highlight-color: #d2eaff;
  --apps-marketplace-highlight-color: #f5f6f8;
  --redactor-context-background-color: #323338;
  --redactor-context-link-color: #fff;
  --ajax-spinner-gif-path: url(https://cdn.monday.com/images/ajax_spinner.gif);
  --scrollbar-color: var(--color-wolf_gray);
  --monday-loader-gif-path: url(https://cdn.monday.com/images/loader/loader.gif);
  --hint-background-color: #ccf4e3;
  --transparent-overlay: rgba(41, 47, 76, 0.5) !important;
  --timeline-row-hover: rgba(156, 165, 216, 0.2);
  --timeline-value-remains: #333333;
  --avatar-background: rgba(255, 255, 255, 0.5);
  --ai-modal-background: var(--grey-background-color);
  --ai-modal-border: var(--layout-border-color);
  --ai-modal-box-shadow: rgba(87, 174, 255, 0.16);
  --ai-color: var(--primary-color);
  --ai-hover-color: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(264.27deg, #0073ea 0%, #0f80ed 26.48%, #1e8df0 52.75%, #45aff8 83.22%, #66ccff 100%);
  --ai-color-secondary: rgba(204, 229, 255, 1);
  --ai-disabled: linear-gradient(0deg, rgba(128, 128, 128, 0.28), rgba(128, 128, 128, 0.28)),
    linear-gradient(
      235.8deg,
      rgba(81, 213, 255, 0.79) 19.96%,
      rgba(75, 206, 253, 0.79) 22.58%,
      rgba(43, 167, 245, 0.79) 39.79%,
      rgba(19, 138, 239, 0.79) 71.58%,
      rgba(0, 115, 234, 0.79) 91.77%,
      rgba(5, 121, 235, 0.79) 91.77%
    );
}

/* line 2, app/assets/stylesheets/pulse/product_themes.scss */
.crm-product-theme:root,
.light-app-theme.crm-product-theme,
.default-app-theme.crm-product-theme {
  --primary-color: #007f9b;
  --primary-hover-color: #006278;
  --primary-selected-color: #bee3e8;
  --surface-color: #e1eff2;
  --primary-selected-hover-color: #d4ebef;
  --primary-highlighted-color: #e7f4f6;
}

/* line 10, app/assets/stylesheets/pulse/product_themes.scss */
.crm-product-theme.brand-colors:root,
.light-app-theme.crm-product-theme.brand-colors,
.default-app-theme.crm-product-theme.brand-colors {
  --brand-color: #007f9b;
  --brand-hover-color: #006278;
  --text-color-on-brand: #ffffff;
}

/* line 17, app/assets/stylesheets/pulse/product_themes.scss */
.software-product-theme:root,
.light-app-theme.software-product-theme,
.default-app-theme.software-product-theme {
  --primary-color: #00854d;
  --primary-hover-color: #025231;
  --primary-selected-color: #c6e9d5;
  --surface-color: #ebf5ef;
  --primary-selected-hover-color: #a7ddbe;
  --primary-selected-on-secondary-color: var(--primary-selected-color);
  --primary-highlighted-color: #eef0f6;
}

/* line 26, app/assets/stylesheets/pulse/product_themes.scss */
.software-product-theme.brand-colors:root,
.light-app-theme.software-product-theme.brand-colors,
.default-app-theme.software-product-theme.brand-colors {
  --primary-color: #181b34;
  --primary-hover-color: #393d60;
  --primary-selected-color: #dcdfec;
  --primary-selected-hover-color: #d4d6de;
  --brand-color: #00854d;
  --brand-hover-color: #025231;
  --brand-selected-color: #c6e9d5;
  --brand-selected-hover-color: #a7ddbe;
  --text-color-on-primary: #ffffff;
  --text-color-on-brand: #ffffff;
  --primary-selected-color: var(--disabled-background-color);
}

/* line 41, app/assets/stylesheets/pulse/product_themes.scss */
.project_management-product-theme:root,
.light-app-theme.project_management-product-theme,
.default-app-theme.project_management-product-theme {
  --primary-color: #d14900;
  --primary-hover-color: #ad4005;
  --primary-selected-color: #f8dccf;
  --surface-color: #f9ede8;
  --primary-selected-hover-color: #f1d3c4;
}

/* line 49, app/assets/stylesheets/pulse/product_themes.scss */
.marketing-product-theme:root,
.light-app-theme.marketing-product-theme,
.default-app-theme.marketing-product-theme {
  --primary-color: #e21277;
  --primary-hover-color: #bb0c61;
  --primary-selected-color: #f8d4e6;
  --surface-color: #f5eaf0;
  --primary-selected-hover-color: #f1d8dc;
}

/* line 101, app/assets/stylesheets/pulse/_themes.scss */
.dark-app-theme {
  --react-modal-background: rgba(41, 47, 76, 0.7);
  --application-background-color: #1c1f3b;
  --application-border-color: #4b4e69;
  --pulse-background-color: #33354b;
  --pulse-background-color-rgb: 51, 53, 75;
  --pulse-background-color-opacity: #33354b80;
  --pulse-text-color: var(--color-wolf_gray);
  --pulse-hover-background-color: #3f4259;
  --pulse-selected-background-color: #59627b;
  --pulse-highlight-background-color: #59627b;
  --surface-color: #292f4c;
  --surfce-color: var(--surface-color);
  --surface-border-color: #4b4e69;
  --card-background-color: var(--secondary-background-color);
  --card-hover-background-color: #4b4e69;
  --card-selected-background-color: #5a5c74;
  --card-selected-text-color: var(--color-snow_white);
  --card-border-color: #5a5c74;
  --automations-hover-background-color: #525672;
  --automations-label-background-color: #525672;
  --automations-border-color: #5a5c74;
  --automations-account-usage-background-color: #1c1f3b;
  --automations-account-usage-dropdown-border-color: #9699a6;
  --automations-account-usage-progressbar-background-color: #4b4e69;
  --apps-svg-icon-invert: invert(1);
  --apps-code-color: #fff;
  --apps-feature-preview-color: #292f4c;
  --apps-tabs-border-color: #393b52;
  --text-color-on-card: var(--color-snow_white);
  --avatar-border-color: var(--color-snow_white);
  --modal-bottom-color: var(--surface-color);
  --modal-free-indication-color: var(--primary-selected-color);
  --notification-unread-highlight-color: #59627b;
  --apps-marketplace-highlight-color: #292f4c;
  --redactor-context-background-color: #393b53;
  --redactor-context-link-color: #fff;
  --ajax-spinner-gif-path: url(https://cdn.monday.com/images/ajax_spinner_dark.gif);
  --scrollbar-color: var(--color-wolf_gray);
  --monday-loader-gif-path: url(https://cdn.monday.com/images/loader/dark_loader.gif);
  --hint-background-color: #258750;
  --transparent-overlay: rgba(41, 47, 76, 0.5) !important;
  --avatar-background: rgba(73, 78, 103, 0.5);
  --ai-modal-background: var(--secondary-background-color);
  --ai-modal-border: var(--layout-border-color);
  --ai-modal-box-shadow: rgba(87, 174, 255, 0.16);
}

/* line 7, app/assets/stylesheets/pulse/_themes.scss */
.dark-app-theme.adobe-app-theme {
  --primary-background-color: #535353;
  --primary-background-color-rgb: 83, 83, 83;
  --secondary-background-color: #535353;
  --pulse-background-color: #353535;
  --pulse-background-color-rgb: 53, 53, 53;
  --card-background-color: #353535;
  --menu-background-color: #353535;
  --pulse-background-color: #353535;
  --comments-background-color: #353535;
  --pulse-selected-background-color: #3f3f3f;
  --pulse-hover-background-color: #3f3f3f;
  --layout-border-color: #3f3f3f;
  --disabled-background-color: #3f3f3f;
  --primary-background-hover-color: #3f3f3f;
  --ui-border-color: #585858;
}

/* line 59, app/assets/stylesheets/pulse/product_themes.scss */
.dark-app-theme.crm-product-theme {
  --primary-color: #007f9b;
  --primary-hover-color: #006278;
  --primary-selected-color: #004858;
  --primary-selected-hover-color: #003844;
  --primary-highlighted-color: #002e38;
}

/* line 66, app/assets/stylesheets/pulse/product_themes.scss */
.dark-app-theme.crm-product-theme.brand-colors {
  --brand-color: #007f9b;
  --brand-hover-color: #006278;
  --text-color-on-brand: #ffffff;
}

/* line 73, app/assets/stylesheets/pulse/product_themes.scss */
.dark-app-theme.software-product-theme {
  --primary-color: #00854d;
  --primary-hover-color: #025231;
  --primary-selected-color: #013c29;
  --primary-selected-hover-color: #0c3125;
  --primary-selected-on-secondary-color: var(--primary-selected-color);
  --primary-highlighted-color: #323447;
}

/* line 81, app/assets/stylesheets/pulse/product_themes.scss */
.dark-app-theme.software-product-theme.brand-colors {
  --primary-color: #ffffff;
  --primary-hover-color: #c5c7d0;
  --primary-selected-color: #4b4e69;
  --primary-selected-hover-color: #30324e;
  --brand-color: #00854d;
  --brand-hover-color: #025231;
  --brand-selected-color: #4b4e69;
  --brand-selected-hover-color: #30324e;
  --text-color-on-primary: #323338;
  --text-color-on-brand: #ffffff;
  --primary-selected-color: var(--disabled-background-color);
}

/* line 96, app/assets/stylesheets/pulse/product_themes.scss */
.dark-app-theme.project_management-product-theme {
  --primary-color: #d14900;
  --primary-hover-color: #ad4005;
  --primary-selected-color: #6d2702;
  --primary-selected-hover-color: #491b03;
}

/* line 103, app/assets/stylesheets/pulse/product_themes.scss */
.dark-app-theme.marketing-product-theme {
  --primary-color: #e21277;
  --primary-hover-color: #bb0c61;
  --primary-selected-color: #5c0631;
  --primary-selected-hover-color: #480627;
}

/* line 153, app/assets/stylesheets/pulse/_themes.scss */
.black-app-theme {
  --react-modal-background: rgba(53, 53, 55, 0.7);
  --application-background-color: #111111;
  --application-border-color: var(--layout-border-color);
  --pulse-background-color: #272729;
  --pulse-background-color-rgb: 39, 39, 41;
  --pulse-background-color-opacity: #27272980;
  --pulse-text-color: var(--color-snow_white);
  --pulse-hover-background-color: #393a40;
  --pulse-selected-background-color: #393a40;
  --pulse-highlight-background-color: #393a40;
  --surface-color: #212121;
  --surfce-color: var(--surface-color);
  --surface-border-color: var(--layout-border-color);
  --transparent-overlay: rgba(34, 34, 34, 0.5) !important;
  --card-background-color: var(--secondary-background-color);
  --card-hover-background-color: #4c4d56;
  --card-selected-background-color: var(--primary-selected-color);
  --card-selected-text-color: var(--primary-text-color);
  --card-border-color: #5a5c74;
  --automations-hover-background-color: #525672;
  --automations-label-background-color: #525672;
  --automations-border-color: #5a5c74;
  --automations-account-usage-background-color: #1c1f3b;
  --automations-account-usage-dropdown-border-color: #9699a6;
  --automations-account-usage-progressbar-background-color: #4b4e69;
  --apps-svg-icon-invert: invert(1);
  --apps-code-color: #fff;
  --apps-feature-preview-color: #292f4c;
  --apps-tabs-border-color: #393b52;
  --text-color-on-card: var(--color-snow_white);
  --avatar-border-color: var(--color-snow_white);
  --modal-bottom-color: var(--surface-color);
  --modal-free-indication-color: var(--primary-selected-color);
  --notification-unread-highlight-color: #59627b;
  --apps-marketplace-highlight-color: #292f4c;
  --redactor-context-background-color: #393b53;
  --redactor-context-link-color: #fff;
  --ajax-spinner-gif-path: url(https://cdn.monday.com/images/ajax_spinner_dark.gif);
  --scrollbar-color: var(--color-wolf_gray);
  --monday-loader-gif-path: url(https://cdn.monday.com/images/loader/darth_loader.gif);
  --avatar-background: rgba(77, 77, 77, 0.5);
  --ai-modal-background: var(--secondary-background-color);
  --ai-modal-border: var(--layout-border-color);
}

/* line 7, app/assets/stylesheets/pulse/_themes.scss */
.black-app-theme.adobe-app-theme {
  --primary-background-color: #535353;
  --primary-background-color-rgb: 83, 83, 83;
  --secondary-background-color: #535353;
  --pulse-background-color: #353535;
  --pulse-background-color-rgb: 53, 53, 53;
  --card-background-color: #353535;
  --menu-background-color: #353535;
  --pulse-background-color: #353535;
  --comments-background-color: #353535;
  --pulse-selected-background-color: #3f3f3f;
  --pulse-hover-background-color: #3f3f3f;
  --layout-border-color: #3f3f3f;
  --disabled-background-color: #3f3f3f;
  --primary-background-hover-color: #3f3f3f;
  --ui-border-color: #585858;
}

/* line 112, app/assets/stylesheets/pulse/product_themes.scss */
.black-app-theme.crm-product-theme {
  --primary-color: #007f9b;
  --primary-hover-color: #006278;
  --primary-selected-color: #004858;
  --primary-selected-hover-color: #003844;
  --primary-highlighted-color: #002e38;
}

/* line 119, app/assets/stylesheets/pulse/product_themes.scss */
.black-app-theme.crm-product-theme.brand-colors {
  --brand-color: #007f9b;
  --brand-hover-color: #006278;
  --text-color-on-brand: #ffffff;
}

/* line 126, app/assets/stylesheets/pulse/product_themes.scss */
.black-app-theme.software-product-theme {
  --primary-color: #00854d;
  --primary-hover-color: #025231;
  --primary-selected-color: #013c29;
  --primary-selected-hover-color: #0c3125;
  --primary-selected-on-secondary-color: var(--primary-selected-color);
  --primary-highlighted-color: #333547;
}

/* line 134, app/assets/stylesheets/pulse/product_themes.scss */
.black-app-theme.software-product-theme.brand-colors {
  --primary-color: #ffffff;
  --primary-hover-color: #c5c7d0;
  --primary-selected-color: #4b4e69;
  --primary-selected-hover-color: #30324e;
  --brand-color: #00854d;
  --brand-hover-color: #025231;
  --brand-selected-color: #4b4e69;
  --brand-selected-hover-color: #30324e;
  --text-color-on-primary: #323338;
  --text-color-on-brand: #ffffff;
  --primary-selected-color: var(--disabled-background-color);
}

/* line 149, app/assets/stylesheets/pulse/product_themes.scss */
.black-app-theme.project_management-product-theme {
  --primary-color: #d14900;
  --primary-hover-color: #ad4005;
  --primary-selected-color: #6d2702;
  --primary-selected-hover-color: #491b03;
}

/* line 156, app/assets/stylesheets/pulse/product_themes.scss */
.black-app-theme.marketing-product-theme {
  --primary-color: #e21277;
  --primary-hover-color: #ae085a;
  --primary-selected-color: #5c0631;
  --primary-selected-hover-color: #480627;
}

/* line 201, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme {
  --react-modal-background: rgba(53, 53, 55, 0.7);
  --application-background-color: var(--primary-background-color);
  --application-border-color: var(--layout-border-color);
  --pulse-background-color: #21222c;
  --pulse-background-color-rgb: 33, 34, 44;
  --pulse-background-color-opacity: #21222c80;
  --pulse-text-color: var(--color-snow_white);
  --pulse-hover-background-color: #393a40;
  --pulse-selected-background-color: #393a40;
  --pulse-highlight-background-color: #393a40;
  --surface-color: #1c1e26;
  --surfce-color: var(--surface-color);
  --surface-border-color: var(--layout-border-color);
  --transparent-overlay: rgba(34, 34, 34, 0.5) !important;
  --card-background-color: var(--secondary-background-color);
  --card-hover-background-color: #4c4d56;
  --card-selected-background-color: var(--primary-selected-color);
  --card-selected-text-color: var(--primary-text-color);
  --card-border-color: #5a5c74;
  --automations-hover-background-color: #525672;
  --automations-label-background-color: #525672;
  --automations-border-color: #5a5c74;
  --automations-account-usage-background-color: #1c1f3b;
  --automations-account-usage-dropdown-border-color: #9699a6;
  --automations-account-usage-progressbar-background-color: #4b4e69;
  --apps-svg-icon-invert: invert(1);
  --apps-code-color: #fff;
  --apps-feature-preview-color: #292f4c;
  --apps-tabs-border-color: #393b52;
  --text-color-on-card: var(--color-snow_white);
  --avatar-border-color: var(--color-snow_white);
  --modal-bottom-color: var(--surface-color);
  --modal-free-indication-color: var(--primary-selected-color);
  --notification-unread-highlight-color: #59627b;
  --apps-marketplace-highlight-color: #292f4c;
  --redactor-context-background-color: #393b53;
  --redactor-context-link-color: #fff;
  --ajax-spinner-gif-path: url(https://cdn.monday.com/images/ajax_spinner_dark.gif);
  --scrollbar-color: var(--color-wolf_gray);
  --monday-loader-gif-path: url(https://cdn.monday.com/images/loader/loader_transparent.gif);
  --avatar-background: rgba(73, 78, 103, 0.5);
}

/* line 244, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme *:not(.fa):not([class^="re-icon-"], [class*=" re-icon-"]) {
  font-family: menlo, monospace !important;
}

/* line 248, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme a {
  color: var(--link-color, #bd93f9);
}

/* line 252, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme .timerange-navigator-component .week-indicator-wrapper .week-indicator {
  font-size: 22px;
}

/* line 256, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme #notifications_popup_preview .popup_preview_header .quick-filters {
  font-size: 15px;
}

/* line 260, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme .ds-menu-item,
.hacker_theme-app-theme .automations-store-page-component-full-screen
.automations-store-page-inner
.automations-store-content-wrapper
.search-bar-section
.automations-video-suggestion,
.hacker_theme-app-theme .ds-menu-item .menu-item-new-mark {
  font-size: 12px;
}

/* line 270, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme .form-add-question-menu-button {
  font-size: 14px;
}

/* line 274, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme .user_mention_editor:hover {
  color: #9e60f6 !important;
}

/* line 278, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme .formula-footer-not-available-component .content .na-icon,
.hacker_theme-app-theme .link-cell-component .link-cell-url-wrapper .link-cell-url {
  color: #8be9fd;
}

/* line 283, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme .admin-component div#new-admin .left-nav .title-wrapper h1 {
  font-size: 25px;
}

/* line 7, app/assets/stylesheets/pulse/_themes.scss */
.hacker_theme-app-theme.adobe-app-theme {
  --primary-background-color: #535353;
  --primary-background-color-rgb: 83, 83, 83;
  --secondary-background-color: #535353;
  --pulse-background-color: #353535;
  --pulse-background-color-rgb: 53, 53, 53;
  --card-background-color: #353535;
  --menu-background-color: #353535;
  --pulse-background-color: #353535;
  --comments-background-color: #353535;
  --pulse-selected-background-color: #3f3f3f;
  --pulse-hover-background-color: #3f3f3f;
  --layout-border-color: #3f3f3f;
  --disabled-background-color: #3f3f3f;
  --primary-background-hover-color: #3f3f3f;
  --ui-border-color: #585858;
}
/* line 2, app/assets/stylesheets/pulse/_dapulse.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 4, app/assets/stylesheets/pulse/_dapulse.scss */
[data-icon]:before,
.icon-DUMMY_FILE_20210223125759:before,
.icon-account-usage:before,
.icon-active-automations:before,
.icon-add-blank-board-template:before,
.icon-announce-new:before,
.icon-app-support:before,
.icon-apps-icon:before,
.icon-arrow-both-sides:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-left-new:before,
.icon-arrow-right-new:before,
.icon-asset-attach-notification:before,
.icon-asset-excel-notification:before,
.icon-asset-image-notification:before,
.icon-asset-music-notification:before,
.icon-asset-pdf-notification:before,
.icon-asset-ppt-notification:before,
.icon-asset-video-notification:before,
.icon-asset-word-notification:before,
.icon-asset-zip-notification:before,
.icon-assigned-notification:before,
.icon-automations-add-custom:before,
.icon-automations-basic-category:before,
.icon-automations-custom-recipes:before,
.icon-automations-featured-category:before,
.icon-autopilot:before,
.icon-big-left-arrow:before,
.icon-board-new:before,
.icon-board-talk-chat:before,
.icon-board-talk-chat-border:before,
.icon-bubble-info:before,
.icon-building-blocks:before,
.icon-calendar-content:before,
.icon-check-double:before,
.icon-closed-book:before,
.icon-contact-us:before,
.icon-copy-icon:before,
.icon-country-flag:before,
.icon-daily-tasks:before,
.icon-dapulse-add:before,
.icon-dapulse-add-user2-b:before,
.icon-dapulse-add-users:before,
.icon-dapulse-addbtn:before,
.icon-dapulse-addbtn-2:before,
.icon-dapulse-adduser:before,
.icon-dapulse-admin:before,
.icon-dapulse-admin-billing:before,
.icon-dapulse-admin-customization:before,
.icon-dapulse-admin-general:before,
.icon-dapulse-admin-help:before,
.icon-dapulse-admin-integrations:before,
.icon-dapulse-admin-menu:before,
.icon-dapulse-admin-shredder:before,
.icon-dapulse-admin-stats:before,
.icon-dapulse-admin-users:before,
.icon-dapulse-announce:before,
.icon-dapulse-api-admin:before,
.icon-dapulse-archive-o:before,
.icon-dapulse-archived:before,
.icon-dapulse-arrow:before,
.icon-dapulse-asterisk:before,
.icon-dapulse-attachment:before,
.icon-dapulse-authentication:before,
.icon-dapulse-bin:before,
.icon-dapulse-bin-o:before,
.icon-dapulse-binline-o:before,
.icon-dapulse-board:before,
.icon-dapulse-board-filter:before,
.icon-dapulse-board-log:before,
.icon-dapulse-box:before,
.icon-dapulse-box-o:before,
.icon-dapulse-boxcom:before,
.icon-dapulse-branding-admin:before,
.icon-dapulse-broadcast:before,
.icon-dapulse-building:before,
.icon-dapulse-bulb:before,
.icon-dapulse-calendar:before,
.icon-dapulse-caret-down:before,
.icon-dapulse-check-2:before,
.icon-dapulse-checkbox:before,
.icon-dapulse-checkbox-checked:before,
.icon-dapulse-checkmark:before,
.icon-dapulse-checkmark-sign:before,
.icon-dapulse-close:before,
.icon-dapulse-collapse-all:before,
.icon-dapulse-collapse-this:before,
.icon-dapulse-command:before,
.icon-dapulse-credit-card:before,
.icon-dapulse-cupcake-large:before,
.icon-dapulse-cupcake-small:before,
.icon-dapulse-dailymail:before,
.icon-dapulse-dapulse:before,
.icon-dapulse-dashboard:before,
.icon-dapulse-date-column:before,
.icon-dapulse-doc:before,
.icon-dapulse-document:before,
.icon-dapulse-down:before,
.icon-dapulse-download:before,
.icon-dapulse-downstroke:before,
.icon-dapulse-drag:before,
.icon-dapulse-drag-2:before,
.icon-dapulse-drag-handle-3:before,
.icon-dapulse-drag-handle-4:before,
.icon-dapulse-dragndrop:before,
.icon-dapulse-dropbox:before,
.icon-dapulse-dropdown-down-arrow:before,
.icon-dapulse-dropdown-up-arrow:before,
.icon-dapulse-edit:before,
.icon-dapulse-email:before,
.icon-dapulse-email-round:before,
.icon-dapulse-enter:before,
.icon-dapulse-enterprise:before,
.icon-dapulse-everyone:before,
.icon-dapulse-excel:before,
.icon-dapulse-external-boards:before,
.icon-dapulse-facebook:before,
.icon-dapulse-facebook-logo:before,
.icon-dapulse-favorite:before,
.icon-dapulse-files:before,
.icon-dapulse-filetype-excel:before,
.icon-dapulse-filetype-music:before,
.icon-dapulse-filetype-pdf:before,
.icon-dapulse-filetype-plain:before,
.icon-dapulse-filetype-ppt:before,
.icon-dapulse-filetype-video:before,
.icon-dapulse-filetype-video2:before,
.icon-dapulse-filetype-word:before,
.icon-dapulse-filetype-zip:before,
.icon-dapulse-flag:before,
.icon-dapulse-folderclose:before,
.icon-dapulse-folderopen:before,
.icon-dapulse-fullscreen:before,
.icon-dapulse-gantt-timeline-v2:before,
.icon-dapulse-gift:before,
.icon-dapulse-gmail:before,
.icon-dapulse-gmail-round:before,
.icon-dapulse-googledrive:before,
.icon-dapulse-guest:before,
.icon-dapulse-hamburger:before,
.icon-dapulse-hashtag:before,
.icon-dapulse-home:before,
.icon-dapulse-import:before,
.icon-dapulse-inbox:before,
.icon-dapulse-info:before,
.icon-dapulse-insight:before,
.icon-dapulse-instantmail:before,
.icon-dapulse-integrations:before,
.icon-dapulse-iphone:before,
.icon-dapulse-keyboard:before,
.icon-dapulse-keyboard-no-keys:before,
.icon-dapulse-labs:before,
.icon-dapulse-left:before,
.icon-dapulse-leftpane-q:before,
.icon-dapulse-leftstroke:before,
.icon-dapulse-leftstroke2:before,
.icon-dapulse-lightning:before,
.icon-dapulse-link:before,
.icon-dapulse-linkedin-logo:before,
.icon-dapulse-livechat:before,
.icon-dapulse-livechat-b:before,
.icon-dapulse-livechat-c:before,
.icon-dapulse-livewebinar:before,
.icon-dapulse-location:before,
.icon-dapulse-location_b:before,
.icon-dapulse-logout:before,
.icon-dapulse-long-text-bold:before,
.icon-dapulse-long-text-light:before,
.icon-dapulse-love:before,
.icon-dapulse-maatafa:before,
.icon-dapulse-mailsent:before,
.icon-dapulse-main:before,
.icon-dapulse-mark-all:before,
.icon-dapulse-mention:before,
.icon-dapulse-mention-board:before,
.icon-dapulse-mention-project:before,
.icon-dapulse-messenger:before,
.icon-dapulse-mic:before,
.icon-dapulse-minus:before,
.icon-dapulse-mobile:before,
.icon-dapulse-moveto-o:before,
.icon-dapulse-music:before,
.icon-dapulse-myboards:before,
.icon-dapulse-myfeed:before,
.icon-dapulse-new-comments:before,
.icon-dapulse-new-folder-add:before,
.icon-dapulse-new-folder-close:before,
.icon-dapulse-new-folder-open:before,
.icon-dapulse-new-inbox:before,
.icon-dapulse-new-x:before,
.icon-dapulse-nomail:before,
.icon-dapulse-notes:before,
.icon-dapulse-notification:before,
.icon-dapulse-notification-tilted:before,
.icon-dapulse-numbers-column:before,
.icon-dapulse-onedrive:before,
.icon-dapulse-outline-star:before,
.icon-dapulse-outline-star-copy2:before,
.icon-dapulse-outlook:before,
.icon-dapulse-owner:before,
.icon-dapulse-owner-1:before,
.icon-dapulse-payment:before,
.icon-dapulse-pdf:before,
.icon-dapulse-person-column:before,
.icon-dapulse-phone:before,
.icon-dapulse-photo:before,
.icon-dapulse-pin:before,
.icon-dapulse-pin_pressed:before,
.icon-dapulse-play:before,
.icon-dapulse-playaround-v2:before,
.icon-dapulse-playround:before,
.icon-dapulse-playyt:before,
.icon-dapulse-plus:before,
.icon-dapulse-plus-menu:before,
.icon-dapulse-plusone:before,
.icon-dapulse-power:before,
.icon-dapulse-ppt:before,
.icon-dapulse-pricing-check:before,
.icon-dapulse-pricing-check-v2:before,
.icon-dapulse-pricing-lock:before,
.icon-dapulse-pricing-mastercard:before,
.icon-dapulse-pricing-mcafee:before,
.icon-dapulse-pricing-norton:before,
.icon-dapulse-pricing-refund:before,
.icon-dapulse-pricing-refund-new:before,
.icon-dapulse-pricing-ssl:before,
.icon-dapulse-pricing-visa:before,
.icon-dapulse-private:before,
.icon-dapulse-private-boards:before,
.icon-dapulse-private-full:before,
.icon-dapulse-profile:before,
.icon-dapulse-public-boards:before,
.icon-dapulse-pulse-circle:before,
.icon-dapulse-q-and-a:before,
.icon-dapulse-question:before,
.icon-dapulse-recycle:before,
.icon-dapulse-recycle-bin:before,
.icon-dapulse-recycle-bin-archived:before,
.icon-dapulse-recycle-bin-archived-header:before,
.icon-dapulse-recycle-bin-back-arrow:before,
.icon-dapulse-recycle-bin-header1:before,
.icon-dapulse-removefromteam:before,
.icon-dapulse-reply:before,
.icon-dapulse-resource-allocation-column:before,
.icon-dapulse-right:before,
.icon-dapulse-right-angle:before,
.icon-dapulse-rightstroke:before,
.icon-dapulse-robot:before,
.icon-dapulse-robot-new:before,
.icon-dapulse-rocket:before,
.icon-dapulse-saml:before,
.icon-dapulse-save:before,
.icon-dapulse-search:before,
.icon-dapulse-search-hot-tags:before,
.icon-dapulse-search-new:before,
.icon-dapulse-security:before,
.icon-dapulse-security2:before,
.icon-dapulse-settings:before,
.icon-dapulse-share:before,
.icon-dapulse-share-link:before,
.icon-dapulse-share-views:before,
.icon-dapulse-skype:before,
.icon-dapulse-sort:before,
.icon-dapulse-star-subscribe:before,
.icon-dapulse-star1-subscribe-outline:before,
.icon-dapulse-suitcase:before,
.icon-dapulse-switch:before,
.icon-dapulse-tag-column:before,
.icon-dapulse-team:before,
.icon-dapulse-team-round:before,
.icon-dapulse-teams:before,
.icon-dapulse-text:before,
.icon-dapulse-text-column:before,
.icon-dapulse-thumb:before,
.icon-dapulse-ticket:before,
.icon-dapulse-time:before,
.icon-dapulse-timeline:before,
.icon-dapulse-timeline-column:before,
.icon-dapulse-timeline-config:before,
.icon-dapulse-timerange-picker-background:before,
.icon-dapulse-trash:before,
.icon-dapulse-twitter:before,
.icon-dapulse-twitter-logo:before,
.icon-dapulse-unfullscreen:before,
.icon-dapulse-universe:before,
.icon-dapulse-unsubscribe:before,
.icon-dapulse-unsubscribe-board:before,
.icon-dapulse-unsubscribed:before,
.icon-dapulse-up:before,
.icon-dapulse-upgrade:before,
.icon-dapulse-upstroke:before,
.icon-dapulse-user-1:before,
.icon-dapulse-user-list:before,
.icon-dapulse-user-round-stroke:before,
.icon-dapulse-user-stroke:before,
.icon-dapulse-userlist:before,
.icon-dapulse-userlist2:before,
.icon-dapulse-userlist_2:before,
.icon-dapulse-users:before,
.icon-dapulse-video:before,
.icon-dapulse-video-call:before,
.icon-dapulse-view:before,
.icon-dapulse-word:before,
.icon-dapulse-x:before,
.icon-dapulse-x-slim:before,
.icon-dapulse-your-profile:before,
.icon-date-cell-sync-closed:before,
.icon-date-cell-sync-google:before,
.icon-date-picker-navigation-left:before,
.icon-date-picker-navigation-right:before,
.icon-date-picker-sync-calendar:before,
.icon-developer-website:before,
.icon-dont-use:before,
.icon-download-arrow:before,
.icon-drag-anchor-3:before,
.icon-drop:before,
.icon-duplicate-board:before,
.icon-duration-store-column:before,
.icon-duration-v2-pause:before,
.icon-duration-v2-play:before,
.icon-edit_assignee_black:before,
.icon-edit_content_black:before,
.icon-email-developer-team:before,
.icon-emoji-picker-activity:before,
.icon-emoji-picker-flags:before,
.icon-emoji-picker-foods:before,
.icon-emoji-picker-nature:before,
.icon-emoji-picker-objects:before,
.icon-emoji-picker-people:before,
.icon-emoji-picker-places:before,
.icon-emoji-picker-recent:before,
.icon-emoji-picker-symbols:before,
.icon-end-of-year-like-fill:before,
.icon-end-of-year-like-line:before,
.icon-expand:before,
.icon-expand-small:before,
.icon-expand-two-arrows:before,
.icon-eye:before,
.icon-eye-outline:before,
.icon-folder-new:before,
.icon-group:before,
.icon-heart:before,
.icon-hidden-eye:before,
.icon-hidden-eye-outline:before,
.icon-import-from-excel-template:before,
.icon-import-from-excel-template-outline:before,
.icon-inbox-undo:before,
.icon-info_stroke:before,
.icon-item-height:before,
.icon-item-height-double:before,
.icon-item-height-single:before,
.icon-item-height-triple:before,
.icon-job-recruiting:before,
.icon-leftpane-collapse-bottom:before,
.icon-leftpane-collapse-left:before,
.icon-liked-notification:before,
.icon-line-arrow-down:before,
.icon-line-arrow-up:before,
.icon-list-arrow:before,
.icon-lite-hamburger:before,
.icon-magic-wand:before,
.icon-magic-wand-outline:before,
.icon-manage-a-trois:before,
.icon-marketplace-arrow-left:before,
.icon-marketplace-arrow-right:before,
.icon-marketplace-report-app:before,
.icon-mentioned-notification:before,
.icon-monday-icon:before,
.icon-monday-pulse-circle:before,
.icon-more-dots:before,
.icon-move-to:before,
.icon-new-crown:before,
.icon-notice-notification:before,
.icon-open-book:before,
.icon-opposite-checkmark:before,
.icon-organization-wide-use:before,
.icon-phone-callback:before,
.icon-play-button:before,
.icon-present:before,
.icon-privacy-policy:before,
.icon-project-management:before,
.icon-read-notification:before,
.icon-replied-notification:before,
.icon-shield:before,
.icon-slider-arrow:before,
.icon-small-date-column:before,
.icon-small-dropdown-column:before,
.icon-small-dropdown-column-outline:before,
.icon-small-multiple-person-column:before,
.icon-small-numbers-column:before,
.icon-small-person-column:before,
.icon-small-resource-allocation-column:before,
.icon-small-status-column:before,
.icon-small-tags-column:before,
.icon-small-text-column:before,
.icon-small-timeline-column:before,
.icon-small-timeline-column-outline:before,
.icon-speaker:before,
.icon-star:before,
.icon-store-automations:before,
.icon-structured-data:before,
.icon-subitems_store:before,
.icon-submit-lock-icon:before,
.icon-subscribed-notification:before,
.icon-suggested-board-new:before,
.icon-surface-collapse:before,
.icon-surface-expand:before,
.icon-teams-add-user:before,
.icon-template-start-bundle-icon-v2:before,
.icon-terms-of-use:before,
.icon-thin-check:before,
.icon-trash-bin:before,
.icon-unfollow-notifications:before,
.icon-unread-notification:before,
.icon-updated-notification:before,
.icon-upgrade-star:before,
.icon-upgrade-stars-new:before,
.icon-v2-account-strength:before,
.icon-v2-activity-log:before,
.icon-v2-activity-log-black:before,
.icon-v2-activity-log-bold:before,
.icon-v2-activity-no-border:before,
.icon-v2-add:before,
.icon-v2-add-batch-pulses:before,
.icon-v2-add-batch-pulses3:before,
.icon-v2-add-calendar:before,
.icon-v2-add-new-map-location:before,
.icon-v2-add-outline:before,
.icon-v2-add-subsort:before,
.icon-v2-add-subsort-outline:before,
.icon-v2-advanced-filters:before,
.icon-v2-advanced-filters-without-line:before,
.icon-v2-airplane:before,
.icon-v2-alarm-clock:before,
.icon-v2-align-center:before,
.icon-v2-align-left:before,
.icon-v2-align-right:before,
.icon-v2-all-workspaces:before,
.icon-v2-all-workspaces-o:before,
.icon-v2-android:before,
.icon-v2-android-black:before,
.icon-v2-app:before,
.icon-v2-app-installed:before,
.icon-v2-archive:before,
.icon-v2-archive-o:before,
.icon-v2-archive-o-2:before,
.icon-v2-arrow-circle:before,
.icon-v2-ask-for-update:before,
.icon-v2-automations:before,
.icon-v2-automations-announcements:before,
.icon-v2-automations-dependencies:before,
.icon-v2-automations-due-dates:before,
.icon-v2-automations-item-creation:before,
.icon-v2-automations-move-item:before,
.icon-v2-automations-notifications:before,
.icon-v2-automations-outline:before,
.icon-v2-automations-recurring:before,
.icon-v2-automations-status-change:before,
.icon-v2-az-asc:before,
.icon-v2-az-desc:before,
.icon-v2-backspace:before,
.icon-v2-backspace-line:before,
.icon-v2-baseline:before,
.icon-v2-billing-multi-board-guest:before,
.icon-v2-billing-user-guest:before,
.icon-v2-billing-user-member:before,
.icon-v2-billing-user-viewer:before,
.icon-v2-binline-o:before,
.icon-v2-board:before,
.icon-v2-board-full:before,
.icon-v2-board-relation-small:before,
.icon-v2-board-structure:before,
.icon-v2-board-structure-content:before,
.icon-v2-board-views-black:before,
.icon-v2-board-views2:before,
.icon-v2-board-views3:before,
.icon-v2-boards:before,
.icon-v2-bolt-switch:before,
.icon-v2-bolt-switch-full:before,
.icon-v2-bookmark:before,
.icon-v2-bookmark-no-fill:before,
.icon-v2-broadcast:before,
.icon-v2-broadcast-view-small5:before,
.icon-v2-budget-column:before,
.icon-v2-burndown-chart-color:before,
.icon-v2-button-column:before,
.icon-v2-calendar-view-small:before,
.icon-v2-calendar-view-small-outline:before,
.icon-v2-change:before,
.icon-v2-change-column-type:before,
.icon-v2-change-column-type-outline:before,
.icon-v2-change-profile-picture:before,
.icon-v2-chart-view-small:before,
.icon-v2-chat-with-update:before,
.icon-v2-chat-without-update:before,
.icon-v2-check:before,
.icon-v2-checkbox:before,
.icon-v2-checkbox-small:before,
.icon-v2-checkbox-small-outline:before,
.icon-v2-checklist:before,
.icon-v2-checklist-full:before,
.icon-v2-chevron-bottom-right:before,
.icon-v2-chevron-left:before,
.icon-v2-chevron-right:before,
.icon-v2-chevron-top-left:before,
.icon-v2-circle:before,
.icon-v2-circle-o:before,
.icon-v2-clear-content:before,
.icon-v2-client-name-column:before,
.icon-v2-clock:before,
.icon-v2-clock-thin:before,
.icon-v2-close-updates:before,
.icon-v2-cloud:before,
.icon-v2-cmd:before,
.icon-v2-coffee:before,
.icon-v2-collapse:before,
.icon-v2-collapse-column:before,
.icon-v2-collapse-column-outline:before,
.icon-v2-collapse-dialog:before,
.icon-v2-collapse-down:before,
.icon-v2-collapse-line:before,
.icon-v2-collapse-up:before,
.icon-v2-color-picker-column:before,
.icon-v2-color-picker-column-outline:before,
.icon-v2-column-icon:before,
.icon-v2-columns-battery-column:before,
.icon-v2-connector:before,
.icon-v2-constant:before,
.icon-v2-convert-to-item:before,
.icon-v2-convert-to-subitem:before,
.icon-v2-copy:before,
.icon-v2-crown:before,
.icon-v2-cubes:before,
.icon-v2-cut:before,
.icon-v2-dark-mode:before,
.icon-v2-dashboard:before,
.icon-v2-dashboard-empty:before,
.icon-v2-dashboards:before,
.icon-v2-day-time:before,
.icon-v2-deactivate:before,
.icon-v2-deadline-mode:before,
.icon-v2-default-view-house:before,
.icon-v2-delete:before,
.icon-v2-delete-line:before,
.icon-v2-dependency:before,
.icon-v2-dependency-small:before,
.icon-v2-done-deadline:before,
.icon-v2-down-arrow:before,
.icon-v2-download:before,
.icon-v2-drag:before,
.icon-v2-drop-icon:before,
.icon-v2-dropdown-column:before,
.icon-v2-duplicate:before,
.icon-v2-duplicate-2-outline:before,
.icon-v2-duplicate-board:before,
.icon-v2-duplicate-board-outline:before,
.icon-v2-duplicate-board-plus:before,
.icon-v2-duplicate-o:before,
.icon-v2-duration-column:before,
.icon-v2-edit:before,
.icon-v2-edit-line:before,
.icon-v2-edit-overview:before,
.icon-v2-ellipsis:before,
.icon-v2-email:before,
.icon-v2-email-column:before,
.icon-v2-email-us:before,
.icon-v2-embed:before,
.icon-v2-enter:before,
.icon-v2-est-hours-column:before,
.icon-v2-excel:before,
.icon-v2-excel-line:before,
.icon-v2-exclamation:before,
.icon-v2-expand-column:before,
.icon-v2-expand-pulsecard:before,
.icon-v2-export:before,
.icon-v2-export-to-excel:before,
.icon-v2-export-to-excel-outline:before,
.icon-v2-extra-color-exclamation-mark:before,
.icon-v2-eye-on-board:before,
.icon-v2-facebook-letter:before,
.icon-v2-file-column:before,
.icon-v2-file-column-small:before,
.icon-v2-files:before,
.icon-v2-files-view-small:before,
.icon-v2-filter:before,
.icon-v2-floating-column:before,
.icon-v2-floating-column-circle:before,
.icon-v2-folder-new:before,
.icon-v2-follow:before,
.icon-v2-form:before,
.icon-v2-form-view-small:before,
.icon-v2-free-user:before,
.icon-v2-full-view:before,
.icon-v2-fullscreen:before,
.icon-v2-fullscreen-close:before,
.icon-v2-fullscreen-slim:before,
.icon-v2-function:before,
.icon-v2-function-small:before,
.icon-v2-function-small-outline:before,
.icon-v2-funnel:before,
.icon-v2-gallery:before,
.icon-v2-gif:before,
.icon-v2-gif-with-border:before,
.icon-v2-graduation-hat:before,
.icon-v2-graph:before,
.icon-v2-guest:before,
.icon-v2-hamburger-menu:before,
.icon-v2-heart:before,
.icon-v2-heart-line:before,
.icon-v2-hexagon:before,
.icon-v2-hexagon-button:before,
.icon-v2-hide:before,
.icon-v2-home:before,
.icon-v2-home-new:before,
.icon-v2-home-new-o:before,
.icon-v2-inbox:before,
.icon-v2-inbox-o:before,
.icon-v2-info:before,
.icon-v2-info-dark:before,
.icon-v2-information:before,
.icon-v2-information-big:before,
.icon-v2-information-small:before,
.icon-v2-integrations:before,
.icon-v2-invalid:before,
.icon-v2-iphone:before,
.icon-v2-iphone-black:before,
.icon-v2-item-default-values:before,
.icon-v2-item-list:before,
.icon-v2-kanban-view-small:before,
.icon-v2-keyboard:before,
.icon-v2-left-click:before,
.icon-v2-light-mode:before,
.icon-v2-like:before,
.icon-v2-like-full:before,
.icon-v2-line-add:before,
.icon-v2-line-calendar:before,
.icon-v2-line-chart:before,
.icon-v2-line-files:before,
.icon-v2-line-kanban:before,
.icon-v2-line-location:before,
.icon-v2-line-subscribers:before,
.icon-v2-link:before,
.icon-v2-link-bold:before,
.icon-v2-link-column:before,
.icon-v2-link-to-board:before,
.icon-v2-link-to-board-small:before,
.icon-v2-link-to-pulse-arrow:before,
.icon-v2-location:before,
.icon-v2-location-column:before,
.icon-v2-location-view-small:before,
.icon-v2-lock:before,
.icon-v2-long-text:before,
.icon-v2-long-text-column:before,
.icon-v2-lookup-arrow:before,
.icon-v2-mac:before,
.icon-v2-mark-as-read:before,
.icon-v2-mark-as-unread:before,
.icon-v2-mention:before,
.icon-v2-mention-thick:before,
.icon-v2-menu:before,
.icon-v2-menu-collapse:before,
.icon-v2-merged-column-indication:before,
.icon-v2-microphone:before,
.icon-v2-migrate-overview:before,
.icon-v2-milestone:before,
.icon-v2-minus:before,
.icon-v2-mobile-phone:before,
.icon-v2-moon:before,
.icon-v2-moveto-o:before,
.icon-v2-multiple-person-column:before,
.icon-v2-my-monday:before,
.icon-v2-my-monday-0:before,
.icon-v2-my-week:before,
.icon-v2-my-week-o:before,
.icon-v2-new:before,
.icon-v2-new-label:before,
.icon-v2-new-tab:before,
.icon-v2-night-time:before,
.icon-v2-notifications-black:before,
.icon-v2-number-asc:before,
.icon-v2-number-desc:before,
.icon-v2-one:before,
.icon-v2-open-board-views-button:before,
.icon-v2-open-post-page:before,
.icon-v2-overdue-deadline:before,
.icon-v2-overview:before,
.icon-v2-overview-line:before,
.icon-v2-paper-plan:before,
.icon-v2-paperclip:before,
.icon-v2-paperclip-rotated:before,
.icon-v2-paste:before,
.icon-v2-pc:before,
.icon-v2-permission:before,
.icon-v2-permission-outline:before,
.icon-v2-permissions-assignee:before,
.icon-v2-permissions-content:before,
.icon-v2-permissions-readonly:before,
.icon-v2-permissions-view:before,
.icon-v2-permitted:before,
.icon-v2-phone-column:before,
.icon-v2-pin:before,
.icon-v2-pin-with-fill:before,
.icon-v2-play-icon-outline:before,
.icon-v2-plus:before,
.icon-v2-plus-simple:before,
.icon-v2-portfolio:before,
.icon-v2-present-mode:before,
.icon-v2-print:before,
.icon-v2-print-outline:before,
.icon-v2-priority-column:before,
.icon-v2-private-boards:before,
.icon-v2-public-boards:before,
.icon-v2-pulse-creation-log:before,
.icon-v2-pulse-id:before,
.icon-v2-pulse-updated-log:before,
.icon-v2-question-mark-circle-o:before,
.icon-v2-question-mark-icon:before,
.icon-v2-rating-column:before,
.icon-v2-rating-column-outline:before,
.icon-v2-reactivate:before,
.icon-v2-reply:before,
.icon-v2-resize:before,
.icon-v2-right-circle:before,
.icon-v2-save:before,
.icon-v2-save-group-sort:before,
.icon-v2-saved-filter:before,
.icon-v2-saved-filter-outline:before,
.icon-v2-schedule-email:before,
.icon-v2-search:before,
.icon-v2-search-thin:before,
.icon-v2-seen:before,
.icon-v2-settings:before,
.icon-v2-settings-line:before,
.icon-v2-share-boards:before,
.icon-v2-share-view:before,
.icon-v2-shared-templates:before,
.icon-v2-shift-timeline:before,
.icon-v2-shortcuts-b:before,
.icon-v2-shortcuts-backspace:before,
.icon-v2-shortcuts-c:before,
.icon-v2-shortcuts-command:before,
.icon-v2-shortcuts-control:before,
.icon-v2-shortcuts-ctrl:before,
.icon-v2-shortcuts-dot:before,
.icon-v2-shortcuts-down:before,
.icon-v2-shortcuts-enter:before,
.icon-v2-shortcuts-esc:before,
.icon-v2-shortcuts-f:before,
.icon-v2-shortcuts-g:before,
.icon-v2-shortcuts-l:before,
.icon-v2-shortcuts-left:before,
.icon-v2-shortcuts-question-mark:before,
.icon-v2-shortcuts-right:before,
.icon-v2-shortcuts-shift:before,
.icon-v2-shortcuts-space:before,
.icon-v2-shortcuts-tab:before,
.icon-v2-shortcuts-up:before,
.icon-v2-shortcuts-v:before,
.icon-v2-shortcuts-x:before,
.icon-v2-show:before,
.icon-v2-sleeping:before,
.icon-v2-small-long-text-column:before,
.icon-v2-small-numbers-column:before,
.icon-v2-small-numbers-digit-column:before,
.icon-v2-small-numbers-digit-column-outline:before,
.icon-v2-small-week-column:before,
.icon-v2-solution:before,
.icon-v2-solution-new:before,
.icon-v2-sort:before,
.icon-v2-sort-ascending:before,
.icon-v2-sort-descending:before,
.icon-v2-sort-lines:before,
.icon-v2-sort-o:before,
.icon-v2-sort-up-down-arrows:before,
.icon-v2-space:before,
.icon-v2-spaceship:before,
.icon-v2-split-view:before,
.icon-v2-splitscreen:before,
.icon-v2-spp:before,
.icon-v2-star:before,
.icon-v2-star-2:before,
.icon-v2-star-o:before,
.icon-v2-star-o2:before,
.icon-v2-starred-template:before,
.icon-v2-start-date-column:before,
.icon-v2-static-upcoming-deadline:before,
.icon-v2-static-upcoming-deadline-outline:before,
.icon-v2-status:before,
.icon-v2-status-outline:before,
.icon-v2-status-page:before,
.icon-v2-subitem-add-column:before,
.icon-v2-subitem-close:before,
.icon-v2-subitem-open:before,
.icon-v2-subitems-closed:before,
.icon-v2-subitems-menu-icon:before,
.icon-v2-subitems-open:before,
.icon-v2-subitems-opened:before,
.icon-v2-subscribers:before,
.icon-v2-subtasks-column-small:before,
.icon-v2-subtasks-column-small-outline:before,
.icon-v2-suggest-feature:before,
.icon-v2-sun:before,
.icon-v2-sun-outline:before,
.icon-v2-surface-boards:before,
.icon-v2-surface-broadcast:before,
.icon-v2-surface-dashboards:before,
.icon-v2-surface-favorites:before,
.icon-v2-surface-favorites-o:before,
.icon-v2-surface-help:before,
.icon-v2-surface-home:before,
.icon-v2-surface-home-o:before,
.icon-v2-surface-inbox:before,
.icon-v2-surface-inbox-no-updates:before,
.icon-v2-surface-inbox-no-updates-o:before,
.icon-v2-surface-inbox2:before,
.icon-v2-surface-inbox2-o:before,
.icon-v2-surface-invite:before,
.icon-v2-surface-search:before,
.icon-v2-surface-teams:before,
.icon-v2-surfce-no-notifications:before,
.icon-v2-surfce-notifications:before,
.icon-v2-team-column:before,
.icon-v2-team-column-outline:before,
.icon-v2-template:before,
.icon-v2-template-set:before,
.icon-v2-text:before,
.icon-v2-three:before,
.icon-v2-thumbnails:before,
.icon-v2-thumbnails-o:before,
.icon-v2-timeline-view-small:before,
.icon-v2-timetracking-column:before,
.icon-v2-timezone-v2-column:before,
.icon-v2-today:before,
.icon-v2-trophy:before,
.icon-v2-two:before,
.icon-v2-unarchive:before,
.icon-v2-unarchive-2-outline:before,
.icon-v2-unfollow:before,
.icon-v2-unlock-column:before,
.icon-v2-unlock-column-outline:before,
.icon-v2-unpermitted:before,
.icon-v2-unsubscribe:before,
.icon-v2-up-arrow:before,
.icon-v2-updown-arrows:before,
.icon-v2-upload-arrow:before,
.icon-v2-user-feedback:before,
.icon-v2-v:before,
.icon-v2-v-sign:before,
.icon-v2-valid:before,
.icon-v2-vcircle-icon:before,
.icon-v2-video-center-board-step:before,
.icon-v2-video-center-clock-step:before,
.icon-v2-video-center-conversation-step:before,
.icon-v2-video-center-image-step:before,
.icon-v2-view-default:before,
.icon-v2-view-mode:before,
.icon-v2-view-table:before,
.icon-v2-views-icon:before,
.icon-v2-vote-hand:before,
.icon-v2-vote-hand-outline:before,
.icon-v2-week-column:before,
.icon-v2-white-monday-logo:before,
.icon-v2-widget-view:before,
.icon-v2-workload-workflow:before,
.icon-v2-x-chips:before,
.icon-v2-zoom-app:before,
.icon-v2airplane:before,
.icon-video:before,
.icon-view_only_black:before,
.icon-warning-sign:before,
.icon-warning-sign-full:before,
.icon-work-anniversary:before,
.icon-working-status-dnd:before,
.icon-working-status-family:before,
.icon-working-status-focus-mode:before,
.icon-working-status-menu-item-avatar:before,
.icon-working-status-menu-item-profile:before,
.icon-working-status-on-break:before,
.icon-working-status-ooo:before,
.icon-working-status-outside:before,
.icon-working-status-sick:before,
.icon-working-status-wfh:before,
.icon-workspace-bird:before,
.icon-workspace-bolt:before,
.icon-workspace-brain:before,
.icon-workspace-chat:before,
.icon-workspace-cog:before,
.icon-workspace-crown:before,
.icon-workspace-diamond:before,
.icon-workspace-dollar:before,
.icon-workspace-flag:before,
.icon-workspace-flame:before,
.icon-workspace-folder:before,
.icon-workspace-globe:before,
.icon-workspace-heart:before,
.icon-workspace-home:before,
.icon-workspace-person:before,
.icon-workspace-shield:before,
.icon-workspace-sun:before,
.icon-workspace-sweed:before,
.icon-workspace-team:before {
  display: inline-block;
  font-family: "dapulse";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 920, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-DUMMY_FILE_20210223125759:before {
  content: "\f492";
}

/* line 921, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-account-usage:before {
  content: "\f100";
}

/* line 922, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-active-automations:before {
  content: "\f101";
}

/* line 923, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-add-blank-board-template:before {
  content: "\f102";
}

/* line 924, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-announce-new:before {
  content: "\f103";
}

/* line 925, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-app-support:before {
  content: "\f104";
}

/* line 926, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-apps-icon:before {
  content: "\f105";
}

/* line 927, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-arrow-both-sides:before {
  content: "\f459";
}

/* line 928, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-arrow-down:before {
  content: "\f106";
}

/* line 929, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-arrow-left:before {
  content: "\f107";
}

/* line 930, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-arrow-left-new:before {
  content: "\f108";
}

/* line 931, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-arrow-right-new:before {
  content: "\f109";
}

/* line 932, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-asset-attach-notification:before {
  content: "\f10a";
}

/* line 933, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-asset-excel-notification:before {
  content: "\f10b";
}

/* line 934, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-asset-image-notification:before {
  content: "\f10c";
}

/* line 935, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-asset-music-notification:before {
  content: "\f10d";
}

/* line 936, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-asset-pdf-notification:before {
  content: "\f10e";
}

/* line 937, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-asset-ppt-notification:before {
  content: "\f10f";
}

/* line 938, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-asset-video-notification:before {
  content: "\f110";
}

/* line 939, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-asset-word-notification:before {
  content: "\f111";
}

/* line 940, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-asset-zip-notification:before {
  content: "\f112";
}

/* line 941, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-assigned-notification:before {
  content: "\f113";
}

/* line 942, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-automations-add-custom:before {
  content: "\f114";
}

/* line 943, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-automations-basic-category:before {
  content: "\f115";
}

/* line 944, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-automations-custom-recipes:before {
  content: "\f116";
}

/* line 945, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-automations-featured-category:before {
  content: "\f117";
}

/* line 946, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-autopilot:before {
  content: "\f45a";
}

/* line 947, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-big-left-arrow:before {
  content: "\f118";
}

/* line 948, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-board-new:before {
  content: "\f119";
}

/* line 949, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-board-talk-chat:before {
  content: "\f11a";
}

/* line 950, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-board-talk-chat-border:before {
  content: "\f11b";
}

/* line 951, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-bubble-info:before {
  content: "\f11c";
}

/* line 952, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-building-blocks:before {
  content: "\f11d";
}

/* line 953, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-calendar-content:before {
  content: "\f11e";
}

/* line 954, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-check-double:before {
  content: "\f11f";
}

/* line 955, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-closed-book:before {
  content: "\f120";
}

/* line 956, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-contact-us:before {
  content: "\f121";
}

/* line 957, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-copy-icon:before {
  content: "\f122";
}

/* line 958, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-country-flag:before {
  content: "\f123";
}

/* line 959, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-daily-tasks:before {
  content: "\f124";
}

/* line 960, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-add:before {
  content: "\f125";
}

/* line 961, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-add-user2-b:before {
  content: "\f126";
}

/* line 962, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-add-users:before {
  content: "\f127";
}

/* line 963, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-addbtn:before {
  content: "\f128";
}

/* line 964, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-addbtn-2:before {
  content: "\f129";
}

/* line 965, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-adduser:before {
  content: "\f12a";
}

/* line 966, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin:before {
  content: "\f12b";
}

/* line 967, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin-billing:before {
  content: "\f12c";
}

/* line 968, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin-customization:before {
  content: "\f12d";
}

/* line 969, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin-general:before {
  content: "\f12e";
}

/* line 970, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin-help:before {
  content: "\f12f";
}

/* line 971, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin-integrations:before {
  content: "\f130";
}

/* line 972, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin-menu:before {
  content: "\f131";
}

/* line 973, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin-shredder:before {
  content: "\f132";
}

/* line 974, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin-stats:before {
  content: "\f133";
}

/* line 975, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-admin-users:before {
  content: "\f134";
}

/* line 976, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-announce:before {
  content: "\f135";
}

/* line 977, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-api-admin:before {
  content: "\f136";
}

/* line 978, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-archive-o:before {
  content: "\f137";
}

/* line 979, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-archived:before {
  content: "\f138";
}

/* line 980, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-arrow:before {
  content: "\f139";
}

/* line 981, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-asterisk:before {
  content: "\f13a";
}

/* line 982, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-attachment:before {
  content: "\f13b";
}

/* line 983, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-authentication:before {
  content: "\f13c";
}

/* line 984, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-bin:before {
  content: "\f13d";
}

/* line 985, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-bin-o:before {
  content: "\f13e";
}

/* line 986, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-binline-o:before {
  content: "\f13f";
}

/* line 987, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-board:before {
  content: "\f140";
}

/* line 988, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-board-filter:before {
  content: "\f141";
}

/* line 989, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-board-log:before {
  content: "\f142";
}

/* line 990, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-box:before {
  content: "\f143";
}

/* line 991, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-box-o:before {
  content: "\f144";
}

/* line 992, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-boxcom:before {
  content: "\f145";
}

/* line 993, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-branding-admin:before {
  content: "\f146";
}

/* line 994, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-broadcast:before {
  content: "\f147";
}

/* line 995, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-building:before {
  content: "\f148";
}

/* line 996, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-bulb:before {
  content: "\f149";
}

/* line 997, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-calendar:before {
  content: "\f14a";
}

/* line 998, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-caret-down:before {
  content: "\f14b";
}

/* line 999, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-check-2:before {
  content: "\f14c";
}

/* line 1000, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-checkbox:before {
  content: "\f14d";
}

/* line 1001, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-checkbox-checked:before {
  content: "\f14e";
}

/* line 1002, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-checkmark:before {
  content: "\f14f";
}

/* line 1003, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-checkmark-sign:before {
  content: "\f150";
}

/* line 1004, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-close:before {
  content: "\f151";
}

/* line 1005, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-collapse-all:before {
  content: "\f152";
}

/* line 1006, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-collapse-this:before {
  content: "\f153";
}

/* line 1007, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-command:before {
  content: "\f154";
}

/* line 1008, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-credit-card:before {
  content: "\f155";
}

/* line 1009, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-cupcake-large:before {
  content: "\f156";
}

/* line 1010, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-cupcake-small:before {
  content: "\f157";
}

/* line 1011, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-dailymail:before {
  content: "\f158";
}

/* line 1012, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-dapulse:before {
  content: "\f159";
}

/* line 1013, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-dashboard:before {
  content: "\f15a";
}

/* line 1014, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-date-column:before {
  content: "\f15b";
}

/* line 1015, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-doc:before {
  content: "\f15c";
}

/* line 1016, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-document:before {
  content: "\f15d";
}

/* line 1017, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-down:before {
  content: "\f15e";
}

/* line 1018, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-download:before {
  content: "\f15f";
}

/* line 1019, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-downstroke:before {
  content: "\f160";
}

/* line 1020, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-drag:before {
  content: "\f161";
}

/* line 1021, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-drag-2:before {
  content: "\f162";
}

/* line 1022, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-drag-handle-3:before {
  content: "\f163";
}

/* line 1023, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-drag-handle-4:before {
  content: "\f164";
}

/* line 1024, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-dragndrop:before {
  content: "\f165";
}

/* line 1025, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-dropbox:before {
  content: "\f166";
}

/* line 1026, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-dropdown-down-arrow:before {
  content: "\f167";
}

/* line 1027, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-dropdown-up-arrow:before {
  content: "\f168";
}

/* line 1028, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-edit:before {
  content: "\f169";
}

/* line 1029, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-email:before {
  content: "\f16a";
}

/* line 1030, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-email-round:before {
  content: "\f16b";
}

/* line 1031, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-enter:before {
  content: "\f16c";
}

/* line 1032, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-enterprise:before {
  content: "\f16d";
}

/* line 1033, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-everyone:before {
  content: "\f16e";
}

/* line 1034, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-excel:before {
  content: "\f16f";
}

/* line 1035, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-external-boards:before {
  content: "\f170";
}

/* line 1036, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-facebook:before {
  content: "\f171";
}

/* line 1037, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-facebook-logo:before {
  content: "\f172";
}

/* line 1038, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-favorite:before {
  content: "\f173";
}

/* line 1039, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-files:before {
  content: "\f174";
}

/* line 1040, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-filetype-excel:before {
  content: "\f175";
}

/* line 1041, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-filetype-music:before {
  content: "\f176";
}

/* line 1042, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-filetype-pdf:before {
  content: "\f177";
}

/* line 1043, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-filetype-plain:before {
  content: "\f178";
}

/* line 1044, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-filetype-ppt:before {
  content: "\f179";
}

/* line 1045, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-filetype-video:before {
  content: "\f17a";
}

/* line 1046, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-filetype-video2:before {
  content: "\f17b";
}

/* line 1047, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-filetype-word:before {
  content: "\f17c";
}

/* line 1048, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-filetype-zip:before {
  content: "\f17d";
}

/* line 1049, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-flag:before {
  content: "\f17e";
}

/* line 1050, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-folderclose:before {
  content: "\f17f";
}

/* line 1051, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-folderopen:before {
  content: "\f180";
}

/* line 1052, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-fullscreen:before {
  content: "\f181";
}

/* line 1053, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-gantt-timeline-v2:before {
  content: "\f44d";
}

/* line 1054, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-gift:before {
  content: "\f182";
}

/* line 1055, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-gmail:before {
  content: "\f183";
}

/* line 1056, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-gmail-round:before {
  content: "\f184";
}

/* line 1057, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-googledrive:before {
  content: "\f185";
}

/* line 1058, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-guest:before {
  content: "\f186";
}

/* line 1059, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-hamburger:before {
  content: "\f187";
}

/* line 1060, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-hashtag:before {
  content: "\f188";
}

/* line 1061, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-home:before {
  content: "\f189";
}

/* line 1062, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-import:before {
  content: "\f18a";
}

/* line 1063, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-inbox:before {
  content: "\f18b";
}

/* line 1064, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-info:before {
  content: "\f18c";
}

/* line 1065, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-insight:before {
  content: "\f18d";
}

/* line 1066, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-instantmail:before {
  content: "\f18e";
}

/* line 1067, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-integrations:before {
  content: "\f18f";
}

/* line 1068, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-iphone:before {
  content: "\f190";
}

/* line 1069, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-keyboard:before {
  content: "\f191";
}

/* line 1070, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-keyboard-no-keys:before {
  content: "\f192";
}

/* line 1071, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-labs:before {
  content: "\f193";
}

/* line 1072, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-left:before {
  content: "\f194";
}

/* line 1073, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-leftpane-q:before {
  content: "\f195";
}

/* line 1074, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-leftstroke:before {
  content: "\f196";
}

/* line 1075, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-leftstroke2:before {
  content: "\f197";
}

/* line 1076, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-lightning:before {
  content: "\f198";
}

/* line 1077, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-link:before {
  content: "\f199";
}

/* line 1078, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-linkedin-logo:before {
  content: "\f19a";
}

/* line 1079, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-livechat:before {
  content: "\f19b";
}

/* line 1080, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-livechat-b:before {
  content: "\f19c";
}

/* line 1081, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-livechat-c:before {
  content: "\f19d";
}

/* line 1082, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-livewebinar:before {
  content: "\f19e";
}

/* line 1083, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-location:before {
  content: "\f19f";
}

/* line 1084, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-location_b:before {
  content: "\f1a0";
}

/* line 1085, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-logout:before {
  content: "\f1a1";
}

/* line 1086, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-long-text-bold:before {
  content: "\f1a2";
}

/* line 1087, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-long-text-light:before {
  content: "\f1a3";
}

/* line 1088, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-love:before {
  content: "\f1a4";
}

/* line 1089, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-maatafa:before {
  content: "\f1a5";
}

/* line 1090, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-mailsent:before {
  content: "\f1a6";
}

/* line 1091, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-main:before {
  content: "\f1a7";
}

/* line 1092, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-mark-all:before {
  content: "\f1a8";
}

/* line 1093, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-mention:before {
  content: "\f1a9";
}

/* line 1094, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-mention-board:before {
  content: "\f1aa";
}

/* line 1095, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-mention-project:before {
  content: "\f1ab";
}

/* line 1096, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-messenger:before {
  content: "\f1ac";
}

/* line 1097, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-mic:before {
  content: "\f1ad";
}

/* line 1098, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-minus:before {
  content: "\f1ae";
}

/* line 1099, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-mobile:before {
  content: "\f1af";
}

/* line 1100, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-moveto-o:before {
  content: "\f1b0";
}

/* line 1101, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-music:before {
  content: "\f1b1";
}

/* line 1102, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-myboards:before {
  content: "\f1b2";
}

/* line 1103, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-myfeed:before {
  content: "\f1b3";
}

/* line 1104, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-new-comments:before {
  content: "\f1b4";
}

/* line 1105, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-new-folder-add:before {
  content: "\f1b5";
}

/* line 1106, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-new-folder-close:before {
  content: "\f1b6";
}

/* line 1107, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-new-folder-open:before {
  content: "\f1b7";
}

/* line 1108, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-new-inbox:before {
  content: "\f1b8";
}

/* line 1109, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-new-x:before {
  content: "\f1b9";
}

/* line 1110, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-nomail:before {
  content: "\f1ba";
}

/* line 1111, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-notes:before {
  content: "\f1bb";
}

/* line 1112, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-notification:before {
  content: "\f1bc";
}

/* line 1113, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-notification-tilted:before {
  content: "\f1bd";
}

/* line 1114, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-numbers-column:before {
  content: "\f1be";
}

/* line 1115, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-onedrive:before {
  content: "\f1bf";
}

/* line 1116, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-outline-star:before {
  content: "\f1c0";
}

/* line 1117, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-outline-star-copy2:before {
  content: "\f1c1";
}

/* line 1118, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-outlook:before {
  content: "\f1c2";
}

/* line 1119, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-owner:before {
  content: "\f1c3";
}

/* line 1120, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-owner-1:before {
  content: "\f1c4";
}

/* line 1121, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-payment:before {
  content: "\f1c5";
}

/* line 1122, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pdf:before {
  content: "\f1c6";
}

/* line 1123, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-person-column:before {
  content: "\f1c7";
}

/* line 1124, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-phone:before {
  content: "\f1c8";
}

/* line 1125, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-photo:before {
  content: "\f1c9";
}

/* line 1126, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pin:before {
  content: "\f1ca";
}

/* line 1127, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pin_pressed:before {
  content: "\f1cb";
}

/* line 1128, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-play:before {
  content: "\f1cc";
}

/* line 1129, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-playaround-v2:before {
  content: "\f1cd";
}

/* line 1130, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-playround:before {
  content: "\f1ce";
}

/* line 1131, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-playyt:before {
  content: "\f1cf";
}

/* line 1132, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-plus:before {
  content: "\f1d0";
}

/* line 1133, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-plus-menu:before {
  content: "\f1d1";
}

/* line 1134, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-plusone:before {
  content: "\f1d2";
}

/* line 1135, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-power:before {
  content: "\f1d3";
}

/* line 1136, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-ppt:before {
  content: "\f1d4";
}

/* line 1137, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-check:before {
  content: "\f1d5";
}

/* line 1138, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-check-v2:before {
  content: "\f1d6";
}

/* line 1139, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-lock:before {
  content: "\f1d7";
}

/* line 1140, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-mastercard:before {
  content: "\f1d8";
}

/* line 1141, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-mcafee:before {
  content: "\f1d9";
}

/* line 1142, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-norton:before {
  content: "\f1da";
}

/* line 1143, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-refund:before {
  content: "\f1db";
}

/* line 1144, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-refund-new:before {
  content: "\f1dc";
}

/* line 1145, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-ssl:before {
  content: "\f1dd";
}

/* line 1146, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pricing-visa:before {
  content: "\f1de";
}

/* line 1147, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-private:before {
  content: "\f1df";
}

/* line 1148, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-private-boards:before {
  content: "\f1e0";
}

/* line 1149, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-private-full:before {
  content: "\f1e1";
}

/* line 1150, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-profile:before {
  content: "\f1e2";
}

/* line 1151, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-public-boards:before {
  content: "\f1e3";
}

/* line 1152, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-pulse-circle:before {
  content: "\f1e4";
}

/* line 1153, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-q-and-a:before {
  content: "\f1e5";
}

/* line 1154, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-question:before {
  content: "\f1e6";
}

/* line 1155, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-recycle:before {
  content: "\f1e7";
}

/* line 1156, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-recycle-bin:before {
  content: "\f1e8";
}

/* line 1157, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-recycle-bin-archived:before {
  content: "\f1e9";
}

/* line 1158, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-recycle-bin-archived-header:before {
  content: "\f1ea";
}

/* line 1159, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-recycle-bin-back-arrow:before {
  content: "\f1eb";
}

/* line 1160, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-recycle-bin-header1:before {
  content: "\f1ec";
}

/* line 1161, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-removefromteam:before {
  content: "\f1ed";
}

/* line 1162, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-reply:before {
  content: "\f1ee";
}

/* line 1163, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-resource-allocation-column:before {
  content: "\f1ef";
}

/* line 1164, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-right:before {
  content: "\f1f0";
}

/* line 1165, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-right-angle:before {
  content: "\f1f1";
}

/* line 1166, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-rightstroke:before {
  content: "\f1f2";
}

/* line 1167, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-robot:before {
  content: "\f1f3";
}

/* line 1168, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-robot-new:before {
  content: "\f1f4";
}

/* line 1169, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-rocket:before {
  content: "\f1f5";
}

/* line 1170, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-saml:before {
  content: "\f1f6";
}

/* line 1171, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-save:before {
  content: "\f1f7";
}

/* line 1172, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-search:before {
  content: "\f1f8";
}

/* line 1173, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-search-hot-tags:before {
  content: "\f1f9";
}

/* line 1174, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-search-new:before {
  content: "\f1fa";
}

/* line 1175, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-security:before {
  content: "\f1fb";
}

/* line 1176, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-security2:before {
  content: "\f1fc";
}

/* line 1177, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-settings:before {
  content: "\f1fd";
}

/* line 1178, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-share:before {
  content: "\f1fe";
}

/* line 1179, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-share-link:before {
  content: "\f1ff";
}

/* line 1180, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-share-views:before {
  content: "\f200";
}

/* line 1181, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-skype:before {
  content: "\f201";
}

/* line 1182, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-sort:before {
  content: "\f202";
}

/* line 1183, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-star-subscribe:before {
  content: "\f203";
}

/* line 1184, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-star1-subscribe-outline:before {
  content: "\f204";
}

/* line 1185, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-suitcase:before {
  content: "\f205";
}

/* line 1186, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-switch:before {
  content: "\f206";
}

/* line 1187, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-tag-column:before {
  content: "\f207";
}

/* line 1188, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-team:before {
  content: "\f208";
}

/* line 1189, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-team-round:before {
  content: "\f209";
}

/* line 1190, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-teams:before {
  content: "\f20a";
}

/* line 1191, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-text:before {
  content: "\f20b";
}

/* line 1192, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-text-column:before {
  content: "\f20c";
}

/* line 1193, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-thumb:before {
  content: "\f20d";
}

/* line 1194, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-ticket:before {
  content: "\f20e";
}

/* line 1195, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-time:before {
  content: "\f20f";
}

/* line 1196, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-timeline:before {
  content: "\f210";
}

/* line 1197, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-timeline-column:before {
  content: "\f211";
}

/* line 1198, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-timeline-config:before {
  content: "\f212";
}

/* line 1199, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-timerange-picker-background:before {
  content: "\f213";
}

/* line 1200, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-trash:before {
  content: "\f214";
}

/* line 1201, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-twitter:before {
  content: "\f215";
}

/* line 1202, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-twitter-logo:before {
  content: "\f216";
}

/* line 1203, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-unfullscreen:before {
  content: "\f217";
}

/* line 1204, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-universe:before {
  content: "\f218";
}

/* line 1205, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-unsubscribe:before {
  content: "\f219";
}

/* line 1206, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-unsubscribe-board:before {
  content: "\f21a";
}

/* line 1207, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-unsubscribed:before {
  content: "\f21b";
}

/* line 1208, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-up:before {
  content: "\f21c";
}

/* line 1209, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-upgrade:before {
  content: "\f21d";
}

/* line 1210, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-upstroke:before {
  content: "\f21e";
}

/* line 1211, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-user-1:before {
  content: "\f21f";
}

/* line 1212, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-user-list:before {
  content: "\f220";
}

/* line 1213, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-user-round-stroke:before {
  content: "\f221";
}

/* line 1214, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-user-stroke:before {
  content: "\f222";
}

/* line 1215, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-userlist:before {
  content: "\f223";
}

/* line 1216, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-userlist2:before {
  content: "\f224";
}

/* line 1217, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-userlist_2:before {
  content: "\f225";
}

/* line 1218, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-users:before {
  content: "\f226";
}

/* line 1219, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-video:before {
  content: "\f227";
}

/* line 1220, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-video-call:before {
  content: "\f228";
}

/* line 1221, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-view:before {
  content: "\f229";
}

/* line 1222, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-word:before {
  content: "\f22a";
}

/* line 1223, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-x:before {
  content: "\f22b";
}

/* line 1224, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-x-slim:before {
  content: "\f22c";
}

/* line 1225, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dapulse-your-profile:before {
  content: "\f22d";
}

/* line 1226, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-date-cell-sync-closed:before {
  content: "\f22e";
}

/* line 1227, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-date-cell-sync-google:before {
  content: "\f22f";
}

/* line 1228, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-date-picker-navigation-left:before {
  content: "\f230";
}

/* line 1229, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-date-picker-navigation-right:before {
  content: "\f231";
}

/* line 1230, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-date-picker-sync-calendar:before {
  content: "\f232";
}

/* line 1231, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-developer-website:before {
  content: "\f234";
}

/* line 1232, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-dont-use:before {
  content: "\f44e";
}

/* line 1233, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-download-arrow:before {
  content: "\f45b";
}

/* line 1234, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-drag-anchor-3:before {
  content: "\f235";
}

/* line 1235, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-drop:before {
  content: "\f236";
}

/* line 1236, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-duplicate-board:before {
  content: "\f237";
}

/* line 1237, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-duration-store-column:before {
  content: "\f238";
}

/* line 1238, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-duration-v2-pause:before {
  content: "\f239";
}

/* line 1239, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-duration-v2-play:before {
  content: "\f23a";
}

/* line 1240, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-edit_assignee_black:before {
  content: "\f23b";
}

/* line 1241, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-edit_content_black:before {
  content: "\f23c";
}

/* line 1242, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-email-developer-team:before {
  content: "\f23d";
}

/* line 1243, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-emoji-picker-activity:before {
  content: "\f23e";
}

/* line 1244, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-emoji-picker-flags:before {
  content: "\f23f";
}

/* line 1245, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-emoji-picker-foods:before {
  content: "\f240";
}

/* line 1246, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-emoji-picker-nature:before {
  content: "\f241";
}

/* line 1247, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-emoji-picker-objects:before {
  content: "\f242";
}

/* line 1248, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-emoji-picker-people:before {
  content: "\f243";
}

/* line 1249, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-emoji-picker-places:before {
  content: "\f244";
}

/* line 1250, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-emoji-picker-recent:before {
  content: "\f245";
}

/* line 1251, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-emoji-picker-symbols:before {
  content: "\f246";
}

/* line 1252, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-end-of-year-like-fill:before {
  content: "\f247";
}

/* line 1253, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-end-of-year-like-line:before {
  content: "\f248";
}

/* line 1254, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-expand:before {
  content: "\f249";
}

/* line 1255, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-expand-small:before {
  content: "\f45c";
}

/* line 1256, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-expand-two-arrows:before {
  content: "\f24a";
}

/* line 1257, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-eye:before {
  content: "\f24b";
}

/* line 1258, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-eye-outline:before {
  content: "\f45d";
}

/* line 1259, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-folder-new:before {
  content: "\f24c";
}

/* line 1260, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-group:before {
  content: "\f44f";
}

/* line 1261, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-heart:before {
  content: "\f24d";
}

/* line 1262, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-hidden-eye:before {
  content: "\f24e";
}

/* line 1263, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-hidden-eye-outline:before {
  content: "\f45e";
}

/* line 1264, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-import-from-excel-template:before {
  content: "\f24f";
}

/* line 1265, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-import-from-excel-template-outline:before {
  content: "\f250";
}

/* line 1266, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-inbox-undo:before {
  content: "\f251";
}

/* line 1267, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-info_stroke:before {
  content: "\f252";
}

/* line 1268, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-item-height:before {
  content: "\f253";
}

/* line 1269, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-item-height-double:before {
  content: "\f254";
}

/* line 1270, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-item-height-single:before {
  content: "\f255";
}

/* line 1271, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-item-height-triple:before {
  content: "\f256";
}

/* line 1272, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-job-recruiting:before {
  content: "\f257";
}

/* line 1273, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-leftpane-collapse-bottom:before {
  content: "\f258";
}

/* line 1274, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-leftpane-collapse-left:before {
  content: "\f259";
}

/* line 1275, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-liked-notification:before {
  content: "\f25a";
}

/* line 1276, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-line-arrow-down:before {
  content: "\f25b";
}

/* line 1277, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-line-arrow-up:before {
  content: "\f25c";
}

/* line 1278, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-list-arrow:before {
  content: "\f25d";
}

/* line 1279, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-lite-hamburger:before {
  content: "\f25e";
}

/* line 1280, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-magic-wand:before {
  content: "\f25f";
}

/* line 1281, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-magic-wand-outline:before {
  content: "\f260";
}

/* line 1282, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-manage-a-trois:before {
  content: "\f261";
}

/* line 1283, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-marketplace-arrow-left:before {
  content: "\f45f";
}

/* line 1284, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-marketplace-arrow-right:before {
  content: "\f460";
}

/* line 1285, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-marketplace-report-app:before {
  content: "\f461";
}

/* line 1286, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-mentioned-notification:before {
  content: "\f262";
}

/* line 1287, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-monday-icon:before {
  content: "\f263";
}

/* line 1288, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-monday-pulse-circle:before {
  content: "\f264";
}

/* line 1289, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-more-dots:before {
  content: "\f265";
}

/* line 1290, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-move-to:before {
  content: "\f450";
}

/* line 1291, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-new-crown:before {
  content: "\f266";
}

/* line 1292, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-notice-notification:before {
  content: "\f462";
}

/* line 1293, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-open-book:before {
  content: "\f267";
}

/* line 1294, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-opposite-checkmark:before {
  content: "\f268";
}

/* line 1295, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-organization-wide-use:before {
  content: "\f269";
}

/* line 1296, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-phone-callback:before {
  content: "\f26a";
}

/* line 1297, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-play-button:before {
  content: "\f26b";
}

/* line 1298, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-present:before {
  content: "\f26c";
}

/* line 1299, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-privacy-policy:before {
  content: "\f26d";
}

/* line 1300, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-project-management:before {
  content: "\f26e";
}

/* line 1301, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-read-notification:before {
  content: "\f26f";
}

/* line 1302, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-replied-notification:before {
  content: "\f270";
}

/* line 1303, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-shield:before {
  content: "\f271";
}

/* line 1304, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-slider-arrow:before {
  content: "\f272";
}

/* line 1305, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-date-column:before {
  content: "\f273";
}

/* line 1306, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-dropdown-column:before {
  content: "\f274";
}

/* line 1307, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-dropdown-column-outline:before {
  content: "\f463";
}

/* line 1308, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-multiple-person-column:before {
  content: "\f275";
}

/* line 1309, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-numbers-column:before {
  content: "\f276";
}

/* line 1310, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-person-column:before {
  content: "\f277";
}

/* line 1311, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-resource-allocation-column:before {
  content: "\f278";
}

/* line 1312, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-status-column:before {
  content: "\f279";
}

/* line 1313, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-tags-column:before {
  content: "\f27a";
}

/* line 1314, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-text-column:before {
  content: "\f27b";
}

/* line 1315, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-timeline-column:before {
  content: "\f27c";
}

/* line 1316, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-small-timeline-column-outline:before {
  content: "\f464";
}

/* line 1317, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-speaker:before {
  content: "\f27d";
}

/* line 1318, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-star:before {
  content: "\f27e";
}

/* line 1319, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-store-automations:before {
  content: "\f27f";
}

/* line 1320, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-structured-data:before {
  content: "\f280";
}

/* line 1321, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-subitems_store:before {
  content: "\f281";
}

/* line 1322, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-submit-lock-icon:before {
  content: "\f282";
}

/* line 1323, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-subscribed-notification:before {
  content: "\f283";
}

/* line 1324, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-suggested-board-new:before {
  content: "\f284";
}

/* line 1325, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-surface-collapse:before {
  content: "\f285";
}

/* line 1326, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-surface-expand:before {
  content: "\f286";
}

/* line 1327, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-teams-add-user:before {
  content: "\f287";
}

/* line 1328, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-template-start-bundle-icon-v2:before {
  content: "\f288";
}

/* line 1329, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-terms-of-use:before {
  content: "\f465";
}

/* line 1330, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-thin-check:before {
  content: "\f289";
}

/* line 1331, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-trash-bin:before {
  content: "\f466";
}

/* line 1332, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-unfollow-notifications:before {
  content: "\f28a";
}

/* line 1333, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-unread-notification:before {
  content: "\f28b";
}

/* line 1334, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-updated-notification:before {
  content: "\f467";
}

/* line 1335, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-upgrade-star:before {
  content: "\f28c";
}

/* line 1336, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-upgrade-stars-new:before {
  content: "\f28d";
}

/* line 1337, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-account-strength:before {
  content: "\f28e";
}

/* line 1338, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-activity-log:before {
  content: "\f28f";
}

/* line 1339, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-activity-log-black:before {
  content: "\f290";
}

/* line 1340, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-activity-log-bold:before {
  content: "\f291";
}

/* line 1341, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-activity-no-border:before {
  content: "\f468";
}

/* line 1342, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-add:before {
  content: "\f292";
}

/* line 1343, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-add-batch-pulses:before {
  content: "\f293";
}

/* line 1344, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-add-batch-pulses3:before {
  content: "\f294";
}

/* line 1345, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-add-calendar:before {
  content: "\f295";
}

/* line 1346, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-add-new-map-location:before {
  content: "\f296";
}

/* line 1347, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-add-outline:before {
  content: "\f297";
}

/* line 1348, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-add-subsort:before {
  content: "\f298";
}

/* line 1349, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-add-subsort-outline:before {
  content: "\f469";
}

/* line 1350, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-advanced-filters:before {
  content: "\f299";
}

/* line 1351, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-advanced-filters-without-line:before {
  content: "\f29a";
}

/* line 1352, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-airplane:before {
  content: "\f29b";
}

/* line 1353, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-alarm-clock:before {
  content: "\f29c";
}

/* line 1354, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-align-center:before {
  content: "\f29d";
}

/* line 1355, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-align-left:before {
  content: "\f29e";
}

/* line 1356, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-align-right:before {
  content: "\f29f";
}

/* line 1357, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-all-workspaces:before {
  content: "\f2a0";
}

/* line 1358, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-all-workspaces-o:before {
  content: "\f2a1";
}

/* line 1359, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-android:before {
  content: "\f2a2";
}

/* line 1360, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-android-black:before {
  content: "\f2a3";
}

/* line 1361, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-app:before {
  content: "\f2a4";
}

/* line 1362, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-app-installed:before {
  content: "\f46a";
}

/* line 1363, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-archive:before {
  content: "\f2a5";
}

/* line 1364, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-archive-o:before {
  content: "\f2a6";
}

/* line 1365, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-archive-o-2:before {
  content: "\f2a7";
}

/* line 1366, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-arrow-circle:before {
  content: "\f2a8";
}

/* line 1367, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-ask-for-update:before {
  content: "\f2a9";
}

/* line 1368, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations:before {
  content: "\f2aa";
}

/* line 1369, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations-announcements:before {
  content: "\f2ab";
}

/* line 1370, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations-dependencies:before {
  content: "\f2ac";
}

/* line 1371, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations-due-dates:before {
  content: "\f2ad";
}

/* line 1372, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations-item-creation:before {
  content: "\f2ae";
}

/* line 1373, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations-move-item:before {
  content: "\f2af";
}

/* line 1374, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations-notifications:before {
  content: "\f2b0";
}

/* line 1375, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations-outline:before {
  content: "\f2b1";
}

/* line 1376, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations-recurring:before {
  content: "\f2b2";
}

/* line 1377, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-automations-status-change:before {
  content: "\f2b3";
}

/* line 1378, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-az-asc:before {
  content: "\f2b4";
}

/* line 1379, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-az-desc:before {
  content: "\f2b5";
}

/* line 1380, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-backspace:before {
  content: "\f2b6";
}

/* line 1381, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-backspace-line:before {
  content: "\f2b7";
}

/* line 1382, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-baseline:before {
  content: "\f48e";
}

/* line 1383, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-billing-multi-board-guest:before {
  content: "\f2b8";
}

/* line 1384, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-billing-user-guest:before {
  content: "\f2b9";
}

/* line 1385, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-billing-user-member:before {
  content: "\f2ba";
}

/* line 1386, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-billing-user-viewer:before {
  content: "\f2bb";
}

/* line 1387, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-binline-o:before {
  content: "\f2bc";
}

/* line 1388, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-board:before {
  content: "\f2bd";
}

/* line 1389, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-board-full:before {
  content: "\f2be";
}

/* line 1390, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-board-relation-small:before {
  content: "\f2bf";
}

/* line 1391, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-board-structure:before {
  content: "\f2c0";
}

/* line 1392, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-board-structure-content:before {
  content: "\f2c1";
}

/* line 1393, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-board-views-black:before {
  content: "\f2c2";
}

/* line 1394, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-board-views2:before {
  content: "\f2c3";
}

/* line 1395, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-board-views3:before {
  content: "\f2c4";
}

/* line 1396, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-boards:before {
  content: "\f2c5";
}

/* line 1397, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-bolt-switch:before {
  content: "\f2c6";
}

/* line 1398, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-bolt-switch-full:before {
  content: "\f2c7";
}

/* line 1399, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-bookmark:before {
  content: "\f2c8";
}

/* line 1400, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-bookmark-no-fill:before {
  content: "\f2c9";
}

/* line 1401, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-broadcast:before {
  content: "\f2ca";
}

/* line 1402, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-broadcast-view-small5:before {
  content: "\f2cb";
}

/* line 1403, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-budget-column:before {
  content: "\f2cc";
}

/* line 1404, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-burndown-chart-color:before {
  content: "\f2cd";
}

/* line 1405, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-button-column:before {
  content: "\f2ce";
}

/* line 1406, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-calendar-view-small:before {
  content: "\f2cf";
}

/* line 1407, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-calendar-view-small-outline:before {
  content: "\f46b";
}

/* line 1408, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-change:before {
  content: "\f2d0";
}

/* line 1409, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-change-column-type:before {
  content: "\f2d1";
}

/* line 1410, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-change-column-type-outline:before {
  content: "\f46c";
}

/* line 1411, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-change-profile-picture:before {
  content: "\f2d2";
}

/* line 1412, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-chart-view-small:before {
  content: "\f2d3";
}

/* line 1413, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-chat-with-update:before {
  content: "\f2d4";
}

/* line 1414, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-chat-without-update:before {
  content: "\f2d5";
}

/* line 1415, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-check:before {
  content: "\f2d6";
}

/* line 1416, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-checkbox:before {
  content: "\f2d7";
}

/* line 1417, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-checkbox-small:before {
  content: "\f2d8";
}

/* line 1418, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-checkbox-small-outline:before {
  content: "\f46d";
}

/* line 1419, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-checklist:before {
  content: "\f2d9";
}

/* line 1420, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-checklist-full:before {
  content: "\f2da";
}

/* line 1421, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-chevron-bottom-right:before {
  content: "\f2db";
}

/* line 1422, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-chevron-left:before {
  content: "\f2dc";
}

/* line 1423, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-chevron-right:before {
  content: "\f2dd";
}

/* line 1424, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-chevron-top-left:before {
  content: "\f2de";
}

/* line 1425, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-circle:before {
  content: "\f2df";
}

/* line 1426, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-circle-o:before {
  content: "\f2e0";
}

/* line 1427, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-clear-content:before {
  content: "\f2e1";
}

/* line 1428, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-client-name-column:before {
  content: "\f2e2";
}

/* line 1429, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-clock:before {
  content: "\f2e3";
}

/* line 1430, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-clock-thin:before {
  content: "\f2e4";
}

/* line 1431, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-close-updates:before {
  content: "\f2e5";
}

/* line 1432, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-cloud:before {
  content: "\f2e6";
}

/* line 1433, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-cmd:before {
  content: "\f2e7";
}

/* line 1434, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-coffee:before {
  content: "\f2e8";
}

/* line 1435, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-collapse:before {
  content: "\f2e9";
}

/* line 1436, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-collapse-column:before {
  content: "\f2ea";
}

/* line 1437, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-collapse-column-outline:before {
  content: "\f46e";
}

/* line 1438, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-collapse-dialog:before {
  content: "\f2eb";
}

/* line 1439, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-collapse-down:before {
  content: "\f2ec";
}

/* line 1440, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-collapse-line:before {
  content: "\f2ed";
}

/* line 1441, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-collapse-up:before {
  content: "\f2ee";
}

/* line 1442, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-color-picker-column:before {
  content: "\f2ef";
}

/* line 1443, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-color-picker-column-outline:before {
  content: "\f46f";
}

/* line 1444, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-column-icon:before {
  content: "\f470";
}

/* line 1445, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-columns-battery-column:before {
  content: "\f2f0";
}

/* line 1446, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-connector:before {
  content: "\f2f1";
}

/* line 1447, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-constant:before {
  content: "\f2f2";
}

/* line 1448, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-convert-to-item:before {
  content: "\f48f";
}

/* line 1449, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-convert-to-subitem:before {
  content: "\f490";
}

/* line 1450, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-copy:before {
  content: "\f2f3";
}

/* line 1451, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-crown:before {
  content: "\f2f4";
}

/* line 1452, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-cubes:before {
  content: "\f2f5";
}

/* line 1453, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-cut:before {
  content: "\f2f6";
}

/* line 1454, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-dark-mode:before {
  content: "\f2f7";
}

/* line 1455, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-dashboard:before {
  content: "\f2f8";
}

/* line 1456, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-dashboard-empty:before {
  content: "\f2f9";
}

/* line 1457, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-dashboards:before {
  content: "\f2fa";
}

/* line 1458, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-day-time:before {
  content: "\f2fb";
}

/* line 1459, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-deactivate:before {
  content: "\f2fc";
}

/* line 1460, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-deadline-mode:before {
  content: "\f2fd";
}

/* line 1461, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-default-view-house:before {
  content: "\f471";
}

/* line 1462, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-delete:before {
  content: "\f2fe";
}

/* line 1463, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-delete-line:before {
  content: "\f2ff";
}

/* line 1464, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-dependency:before {
  content: "\f44b";
}

/* line 1465, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-dependency-small:before {
  content: "\f300";
}

/* line 1466, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-done-deadline:before {
  content: "\f301";
}

/* line 1467, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-down-arrow:before {
  content: "\f302";
}

/* line 1468, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-download:before {
  content: "\f303";
}

/* line 1469, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-drag:before {
  content: "\f304";
}

/* line 1470, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-drop-icon:before {
  content: "\f305";
}

/* line 1471, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-dropdown-column:before {
  content: "\f306";
}

/* line 1472, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-duplicate:before {
  content: "\f307";
}

/* line 1473, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-duplicate-2-outline:before {
  content: "\f308";
}

/* line 1474, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-duplicate-board:before {
  content: "\f309";
}

/* line 1475, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-duplicate-board-outline:before {
  content: "\f30a";
}

/* line 1476, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-duplicate-board-plus:before {
  content: "\f30b";
}

/* line 1477, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-duplicate-o:before {
  content: "\f30c";
}

/* line 1478, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-duration-column:before {
  content: "\f30d";
}

/* line 1479, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-edit:before {
  content: "\f30e";
}

/* line 1480, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-edit-line:before {
  content: "\f30f";
}

/* line 1481, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-edit-overview:before {
  content: "\f310";
}

/* line 1482, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-ellipsis:before {
  content: "\f311";
}

/* line 1483, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-email:before {
  content: "\f312";
}

/* line 1484, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-email-column:before {
  content: "\f313";
}

/* line 1485, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-email-us:before {
  content: "\f314";
}

/* line 1486, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-embed:before {
  content: "\f315";
}

/* line 1487, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-enter:before {
  content: "\f316";
}

/* line 1488, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-est-hours-column:before {
  content: "\f317";
}

/* line 1489, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-excel:before {
  content: "\f318";
}

/* line 1490, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-excel-line:before {
  content: "\f319";
}

/* line 1491, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-exclamation:before {
  content: "\f31a";
}

/* line 1492, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-expand-column:before {
  content: "\f31b";
}

/* line 1493, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-expand-pulsecard:before {
  content: "\f31c";
}

/* line 1494, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-export:before {
  content: "\f31d";
}

/* line 1495, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-export-to-excel:before {
  content: "\f31e";
}

/* line 1496, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-export-to-excel-outline:before {
  content: "\f472";
}

/* line 1497, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-extra-color-exclamation-mark:before {
  content: "\f31f";
}

/* line 1498, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-eye-on-board:before {
  content: "\f320";
}

/* line 1499, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-facebook-letter:before {
  content: "\f321";
}

/* line 1500, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-file-column:before {
  content: "\f322";
}

/* line 1501, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-file-column-small:before {
  content: "\f323";
}

/* line 1502, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-files:before {
  content: "\f324";
}

/* line 1503, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-files-view-small:before {
  content: "\f325";
}

/* line 1504, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-filter:before {
  content: "\f326";
}

/* line 1505, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-floating-column:before {
  content: "\f327";
}

/* line 1506, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-floating-column-circle:before {
  content: "\f328";
}

/* line 1507, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-folder-new:before {
  content: "\f329";
}

/* line 1508, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-follow:before {
  content: "\f32a";
}

/* line 1509, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-form:before {
  content: "\f32b";
}

/* line 1510, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-form-view-small:before {
  content: "\f32c";
}

/* line 1511, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-free-user:before {
  content: "\f32d";
}

/* line 1512, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-full-view:before {
  content: "\f32e";
}

/* line 1513, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-fullscreen:before {
  content: "\f32f";
}

/* line 1514, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-fullscreen-close:before {
  content: "\f457";
}

/* line 1515, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-fullscreen-slim:before {
  content: "\f330";
}

/* line 1516, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-function:before {
  content: "\f331";
}

/* line 1517, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-function-small:before {
  content: "\f332";
}

/* line 1518, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-function-small-outline:before {
  content: "\f473";
}

/* line 1519, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-funnel:before {
  content: "\f333";
}

/* line 1520, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-gallery:before {
  content: "\f334";
}

/* line 1521, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-gif:before {
  content: "\f335";
}

/* line 1522, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-gif-with-border:before {
  content: "\f336";
}

/* line 1523, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-graduation-hat:before {
  content: "\f337";
}

/* line 1524, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-graph:before {
  content: "\f338";
}

/* line 1525, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-guest:before {
  content: "\f339";
}

/* line 1526, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-hamburger-menu:before {
  content: "\f474";
}

/* line 1527, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-heart:before {
  content: "\f33a";
}

/* line 1528, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-heart-line:before {
  content: "\f33b";
}

/* line 1529, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-hexagon:before {
  content: "\f33c";
}

/* line 1530, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-hexagon-button:before {
  content: "\f33d";
}

/* line 1531, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-hide:before {
  content: "\f33e";
}

/* line 1532, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-home:before {
  content: "\f33f";
}

/* line 1533, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-home-new:before {
  content: "\f340";
}

/* line 1534, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-home-new-o:before {
  content: "\f341";
}

/* line 1535, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-inbox:before {
  content: "\f342";
}

/* line 1536, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-inbox-o:before {
  content: "\f343";
}

/* line 1537, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-info:before {
  content: "\f344";
}

/* line 1538, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-info-dark:before {
  content: "\f345";
}

/* line 1539, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-information:before {
  content: "\f346";
}

/* line 1540, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-information-big:before {
  content: "\f347";
}

/* line 1541, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-information-small:before {
  content: "\f348";
}

/* line 1542, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-integrations:before {
  content: "\f349";
}

/* line 1543, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-invalid:before {
  content: "\f34a";
}

/* line 1544, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-iphone:before {
  content: "\f34b";
}

/* line 1545, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-iphone-black:before {
  content: "\f34c";
}

/* line 1546, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-item-default-values:before {
  content: "\f34d";
}

/* line 1547, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-item-list:before {
  content: "\f34e";
}

/* line 1548, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-kanban-view-small:before {
  content: "\f34f";
}

/* line 1549, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-keyboard:before {
  content: "\f350";
}

/* line 1550, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-left-click:before {
  content: "\f351";
}

/* line 1551, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-light-mode:before {
  content: "\f352";
}

/* line 1552, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-like:before {
  content: "\f353";
}

/* line 1553, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-like-full:before {
  content: "\f354";
}

/* line 1554, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-line-add:before {
  content: "\f355";
}

/* line 1555, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-line-calendar:before {
  content: "\f356";
}

/* line 1556, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-line-chart:before {
  content: "\f357";
}

/* line 1557, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-line-files:before {
  content: "\f358";
}

/* line 1558, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-line-kanban:before {
  content: "\f359";
}

/* line 1559, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-line-location:before {
  content: "\f35a";
}

/* line 1560, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-line-subscribers:before {
  content: "\f35b";
}

/* line 1561, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-link:before {
  content: "\f35c";
}

/* line 1562, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-link-bold:before {
  content: "\f35d";
}

/* line 1563, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-link-column:before {
  content: "\f35e";
}

/* line 1564, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-link-to-board:before {
  content: "\f35f";
}

/* line 1565, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-link-to-board-small:before {
  content: "\f360";
}

/* line 1566, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-link-to-pulse-arrow:before {
  content: "\f361";
}

/* line 1567, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-location:before {
  content: "\f362";
}

/* line 1568, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-location-column:before {
  content: "\f363";
}

/* line 1569, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-location-view-small:before {
  content: "\f364";
}

/* line 1570, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-lock:before {
  content: "\f365";
}

/* line 1571, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-long-text:before {
  content: "\f366";
}

/* line 1572, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-long-text-column:before {
  content: "\f367";
}

/* line 1573, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-lookup-arrow:before {
  content: "\f368";
}

/* line 1574, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-mac:before {
  content: "\f369";
}

/* line 1575, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-mark-as-read:before {
  content: "\f36a";
}

/* line 1576, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-mark-as-unread:before {
  content: "\f36b";
}

/* line 1577, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-mention:before {
  content: "\f36c";
}

/* line 1578, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-mention-thick:before {
  content: "\f36d";
}

/* line 1579, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-menu:before {
  content: "\f36e";
}

/* line 1580, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-menu-collapse:before {
  content: "\f36f";
}

/* line 1581, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-merged-column-indication:before {
  content: "\f370";
}

/* line 1582, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-microphone:before {
  content: "\f371";
}

/* line 1583, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-migrate-overview:before {
  content: "\f372";
}

/* line 1584, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-milestone:before {
  content: "\f475";
}

/* line 1585, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-minus:before {
  content: "\f476";
}

/* line 1586, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-mobile-phone:before {
  content: "\f373";
}

/* line 1587, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-moon:before {
  content: "\f374";
}

/* line 1588, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-moveto-o:before {
  content: "\f375";
}

/* line 1589, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-multiple-person-column:before {
  content: "\f376";
}

/* line 1590, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-my-monday:before {
  content: "\f477";
}

/* line 1591, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-my-monday-0:before {
  content: "\f478";
}

/* line 1592, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-my-week:before {
  content: "\f377";
}

/* line 1593, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-my-week-o:before {
  content: "\f378";
}

/* line 1594, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-new:before {
  content: "\f379";
}

/* line 1595, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-new-label:before {
  content: "\f37a";
}

/* line 1596, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-new-tab:before {
  content: "\f37b";
}

/* line 1597, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-night-time:before {
  content: "\f37c";
}

/* line 1598, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-notifications-black:before {
  content: "\f37d";
}

/* line 1599, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-number-asc:before {
  content: "\f37e";
}

/* line 1600, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-number-desc:before {
  content: "\f37f";
}

/* line 1601, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-one:before {
  content: "\f380";
}

/* line 1602, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-open-board-views-button:before {
  content: "\f381";
}

/* line 1603, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-open-post-page:before {
  content: "\f382";
}

/* line 1604, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-overdue-deadline:before {
  content: "\f383";
}

/* line 1605, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-overview:before {
  content: "\f384";
}

/* line 1606, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-overview-line:before {
  content: "\f385";
}

/* line 1607, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-paper-plan:before {
  content: "\f386";
}

/* line 1608, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-paperclip:before {
  content: "\f387";
}

/* line 1609, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-paperclip-rotated:before {
  content: "\f388";
}

/* line 1610, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-paste:before {
  content: "\f389";
}

/* line 1611, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-pc:before {
  content: "\f38a";
}

/* line 1612, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-permission:before {
  content: "\f38b";
}

/* line 1613, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-permission-outline:before {
  content: "\f38c";
}

/* line 1614, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-permissions-assignee:before {
  content: "\f38d";
}

/* line 1615, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-permissions-content:before {
  content: "\f38e";
}

/* line 1616, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-permissions-readonly:before {
  content: "\f38f";
}

/* line 1617, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-permissions-view:before {
  content: "\f479";
}

/* line 1618, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-permitted:before {
  content: "\f390";
}

/* line 1619, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-phone-column:before {
  content: "\f391";
}

/* line 1620, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-pin:before {
  content: "\f392";
}

/* line 1621, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-pin-with-fill:before {
  content: "\f393";
}

/* line 1622, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-play-icon-outline:before {
  content: "\f394";
}

/* line 1623, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-plus:before {
  content: "\f47a";
}

/* line 1624, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-plus-simple:before {
  content: "\f47b";
}

/* line 1625, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-portfolio:before {
  content: "\f395";
}

/* line 1626, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-present-mode:before {
  content: "\f396";
}

/* line 1627, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-print:before {
  content: "\f397";
}

/* line 1628, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-print-outline:before {
  content: "\f398";
}

/* line 1629, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-priority-column:before {
  content: "\f399";
}

/* line 1630, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-private-boards:before {
  content: "\f39a";
}

/* line 1631, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-public-boards:before {
  content: "\f39b";
}

/* line 1632, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-pulse-creation-log:before {
  content: "\f39c";
}

/* line 1633, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-pulse-id:before {
  content: "\f39d";
}

/* line 1634, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-pulse-updated-log:before {
  content: "\f39e";
}

/* line 1635, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-question-mark-circle-o:before {
  content: "\f491";
}

/* line 1636, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-question-mark-icon:before {
  content: "\f39f";
}

/* line 1637, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-rating-column:before {
  content: "\f3a0";
}

/* line 1638, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-rating-column-outline:before {
  content: "\f47c";
}

/* line 1639, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-reactivate:before {
  content: "\f3a1";
}

/* line 1640, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-reply:before {
  content: "\f3a2";
}

/* line 1641, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-resize:before {
  content: "\f3a3";
}

/* line 1642, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-right-circle:before {
  content: "\f3a4";
}

/* line 1643, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-save:before {
  content: "\f3a5";
}

/* line 1644, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-save-group-sort:before {
  content: "\f3a6";
}

/* line 1645, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-saved-filter:before {
  content: "\f3a7";
}

/* line 1646, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-saved-filter-outline:before {
  content: "\f3a8";
}

/* line 1647, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-schedule-email:before {
  content: "\f3a9";
}

/* line 1648, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-search:before {
  content: "\f3aa";
}

/* line 1649, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-search-thin:before {
  content: "\f3ab";
}

/* line 1650, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-seen:before {
  content: "\f3ac";
}

/* line 1651, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-settings:before {
  content: "\f3ad";
}

/* line 1652, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-settings-line:before {
  content: "\f3ae";
}

/* line 1653, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-share-boards:before {
  content: "\f3af";
}

/* line 1654, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-share-view:before {
  content: "\f3b0";
}

/* line 1655, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shared-templates:before {
  content: "\f3b1";
}

/* line 1656, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shift-timeline:before {
  content: "\f3b2";
}

/* line 1657, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-b:before {
  content: "\f3b3";
}

/* line 1658, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-backspace:before {
  content: "\f3b4";
}

/* line 1659, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-c:before {
  content: "\f3b5";
}

/* line 1660, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-command:before {
  content: "\f3b6";
}

/* line 1661, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-control:before {
  content: "\f3b7";
}

/* line 1662, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-ctrl:before {
  content: "\f3b8";
}

/* line 1663, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-dot:before {
  content: "\f3b9";
}

/* line 1664, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-down:before {
  content: "\f3ba";
}

/* line 1665, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-enter:before {
  content: "\f3bb";
}

/* line 1666, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-esc:before {
  content: "\f3bc";
}

/* line 1667, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-f:before {
  content: "\f3bd";
}

/* line 1668, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-g:before {
  content: "\f3be";
}

/* line 1669, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-l:before {
  content: "\f3bf";
}

/* line 1670, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-left:before {
  content: "\f3c0";
}

/* line 1671, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-question-mark:before {
  content: "\f3c1";
}

/* line 1672, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-right:before {
  content: "\f3c2";
}

/* line 1673, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-shift:before {
  content: "\f3c3";
}

/* line 1674, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-space:before {
  content: "\f3c4";
}

/* line 1675, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-tab:before {
  content: "\f3c5";
}

/* line 1676, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-up:before {
  content: "\f3c6";
}

/* line 1677, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-v:before {
  content: "\f3c7";
}

/* line 1678, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-shortcuts-x:before {
  content: "\f3c8";
}

/* line 1679, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-show:before {
  content: "\f3c9";
}

/* line 1680, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-sleeping:before {
  content: "\f452";
}

/* line 1681, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-small-long-text-column:before {
  content: "\f3ca";
}

/* line 1682, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-small-numbers-column:before {
  content: "\f3cb";
}

/* line 1683, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-small-numbers-digit-column:before {
  content: "\f3cc";
}

/* line 1684, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-small-numbers-digit-column-outline:before {
  content: "\f47d";
}

/* line 1685, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-small-week-column:before {
  content: "\f3cd";
}

/* line 1686, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-solution:before {
  content: "\f3ce";
}

/* line 1687, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-solution-new:before {
  content: "\f3cf";
}

/* line 1688, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-sort:before {
  content: "\f3d0";
}

/* line 1689, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-sort-ascending:before {
  content: "\f3d1";
}

/* line 1690, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-sort-descending:before {
  content: "\f3d2";
}

/* line 1691, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-sort-lines:before {
  content: "\f47e";
}

/* line 1692, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-sort-o:before {
  content: "\f3d3";
}

/* line 1693, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-sort-up-down-arrows:before {
  content: "\f3d4";
}

/* line 1694, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-space:before {
  content: "\f3d5";
}

/* line 1695, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-spaceship:before {
  content: "\f3d6";
}

/* line 1696, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-split-view:before {
  content: "\f3d7";
}

/* line 1697, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-splitscreen:before {
  content: "\f3d8";
}

/* line 1698, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-spp:before {
  content: "\f3d9";
}

/* line 1699, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-star:before {
  content: "\f3da";
}

/* line 1700, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-star-2:before {
  content: "\f3db";
}

/* line 1701, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-star-o:before {
  content: "\f3dc";
}

/* line 1702, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-star-o2:before {
  content: "\f3dd";
}

/* line 1703, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-starred-template:before {
  content: "\f3de";
}

/* line 1704, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-start-date-column:before {
  content: "\f3df";
}

/* line 1705, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-static-upcoming-deadline:before {
  content: "\f3e0";
}

/* line 1706, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-static-upcoming-deadline-outline:before {
  content: "\f47f";
}

/* line 1707, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-status:before {
  content: "\f3e1";
}

/* line 1708, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-status-outline:before {
  content: "\f480";
}

/* line 1709, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-status-page:before {
  content: "\f3e2";
}

/* line 1710, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subitem-add-column:before {
  content: "\f3e3";
}

/* line 1711, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subitem-close:before {
  content: "\f3e4";
}

/* line 1712, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subitem-open:before {
  content: "\f3e5";
}

/* line 1713, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subitems-closed:before {
  content: "\f3e6";
}

/* line 1714, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subitems-menu-icon:before {
  content: "\f3e7";
}

/* line 1715, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subitems-open:before {
  content: "\f3e8";
}

/* line 1716, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subitems-opened:before {
  content: "\f3e9";
}

/* line 1717, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subscribers:before {
  content: "\f3ea";
}

/* line 1718, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subtasks-column-small:before {
  content: "\f3eb";
}

/* line 1719, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-subtasks-column-small-outline:before {
  content: "\f481";
}

/* line 1720, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-suggest-feature:before {
  content: "\f3ec";
}

/* line 1721, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-sun:before {
  content: "\f3ed";
}

/* line 1722, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-sun-outline:before {
  content: "\f482";
}

/* line 1723, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-boards:before {
  content: "\f3ee";
}

/* line 1724, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-broadcast:before {
  content: "\f3ef";
}

/* line 1725, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-dashboards:before {
  content: "\f3f0";
}

/* line 1726, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-favorites:before {
  content: "\f3f1";
}

/* line 1727, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-favorites-o:before {
  content: "\f3f2";
}

/* line 1728, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-help:before {
  content: "\f3f3";
}

/* line 1729, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-home:before {
  content: "\f3f4";
}

/* line 1730, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-home-o:before {
  content: "\f3f5";
}

/* line 1731, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-inbox:before {
  content: "\f3f6";
}

/* line 1732, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-inbox-no-updates:before {
  content: "\f3f7";
}

/* line 1733, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-inbox-no-updates-o:before {
  content: "\f3f8";
}

/* line 1734, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-inbox2:before {
  content: "\f3f9";
}

/* line 1735, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-inbox2-o:before {
  content: "\f3fa";
}

/* line 1736, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-invite:before {
  content: "\f3fb";
}

/* line 1737, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-search:before {
  content: "\f3fc";
}

/* line 1738, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surface-teams:before {
  content: "\f3fd";
}

/* line 1739, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surfce-no-notifications:before {
  content: "\f3fe";
}

/* line 1740, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-surfce-notifications:before {
  content: "\f3ff";
}

/* line 1741, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-team-column:before {
  content: "\f400";
}

/* line 1742, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-team-column-outline:before {
  content: "\f483";
}

/* line 1743, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-template:before {
  content: "\f401";
}

/* line 1744, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-template-set:before {
  content: "\f402";
}

/* line 1745, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-text:before {
  content: "\f403";
}

/* line 1746, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-three:before {
  content: "\f404";
}

/* line 1747, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-thumbnails:before {
  content: "\f405";
}

/* line 1748, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-thumbnails-o:before {
  content: "\f406";
}

/* line 1749, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-timeline-view-small:before {
  content: "\f407";
}

/* line 1750, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-timetracking-column:before {
  content: "\f408";
}

/* line 1751, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-timezone-v2-column:before {
  content: "\f409";
}

/* line 1752, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-today:before {
  content: "\f48b";
}

/* line 1753, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-trophy:before {
  content: "\f40a";
}

/* line 1754, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-two:before {
  content: "\f40b";
}

/* line 1755, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-unarchive:before {
  content: "\f40c";
}

/* line 1756, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-unarchive-2-outline:before {
  content: "\f40d";
}

/* line 1757, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-unfollow:before {
  content: "\f40e";
}

/* line 1758, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-unlock-column:before {
  content: "\f40f";
}

/* line 1759, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-unlock-column-outline:before {
  content: "\f485";
}

/* line 1760, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-unpermitted:before {
  content: "\f410";
}

/* line 1761, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-unsubscribe:before {
  content: "\f411";
}

/* line 1762, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-up-arrow:before {
  content: "\f412";
}

/* line 1763, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-updown-arrows:before {
  content: "\f413";
}

/* line 1764, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-upload-arrow:before {
  content: "\f414";
}

/* line 1765, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-user-feedback:before {
  content: "\f415";
}

/* line 1766, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-v:before {
  content: "\f416";
}

/* line 1767, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-v-sign:before {
  content: "\f417";
}

/* line 1768, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-valid:before {
  content: "\f418";
}

/* line 1769, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-vcircle-icon:before {
  content: "\f419";
}

/* line 1770, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-video-center-board-step:before {
  content: "\f41a";
}

/* line 1771, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-video-center-clock-step:before {
  content: "\f41b";
}

/* line 1772, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-video-center-conversation-step:before {
  content: "\f41c";
}

/* line 1773, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-video-center-image-step:before {
  content: "\f41d";
}

/* line 1774, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-view-default:before {
  content: "\f41e";
}

/* line 1775, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-view-mode:before {
  content: "\f41f";
}

/* line 1776, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-view-table:before {
  content: "\f420";
}

/* line 1777, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-views-icon:before {
  content: "\f486";
}

/* line 1778, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-vote-hand:before {
  content: "\f421";
}

/* line 1779, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-vote-hand-outline:before {
  content: "\f487";
}

/* line 1780, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-week-column:before {
  content: "\f422";
}

/* line 1781, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-white-monday-logo:before {
  content: "\f423";
}

/* line 1782, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-widget-view:before {
  content: "\f424";
}

/* line 1783, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-workload-workflow:before {
  content: "\f425";
}

/* line 1784, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-x-chips:before {
  content: "\f426";
}

/* line 1785, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2-zoom-app:before {
  content: "\f427";
}

/* line 1786, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-v2airplane:before {
  content: "\f428";
}

/* line 1787, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-video:before {
  content: "\f429";
}

/* line 1788, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-view_only_black:before {
  content: "\f42a";
}

/* line 1789, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-warning-sign:before {
  content: "\f42b";
}

/* line 1790, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-warning-sign-full:before {
  content: "\f42c";
}

/* line 1791, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-work-anniversary:before {
  content: "\f42d";
}

/* line 1792, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-dnd:before {
  content: "\f42e";
}

/* line 1793, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-family:before {
  content: "\f42f";
}

/* line 1794, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-focus-mode:before {
  content: "\f430";
}

/* line 1795, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-menu-item-avatar:before {
  content: "\f431";
}

/* line 1796, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-menu-item-profile:before {
  content: "\f432";
}

/* line 1797, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-on-break:before {
  content: "\f433";
}

/* line 1798, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-ooo:before {
  content: "\f434";
}

/* line 1799, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-outside:before {
  content: "\f435";
}

/* line 1800, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-sick:before {
  content: "\f436";
}

/* line 1801, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-working-status-wfh:before {
  content: "\f437";
}

/* line 1802, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-bird:before {
  content: "\f438";
}

/* line 1803, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-bolt:before {
  content: "\f439";
}

/* line 1804, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-brain:before {
  content: "\f43a";
}

/* line 1805, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-chat:before {
  content: "\f43b";
}

/* line 1806, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-cog:before {
  content: "\f43c";
}

/* line 1807, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-crown:before {
  content: "\f43d";
}

/* line 1808, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-diamond:before {
  content: "\f43e";
}

/* line 1809, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-dollar:before {
  content: "\f43f";
}

/* line 1810, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-flag:before {
  content: "\f440";
}

/* line 1811, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-flame:before {
  content: "\f441";
}

/* line 1812, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-folder:before {
  content: "\f442";
}

/* line 1813, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-globe:before {
  content: "\f443";
}

/* line 1814, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-heart:before {
  content: "\f444";
}

/* line 1815, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-home:before {
  content: "\f445";
}

/* line 1816, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-person:before {
  content: "\f446";
}

/* line 1817, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-shield:before {
  content: "\f447";
}

/* line 1818, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-sun:before {
  content: "\f448";
}

/* line 1819, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-sweed:before {
  content: "\f449";
}

/* line 1820, app/assets/stylesheets/pulse/_dapulse.scss */
.icon-workspace-team:before {
  content: "\f44a";
}
/* line 1, app/assets/stylesheets/pulse/_ds_icon.scss */
.ds-i:not(.fa) {
  font-size: 0.8666rem;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 4, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget {
  display: block;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  margin-bottom: 30px;
  margin-top: 15px;
  max-width: 360px;
  margin-right: 0;
  margin-left: auto;
  max-height: 300px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
}

/* line 20, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker {
  display: block;
  list-style: none;
  overflow-x: hidden !important;
}

/* line 25, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li {
  display: block;
  outline: none;
  cursor: pointer;
  border-top: 1px dashed #c4c4c4;
}

/* line 31, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li:first-child {
  border-top: none;
}

/* line 34, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li:hover {
  background-color: #efefef;
}

/* line 38, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li a {
  position: relative;
  padding-top: 6px;
  padding-bottom: 5px;
  display: block;
}

/* line 39, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li a:hover {
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li a .activity_user_image {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #c4c4c4;
}

/* line 58, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li a .activity_text {
  display: block;
  min-height: 39px;
  line-height: 18px;
  margin-left: 42px;
  color: #000000;
  font-size: 13px;
  margin-right: 10px;
}

/* line 67, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li a .activity_text em {
  font-weight: 500;
}

/* line 71, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li a .activity_text i {
  font-style: inherit;
}

/* line 73, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li a .activity_text i:before {
  content: "\201C";
}

/* line 76, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li a .activity_text i:after {
  content: "\201D";
}

/* line 79, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker li a .activity_text i:before, #pulse_activity_ticker_widget ul.activity-ticker li a .activity_text i:after {
  font-size: 15px;
}

/* line 88, app/assets/stylesheets/pulse/components/_activity_ticker.scss */
#pulse_activity_ticker_widget ul.activity-ticker .show_loading {
  height: 30px;
  display: block;
  padding-top: 10px;
  text-align: center;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 8, app/assets/stylesheets/pulse/components/_clean_posts.scss */
.pulse_container .clean_title .pulse_title {
  min-height: 15px;
  padding: 8px 5px 8px 8px;
}

/* line 12, app/assets/stylesheets/pulse/components/_clean_posts.scss */
.pulse_container .clean_title .pulse_title .pulse_actions_wrapper {
  position: relative;
  top: 0;
  left: 0;
}

/* line 18, app/assets/stylesheets/pulse/components/_clean_posts.scss */
.pulse_container .clean_title .pulse_title .pulse_settings_btn_wrapper {
  top: 10px;
}

/* line 22, app/assets/stylesheets/pulse/components/_clean_posts.scss */
.pulse_container .clean_title .pulse_title .clean_title_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 22px;
  line-height: 24px;
  min-height: 25px;
  font-weight: 300;
  color: #333;
  cursor: default;
  margin: 4px 30px 20px 8px;
  border: 1px solid transparent;
  padding: 5px 5px 5px 10px;
  outline: none;
}

/* line 39, app/assets/stylesheets/pulse/components/_clean_posts.scss */
.pulse_container .clean_title .pulse_title .clean_title_text.editable-click:hover {
  cursor: text;
  border: 1px dashed #c4c4c4;
}

/* line 47, app/assets/stylesheets/pulse/components/_clean_posts.scss */
.pulse_container .clean_title .pulse_title .editable-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 22px;
  line-height: 24px;
  min-height: 25px;
  font-weight: 300;
  color: #333;
  cursor: default;
  margin: 4px 30px 20px 8px;
  border: 1px solid #66ccf5;
}

/* line 59, app/assets/stylesheets/pulse/components/_clean_posts.scss */
.pulse_container .clean_title .pulse_title .editable-container .editableform-loading {
  margin-left: 10px;
}

/* line 63, app/assets/stylesheets/pulse/components/_clean_posts.scss */
.pulse_container .clean_title .pulse_title .editable-container .editable-input {
  width: 100%;
}

/* line 66, app/assets/stylesheets/pulse/components/_clean_posts.scss */
.pulse_container .clean_title .pulse_title .editable-container .editable-input input.input_name {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  font-family: Roboto !important;
  vertical-align: top !important;
  padding: 4px 5px 5px 10px !important;
  border-radius: 0 !important;
  width: 100% !important;
}
/* line 1, app/assets/stylesheets/pulse/components/_devtools.scss */
#devtools {
  display: none;
  position: fixed;
  bottom: 23px;
  right: 250px;
  z-index: 99999999999;
}

/* line 8, app/assets/stylesheets/pulse/components/_devtools.scss */
#devtools #devtools-loader {
  display: none;
}
/* line 1, app/assets/stylesheets/pulse/components/_expandable.scss */
.expandable {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  padding-left: 12px;
  position: relative;
  zoom: 1;
}

/* line 7, app/assets/stylesheets/pulse/components/_expandable.scss */
.expandable:before {
  content: '\25BE';
  position: absolute;
  display: block;
  height: 5px;
  width: 5px;
  top: -4px;
  left: -9px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(-90deg) translate(-13px, 1px);
      -ms-transform: rotate(-90deg) translate(-13px, 1px);
          transform: rotate(-90deg) translate(-13px, 1px);
  color: #666;
  font-size: 14px;
  text-align: left;
}

/* line 24, app/assets/stylesheets/pulse/components/_expandable.scss */
.expandable.open:before {
  -webkit-transform: rotate(0deg) translate(9px, 1px);
      -ms-transform: rotate(0deg) translate(9px, 1px);
          transform: rotate(0deg) translate(9px, 1px);
}
/* line 4, app/assets/stylesheets/pulse/components/_fancybox_style.scss */
.fancybox-inner .bottom_toolbar {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #e0e0e0;
  border-radius: 0px 0px 4px 4px;
  border-top: 1px solid #ccc;
}

/* line 16, app/assets/stylesheets/pulse/components/_fancybox_style.scss */
.fancybox-skin {
  background-color: var(--primary-background-color);
}

/* line 21, app/assets/stylesheets/pulse/components/_fancybox_style.scss */
.fancybox-title .child {
  font-family: roboto;
  font-weight: 200;
  border-radius: 2px;
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload {
  display: inline-block;
  text-align: left;
  font-size: var(--font-size-general-label);
}

/* line 10, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .add_attachments {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  padding: var(--spacing-xs) var(--spacing-small);
  cursor: pointer;
  color: var(--primary-text-color);
  -webkit-transition: -webkit-transform 0.14s ease;
  transition: -webkit-transform 0.14s ease;
  transition: transform 0.14s ease;
  transition: transform 0.14s ease, -webkit-transform 0.14s ease;
  border-radius: var(--border-radius-small);
  border: none;
  font: var(--font-general-label);
}

/* line 21, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .add_attachments:active {
  border-radius: var(--border-radius-small);
  -webkit-transform: scale(0.95) translate3d(0, 0, 0);
          transform: scale(0.95) translate3d(0, 0, 0);
}

/* line 26, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .add_attachments.active {
  border-radius: var(--border-radius-small);
  background: var(--primary-selected-color);
}

/* line 31, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .add_attachments .icon {
  vertical-align: top;
}

/* line 32, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .add_attachments .icon:not(.icon-without-text) {
  margin-right: var(--spacing-xs);
}

/* line 38, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .add_attachments .button_text .icon {
  margin-right: 0 !important;
}

/* line 42, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .add_attachments:hover {
  background: var(--primary-background-hover-color);
}

/* line 46, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .add_attachments.pulse_menu_btn:not(.active):hover {
  border-color: transparent !important;
}

/* line 54, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload.disabled .pulse_menu_wrapper .add_attachments {
  color: var(--disabled-text-color);
  cursor: auto;
}

/* line 62, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown.pulse_menu_options {
  margin-top: var(--spacing-xs);
  border-radius: var(--border-radius-small);
  -webkit-box-shadow: var(--box-shadow-medium);
          box-shadow: var(--box-shadow-medium);
  padding: var(--spacing-small);
  border: none;
  top: 100% !important;
  font-size: var(--font-size-20);
  font-family: var(--font-family);
}

/* line 72, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown.pulse_menu_options .google_drive .spinner {
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
}

/* line 77, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown {
  z-index: 11111;
  background-color: var(--primary-background-color) !important;
}

/* line 80, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown a {
  color: var(--primary-text-color);
}

/* line 85, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown .ui-menu-item a {
  padding: var(--spacing-small);
}

/* line 87, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown .ui-menu-item a:not(:first-child) {
  margin-top: var(--spacing-xs);
}

/* line 92, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown .icon {
  display: inline-block;
  width: 17px;
  vertical-align: top;
}

/* line 98, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown .icon.icon-dapulse-attachment {
  margin-left: 1px;
}

/* line 102, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown .file_attachment_description_span {
  vertical-align: top;
  display: inline-block;
  margin-top: -1px;
}

/* line 108, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown .one_drive_wrapper {
  position: relative;
  overflow: hidden;
}

/* line 111, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown .one_drive_wrapper .one_drive_hidden_iframe {
  position: absolute;
}

/* line 117, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown .uploader.disabled {
  cursor: not-allowed;
}

/* line 119, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .pulse_menu_wrapper .attachment_dropdown .uploader.disabled a {
  color: var(--disabled-text-color);
  pointer-events: none;
  cursor: not-allowed;
}

/* line 128, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .upload_button_wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid transparent;
}

/* line 135, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .upload_button_wrapper:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .upload_button_wrapper:hover .button_text {
  cursor: pointer;
}

/* line 144, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .upload_button_wrapper .upload_file_button {
  display: inline-block;
  cursor: pointer;
}

/* line 148, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .upload_button_wrapper .upload_file_button .icn_resource {
  margin-right: 2px;
  vertical-align: top;
  display: inline-block;
  margin-top: 1px;
  cursor: pointer;
}

/* line 156, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .upload_button_wrapper .upload_file_button .button_text {
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
}

/* line 163, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .upload_button_wrapper .upload_file_input {
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  /* set to .5 or something so you can better position it as an overlay then back to zero again after you're done */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

/* line 180, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload .google_drive_wrapper {
  margin-top: -4px;
  border: 1px solid transparent;
}

/* line 185, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload li a {
  display: inline-block;
  width: 100%;
}

/* line 191, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog {
  padding: 10px;
  background-color: var(--primary-background-color);
}

/* line 194, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .bottom_toolbar {
  background-color: var(--dark-background-color);
  height: 60px;
  border-top: none;
  text-align: right !important;
}

/* line 201, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .bottom_toolbar .ok_btn {
  display: none;
  margin-top: 12px;
  margin-right: 12px;
}

/* line 209, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog.square .ds-btn {
  border-radius: 4px;
}

/* line 214, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_table_wrapper {
  margin-bottom: 50px;
  max-height: 350px;
  min-height: 150px;
  display: block;
  overflow: auto;
}

/* line 221, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_table_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
  width: 11px;
  height: 11px;
}

/* line 227, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_table_wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid;
  /* should match background, can't be transparent */
  border-color: var(--primary-background-color);
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 236, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 242, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table .done .file_size,
.file_upload_dialog .files_container_table .done .file_name {
  color: var(--positive-color);
}

/* line 246, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table .done .cancel_upload_btn {
  visibility: hidden;
}

/* line 249, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table .done .file_progress_icon {
  background-image: url(https://cdn.monday.com/images/v_small.png);
}

/* line 255, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table .cancel .file_size,
.file_upload_dialog .files_container_table .cancel .file_name {
  color: var(--negative-color);
}

/* line 259, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table .cancel .cancel_upload_btn {
  visibility: hidden;
}

/* line 262, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table .cancel .file_progress_icon {
  background-image: url(https://cdn.monday.com/images/x_small.png);
}

/* line 265, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table .cancel .file_upload_error {
  display: block;
}

/* line 270, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table .file_progress_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: 50% 50%;
  background-image: var(--ajax-spinner-gif-path);
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}

/* line 283, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid;
  border-bottom-color: var(--layout-border-color);
  font-weight: 300;
}

/* line 293, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table td.file_progress {
  width: 120px;
  padding-right: 3px;
}

/* line 298, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table td.file_cancel {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

/* line 304, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table td.file_size {
  width: 90px;
  text-align: right;
  color: var(--secondary-text-color);
  font-weight: 300;
}

/* line 311, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table td .file_name_wrapper {
  color: var(--primary-text-color);
  white-space: nowrap;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-weight: 300;
}

/* line 322, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table td .file_upload_error {
  display: none;
  font-size: 11px;
  margin-top: 0px;
  margin-left: 25px;
  color: var(--primary-text-color);
}

/* line 331, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .files_container_table td .cancel_upload_btn {
  margin-top: 1px;
}

/* line 337, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .overall_progress {
  float: left;
  display: none;
  width: 450px;
  margin-top: 9px;
  margin-left: 10px;
}

/* line 344, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .overall_progress .progress {
  display: block;
  width: 300px;
}

/* line 349, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .overall_progress .progress-extended {
  font-size: 11px;
  display: block;
}

/* line 355, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .progress {
  width: 120px;
  height: 6px;
  display: inline-block;
  border-color: var(--primary-color);
  margin-top: 6px;
}

/* line 363, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .ui-progressbar-value {
  margin: 0;
  border-color: #0fa2e2;
  background: #0fa2e2;
}

/* line 369, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .cancel_btn {
  float: right;
  margin-right: 12px;
  margin-top: 12px;
  color: var(--primary-color);
}

/* line 375, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .cancel_btn:hover {
  color: #0071d9;
}

/* line 380, app/assets/stylesheets/pulse/components/_file_upload.scss */
.file_upload_dialog .google_drive {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 385, app/assets/stylesheets/pulse/components/_file_upload.scss */
#file_upload_iframe {
  width: 200px;
  height: 28px;
  position: absolute;
  z-index: 200;
  bottom: 2px;
  left: 3px;
}

@media (max-width: 768px) {
  /* line 395, app/assets/stylesheets/pulse/components/_file_upload.scss */
  .file_upload_dialog .files_container_table td {
    padding: 5px;
  }
}
/* line 1, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper {
  border-top: 3px solid #0085FF;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}

/* line 5, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup {
  width: 657px;
  height: 180px;
  border-radius: 4px;
}

/* line 10, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup .dragging-popup-header {
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0px 10px 30px;
}

/* line 16, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup .dragging-popup-content {
  font-size: 16px;
  margin-left: 30px;
  margin-bottom: 60px;
}

/* line 22, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup .dragging-popup-buttons {
  font-size: 15px;
}

/* line 25, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup .dragging-popup-buttons .dragging-popup-checkbox {
  margin-left: 30px;
  font-size: 20px;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup .dragging-popup-buttons .dragging-popup-checkbox-text {
  margin-right: 190px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 38, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup .dragging-popup-buttons .dragging-popup-cancel {
  text-decoration: none;
  color: #21a3df;
  margin-right: 12px;
  cursor: pointer;
  padding: 5px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 46, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup .dragging-popup-buttons .dragging-popup-cancel:hover {
  text-decoration: underline;
}

/* line 51, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup .dragging-popup-buttons .dragging-popup-accept {
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  background: #21a3df;
  border-radius: 20px;
  cursor: pointer;
  background: #21a3df;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

/* line 62, app/assets/stylesheets/pulse/components/_first_time_drag_popup.scss */
.first-time-dragging-popup-wrapper .first-time-dragging-popup .dragging-popup-buttons .dragging-popup-accept:hover {
  background: #0c87bc;
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper,
.emoji_button_wrapper {
  display: block;
  position: relative;
}

/* line 9, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content,
.emoji_button_wrapper .giphy_content {
  width: 360px;
  position: absolute;
  left: -90px;
  top: 28px;
  border: 1px solid;
  border-color: var(--ui-border-color);
  background-color: var(--secondary-background-color);
  text-align: center;
  cursor: default;
  z-index: 111111;
}

@media (max-width: 450px) {
  /* line 9, app/assets/stylesheets/pulse/components/_giphy.scss */
  .giphy_button_wrapper .giphy_content,
.emoji_button_wrapper .giphy_content {
    width: 83vw;
  }
}

/* line 25, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content:before, .giphy_button_wrapper .giphy_content:after,
.emoji_button_wrapper .giphy_content:before,
.emoji_button_wrapper .giphy_content:after {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  bottom: 100%;
  pointer-events: none;
  height: 0;
  width: 0;
}

/* line 37, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content:before,
.emoji_button_wrapper .giphy_content:before {
  left: 90px;
  border-bottom-color: var(--ui-border-color);
  border-width: 10px;
}

/* line 43, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content:after,
.emoji_button_wrapper .giphy_content:after {
  left: 92px;
  border-bottom-color: var(--secondary-background-color);
  border-width: 8px;
}

/* line 49, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .inner-handle,
.emoji_button_wrapper .giphy_content .inner-handle {
  background-color: #888;
}

/* line 53, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content.files-preview-mode,
.emoji_button_wrapper .giphy_content.files-preview-mode {
  top: 30px;
  left: -32px;
  width: 264px;
}

/* line 58, app/assets/stylesheets/pulse/components/_giphy.scss */
.files-preview-right-pane-component .giphy_button_wrapper .giphy_content.files-preview-mode, .files-preview-right-pane-component .emoji_button_wrapper .giphy_content.files-preview-mode {
  left: -24px;
}

/* line 62, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content.files-preview-mode:before,
.emoji_button_wrapper .giphy_content.files-preview-mode:before {
  left: 32px;
}

/* line 65, app/assets/stylesheets/pulse/components/_giphy.scss */
.files-preview-right-pane-component .giphy_button_wrapper .giphy_content.files-preview-mode:before, .files-preview-right-pane-component .emoji_button_wrapper .giphy_content.files-preview-mode:before {
  left: 24px;
}

/* line 70, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content.files-preview-mode:after,
.emoji_button_wrapper .giphy_content.files-preview-mode:after {
  left: 34px;
}

/* line 73, app/assets/stylesheets/pulse/components/_giphy.scss */
.files-preview-right-pane-component .giphy_button_wrapper .giphy_content.files-preview-mode:after, .files-preview-right-pane-component .emoji_button_wrapper .giphy_content.files-preview-mode:after {
  left: 26px;
}

/* line 80, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_topbar .input_wrapper,
.emoji_button_wrapper .giphy_content .giphy_topbar .input_wrapper {
  height: 40px;
  width: 100%;
  text-align: left;
}

/* line 85, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_topbar .input_wrapper input,
.emoji_button_wrapper .giphy_content .giphy_topbar .input_wrapper input {
  height: 40px;
  width: 68%;
  padding-left: 15px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: var(--primary-text-color);
}

/* line 95, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_topbar .input_wrapper input:focus,
.emoji_button_wrapper .giphy_content .giphy_topbar .input_wrapper input:focus {
  outline: none;
}

/* line 101, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_topbar .btn-wrapper,
.emoji_button_wrapper .giphy_content .giphy_topbar .btn-wrapper {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 108, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .nano,
.emoji_button_wrapper .giphy_content .nano {
  height: 380px;
  border-top: 1px solid #ccc;
}

/* line 112, app/assets/stylesheets/pulse/components/_giphy.scss */
.files-preview-right-pane-component .giphy_button_wrapper .giphy_content .nano, .files-preview-right-pane-component .emoji_button_wrapper .giphy_content .nano {
  height: 240px;
}

/* line 116, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .nano .nano-pane,
.emoji_button_wrapper .giphy_content .nano .nano-pane {
  width: 7px;
}

/* line 119, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .nano .nano-slider,
.emoji_button_wrapper .giphy_content .nano .nano-slider {
  opacity: 1;
  background: rgba(90, 90, 90, 0.75);
}

/* line 125, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_main,
.emoji_button_wrapper .giphy_content .giphy_main {
  height: 380px;
  padding: 1px;
}

@media (min-height: 1000) {
  /* line 125, app/assets/stylesheets/pulse/components/_giphy.scss */
  .giphy_button_wrapper .giphy_content .giphy_main,
.emoji_button_wrapper .giphy_content .giphy_main {
    height: 520px;
  }
}

/* line 133, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_main .giphy_column,
.emoji_button_wrapper .giphy_content .giphy_main .giphy_column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  cursor: default;
}

/* line 139, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_main .giphy_column .giphy_holder,
.emoji_button_wrapper .giphy_content .giphy_main .giphy_column .giphy_holder {
  display: block;
  padding: 1px;
  cursor: pointer;
}

/* line 144, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_main .giphy_column .giphy_holder img,
.emoji_button_wrapper .giphy_content .giphy_main .giphy_column .giphy_holder img {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
}

/* line 153, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_main .error_msg,
.emoji_button_wrapper .giphy_content .giphy_main .error_msg {
  position: absolute;
  color: #888;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

/* line 160, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_main .error_msg img,
.emoji_button_wrapper .giphy_content .giphy_main .error_msg img {
  height: 130px;
}

/* line 168, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_main .error_msg .error_msg_img,
.emoji_button_wrapper .giphy_content .giphy_main .error_msg .error_msg_img {
  max-width: 90%;
}

/* line 172, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .giphy_main .error_msg .error_msg_text,
.emoji_button_wrapper .giphy_content .giphy_main .error_msg .error_msg_text {
  font-size: 18px;
  color: #cccccc;
  margin-top: 15px;
  width: 260px;
}

/* line 181, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .power_by_giphy,
.emoji_button_wrapper .giphy_content .power_by_giphy {
  height: 100%;
  width: 100%;
  line-height: 100%;
  text-align: center;
  padding: 0;
  top: -1px;
  position: relative;
  display: inline-block;
}

/* line 191, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .power_by_giphy .logo_text1,
.emoji_button_wrapper .giphy_content .power_by_giphy .logo_text1 {
  font-size: 8px;
  opacity: 0.6;
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
}

/* line 199, app/assets/stylesheets/pulse/components/_giphy.scss */
.giphy_button_wrapper .giphy_content .power_by_giphy .logo_text2,
.emoji_button_wrapper .giphy_content .power_by_giphy .logo_text2 {
  font-size: 11px;
  opacity: 0.7;
  display: inline-block;
}

@media (max-width: 450px) {
  /* line 213, app/assets/stylesheets/pulse/components/_giphy.scss */
  .new_reply .giphy_button_wrapper .giphy_content,
.new_reply .emoji_button_wrapper .giphy_content,
.edit_reply .giphy_button_wrapper .giphy_content,
.edit_reply .emoji_button_wrapper .giphy_content {
    left: -146px;
  }
}

@media (max-width: 450px) {
  /* line 217, app/assets/stylesheets/pulse/components/_giphy.scss */
  .new_reply .giphy_button_wrapper .giphy_content:before,
.new_reply .emoji_button_wrapper .giphy_content:before,
.edit_reply .giphy_button_wrapper .giphy_content:before,
.edit_reply .emoji_button_wrapper .giphy_content:before {
    right: auto;
    left: 145px;
  }
}

@media (max-width: 450px) {
  /* line 223, app/assets/stylesheets/pulse/components/_giphy.scss */
  .new_reply .giphy_button_wrapper .giphy_content:after,
.new_reply .emoji_button_wrapper .giphy_content:after,
.edit_reply .giphy_button_wrapper .giphy_content:after,
.edit_reply .emoji_button_wrapper .giphy_content:after {
    right: auto;
    left: 147px;
  }
}
/*$link-color:#168ae0;*/
/* line 70, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
.bootbox.tags_bootbox .twitter-typeahead {
  width: 100%;
}

/* line 73, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
.bootbox.tags_bootbox .tag_dialog_input {
  width: 100%;
  line-height: 34px;
}

/* line 77, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
.bootbox.tags_bootbox .current_tags {
  margin-bottom: 10px;
}

/* line 80, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
.bootbox.tags_bootbox .current_tag_wrapper {
  white-space: nowrap;
  display: inline-block !important;
  margin: 2px 10px;
  font-size: 20px;
}

/* line 86, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
.bootbox.tags_bootbox input {
  outline: none;
}

/* line 89, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
.bootbox.tags_bootbox .new_tag {
  display: none;
}

/* line 92, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
.bootbox.tags_bootbox .modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* e.g confirmation dialog */
/* line 7, app/assets/stylesheets/pulse/components/_global.scss */
.unclickable {
  pointer-events: none;
}

/* line 11, app/assets/stylesheets/pulse/components/_global.scss */
.fancybox-wrap-set-to-top-200 {
  top: 200px !important;
}

/* line 15, app/assets/stylesheets/pulse/components/_global.scss */
.fancybox_show_original {
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000000;
  position: relative;
  display: block-inline;
  text-align: center;
  padding: 3px 15px 3px 15px;
  display: inline-block;
  border-bottom: 2px solid #d2d2d2;
}

/** GLOBAL **/
/* line 31, app/assets/stylesheets/pulse/components/_global.scss */
.field_has_errors {
  -webkit-box-shadow: #eb3737, 0px, 0px, 4px;
          box-shadow: #eb3737, 0px, 0px, 4px;
}

/* line 35, app/assets/stylesheets/pulse/components/_global.scss */
.not_found_error_dialog {
  text-align: center;
  margin-top: 60px;
}

/* line 39, app/assets/stylesheets/pulse/components/_global.scss */
.not_found_error_dialog .error_number {
  font-size: 64px;
  font-weight: 500;
  margin-top: 20px;
}

/* line 45, app/assets/stylesheets/pulse/components/_global.scss */
.not_found_error_dialog .not-found-contact-us {
  color: var(--primary-color);
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/pulse/components/_global.scss */
.not_found_error_dialog .not-found-contact-us:hover {
  text-decoration: underline;
}

/* line 55, app/assets/stylesheets/pulse/components/_global.scss */
.skype-blue-icon {
  color: #0fa2e2;
}

/* line 59, app/assets/stylesheets/pulse/components/_global.scss */
.alive {
  color: #1f76c2;
}

/* line 62, app/assets/stylesheets/pulse/components/_global.scss */
.dying {
  color: #6b8bc5;
}

/* line 65, app/assets/stylesheets/pulse/components/_global.scss */
.dead {
  color: #7d7d7d;
}

/* line 69, app/assets/stylesheets/pulse/components/_global.scss */
iframe.embedly-embed {
  width: 100%;
}

/* line 73, app/assets/stylesheets/pulse/components/_global.scss */
.search_field_gray {
  background-image: url(https://cdn.monday.com/images/search_g.png) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  outline: none;
}

/* line 80, app/assets/stylesheets/pulse/components/_global.scss */
.take_care_of {
  margin-bottom: 5px;
  padding: 10px;
  margin: 0px 0 10px 0;
}

/* line 84, app/assets/stylesheets/pulse/components/_global.scss */
.take_care_of .title {
  color: #c02323;
  font-weight: bold;
}

/* line 87, app/assets/stylesheets/pulse/components/_global.scss */
.take_care_of .title .icon {
  margin: 0px 3px 0px 0px;
  vertical-align: baseline;
}

/* line 92, app/assets/stylesheets/pulse/components/_global.scss */
.take_care_of a {
  color: #7d7d7d;
}

/* line 95, app/assets/stylesheets/pulse/components/_global.scss */
.take_care_of ul {
  list-style: none;
}

/* line 97, app/assets/stylesheets/pulse/components/_global.scss */
.take_care_of ul li {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
}

/* line 103, app/assets/stylesheets/pulse/components/_global.scss */
.just_know {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
}

/* line 107, app/assets/stylesheets/pulse/components/_global.scss */
.just_know .title {
  color: #ff9000;
  font-weight: bold;
}

/* line 110, app/assets/stylesheets/pulse/components/_global.scss */
.just_know .title .icon {
  margin: 0px 3px 0px 0px;
  vertical-align: baseline;
}

/* line 115, app/assets/stylesheets/pulse/components/_global.scss */
.just_know img {
  vertical-align: middle;
}

/* line 118, app/assets/stylesheets/pulse/components/_global.scss */
.just_know a {
  color: #7d7d7d;
}

/* line 121, app/assets/stylesheets/pulse/components/_global.scss */
.just_know ul {
  list-style: none;
}

/* line 123, app/assets/stylesheets/pulse/components/_global.scss */
.just_know ul li {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
}

/* line 130, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

/* line 136, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo a.profile_link {
  font-size: 9px;
}

/* line 140, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo img.profile {
  border: 1px solid #c4c4c4;
}

/* line 144, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo .crown {
  position: absolute;
  bottom: -2px;
  right: -6px;
  color: #fff;
  font-size: 16px;
  background: #0fa2e2;
  width: 18px;
  border-radius: 50%;
  height: 18px;
  text-align: center;
  line-height: 20px;
}

/* line 163, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo .top-crown {
  position: absolute;
  bottom: 2px;
  right: -4px;
  color: #fff;
  font-size: 16px;
  background: #333;
  width: 18px;
  border-radius: 50%;
  height: 18px;
  text-align: center;
  line-height: 20px;
}

/* line 177, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo .guest-stamp-new {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 53%;
  height: 53%;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* line 188, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo .guest-stamp {
  position: absolute;
  right: -2px;
  bottom: -5px;
  font-size: 16px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  color: #a358df;
}

/* line 197, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo .view-only {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 55%;
  max-width: 18px;
  max-height: 16px;
  text-align: center;
  line-height: 20px;
}

/* line 208, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo .profile_birthday {
  position: absolute;
  z-index: 99;
  color: #07987d;
  bottom: -3px;
  right: -3px;
  background: #dcdcdc;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
}

/* line 220, app/assets/stylesheets/pulse/components/_global.scss */
.profile_photo #name {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #9c9c9c;
}

/* line 228, app/assets/stylesheets/pulse/components/_global.scss */
.post_small .profile_photo .guest-stamp {
  right: -5px;
  bottom: -8px;
  font-size: 11px;
}

/* line 234, app/assets/stylesheets/pulse/components/_global.scss */
.t_Tooltip.t_visible {
  z-index: 9999999999998 !important;
}

/* line 238, app/assets/stylesheets/pulse/components/_global.scss */
.t_Tooltip .profile_photo img.profile {
  border: 1px solid black;
}

/* line 242, app/assets/stylesheets/pulse/components/_global.scss */
.disabled_user {
  opacity: 0.3;
}

/* line 246, app/assets/stylesheets/pulse/components/_global.scss */
#right_shadow_decoration {
  background: url(https://cdn.monday.com/images/shadow_content_right.png);
}

/* line 250, app/assets/stylesheets/pulse/components/_global.scss */
.alert {
  border-radius: 6px;
  border: 2px solid;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  /*color:#d79e30; background-color:#fceccf; border :2px solid #f8af23;*/
}

/* line 257, app/assets/stylesheets/pulse/components/_global.scss */
.alert img {
  vertical-align: middle;
}

/* line 260, app/assets/stylesheets/pulse/components/_global.scss */
.alert a {
  color: #d79e30;
}

/* line 263, app/assets/stylesheets/pulse/components/_global.scss */
.alert ul {
  list-style: none;
}

/* line 265, app/assets/stylesheets/pulse/components/_global.scss */
.alert ul li {
  margin-top: 10px;
}

/* line 271, app/assets/stylesheets/pulse/components/_global.scss */
.preloader {
  height: 16px;
  padding-left: 16px;
  display: none;
}

/* line 276, app/assets/stylesheets/pulse/components/_global.scss */
.preloader_active {
  display: inline-block;
  background-image: url(https://cdn.monday.com/images/spinner.gif);
  background-repeat: no-repeat;
  font-size: 11px;
  text-align: right;
  line-height: 11px;
}

/* line 285, app/assets/stylesheets/pulse/components/_global.scss */
.invitation {
  display: block;
  border-top: 1px solid #d2d2d2;
  padding: 8px 0px 35px 0px;
}

/* line 289, app/assets/stylesheets/pulse/components/_global.scss */
.invitation .invitation_body {
  display: inline-block;
  vertical-align: top;
}

/* line 293, app/assets/stylesheets/pulse/components/_global.scss */
.invitation #buttons {
  display: inline-block;
  float: right;
}

/* line 297, app/assets/stylesheets/pulse/components/_global.scss */
.invitation #message {
  border-radius: 3px;
  color: #70603f;
  background-color: #fff4de;
  margin: 10px 0 10px 0;
}

/* line 306, app/assets/stylesheets/pulse/components/_global.scss */
.todo .parent_project {
  border-radius: 2px;
  padding: 5px;
  background-color: #eeefef;
  border-bottom: 1px solid #dddede;
}

/* line 311, app/assets/stylesheets/pulse/components/_global.scss */
.todo .parent_project .parent_date {
  float: right;
  font-size: 11px;
  color: #a1a1a1;
}

/* line 317, app/assets/stylesheets/pulse/components/_global.scss */
.todo .sub_projects {
  margin-bottom: 0px !important;
  margin-left: 20px !important;
  padding: 0px 0px 15px 0px !important;
}

/* line 321, app/assets/stylesheets/pulse/components/_global.scss */
.todo .sub_projects .bottom_info {
  color: #a1a1a1;
  font-size: 11px;
}

/* line 326, app/assets/stylesheets/pulse/components/_global.scss */
.todo .close_list {
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 0 #ffffff;
          box-shadow: 0 1px 0 #ffffff;
  background-color: #d6d6d6;
  padding: 1px 4px 1px 4px;
  margin-right: 10px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  font-family: "Courier New";
  font-size: 13px;
  text-shadow: 0px 1px 0px #a0a0a0;
}

/* line 341, app/assets/stylesheets/pulse/components/_global.scss */
.todo .close_list:hover {
  text-decoration: none;
  background-color: #6e6e6e;
  text-shadow: 0px 1px 0px #000;
}

/* line 349, app/assets/stylesheets/pulse/components/_global.scss */
#load_more {
  display: block;
  text-align: center;
  margin-top: 20px;
}

/* line 354, app/assets/stylesheets/pulse/components/_global.scss */
#load_more.hidden {
  display: none !important;
}

/* line 360, app/assets/stylesheets/pulse/components/_global.scss */
.pulse_list_bar_top_menu .notification_updates {
  position: relative !important;
}

/* line 365, app/assets/stylesheets/pulse/components/_global.scss */
.pulse_list_bar_top_menu .notification .notifications_text {
  padding-left: 6px;
}

/* line 371, app/assets/stylesheets/pulse/components/_global.scss */
.icn {
  background-image: url(https://cdn.monday.com/images/btn_icons.png);
  background-position: -12px -12px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 0px 2px 2px 0px;
}

/* line 381, app/assets/stylesheets/pulse/components/_global.scss */
.icn.edit {
  background-position: 0px 0px;
}

/* line 384, app/assets/stylesheets/pulse/components/_global.scss */
.icn.add {
  background-position: 0px -12px;
}

/* line 387, app/assets/stylesheets/pulse/components/_global.scss */
.icn.reorder {
  background-position: 0px -24px;
}

/* line 390, app/assets/stylesheets/pulse/components/_global.scss */
.icn.system {
  background-position: 0px -36px;
}

/* line 393, app/assets/stylesheets/pulse/components/_global.scss */
.icn.sys_plusone {
  background-position: 0px -48px;
}

/* line 396, app/assets/stylesheets/pulse/components/_global.scss */
.icn.sys_minusone {
  background-position: 0px -60px;
}

/* line 399, app/assets/stylesheets/pulse/components/_global.scss */
.icn.sys_back {
  background-position: 0px -72px;
}

/* line 402, app/assets/stylesheets/pulse/components/_global.scss */
.icn.sys_completed {
  background-position: 0px -84px;
}

/* line 405, app/assets/stylesheets/pulse/components/_global.scss */
.icn.sys_removed {
  background-position: 0px -96px;
}

/* line 408, app/assets/stylesheets/pulse/components/_global.scss */
.icn.sys_crown {
  background-position: 0px -108px;
}

/* line 411, app/assets/stylesheets/pulse/components/_global.scss */
.icn.sys_users {
  background-position: 0px -120px;
}

/* line 414, app/assets/stylesheets/pulse/components/_global.scss */
.icn.email {
  background-position: 0px -132px;
}

/* line 417, app/assets/stylesheets/pulse/components/_global.scss */
.icn.delete {
  background-position: 0px -144px;
}

/* line 420, app/assets/stylesheets/pulse/components/_global.scss */
.icn.checkbox {
  background-position: 0px -156px;
}

/* line 423, app/assets/stylesheets/pulse/components/_global.scss */
.icn.phone {
  background-position: 0px -168px;
}

/* line 426, app/assets/stylesheets/pulse/components/_global.scss */
.icn.reply {
  background-position: 0px -180px;
}

/* line 429, app/assets/stylesheets/pulse/components/_global.scss */
.icn.like {
  background-position: 0px -192px;
}

/* line 432, app/assets/stylesheets/pulse/components/_global.scss */
.icn.edit_gray {
  background-position: 0px -204px;
}

/* line 435, app/assets/stylesheets/pulse/components/_global.scss */
.icn.crown {
  background-position: 0px -216px;
  width: 27px !important;
}

/* line 439, app/assets/stylesheets/pulse/components/_global.scss */
.icn.followed {
  background-position: 0px -228px;
}

/* line 442, app/assets/stylesheets/pulse/components/_global.scss */
.icn.objective {
  background-position: 0px -240px;
}

/* line 445, app/assets/stylesheets/pulse/components/_global.scss */
.icn.mention {
  background-position: 0px -252px;
}

/* line 448, app/assets/stylesheets/pulse/components/_global.scss */
.icn.robot {
  background-position: 0px -264px;
}

/* line 451, app/assets/stylesheets/pulse/components/_global.scss */
.icn.person_gray {
  background-position: 0px -276px;
}

/* line 454, app/assets/stylesheets/pulse/components/_global.scss */
.icn.like_blue {
  background-position: 0px -288px;
}

/* line 457, app/assets/stylesheets/pulse/components/_global.scss */
.icn.eye {
  background-position: 0px -312px;
}

/* line 460, app/assets/stylesheets/pulse/components/_global.scss */
.icn.settings {
  background-position: 0px -300px;
}

/* line 463, app/assets/stylesheets/pulse/components/_global.scss */
.icn.checked {
  background-position: 0px -336px;
}

/* line 466, app/assets/stylesheets/pulse/components/_global.scss */
.icn.checked_hover {
  background-position: -12px -336px;
}

/* line 469, app/assets/stylesheets/pulse/components/_global.scss */
.icn.checked_none {
  background-position: -24px -336px;
}

/* line 472, app/assets/stylesheets/pulse/components/_global.scss */
.icn.edit_white {
  background-position: -0px -348px;
}

/* line 475, app/assets/stylesheets/pulse/components/_global.scss */
.icn.new_pulse {
  background-position: -0px -360px;
}

/* line 478, app/assets/stylesheets/pulse/components/_global.scss */
.icn.new_photo {
  background-position: -0px -372px;
}

/* line 481, app/assets/stylesheets/pulse/components/_global.scss */
.icn.add_parent {
  background-position: 0px -24px;
}

/* line 484, app/assets/stylesheets/pulse/components/_global.scss */
.icn.star {
  background-position: -0px -384px;
}

/* line 487, app/assets/stylesheets/pulse/components/_global.scss */
.icn.newspaper {
  background-position: -0px -396px;
}

/* line 490, app/assets/stylesheets/pulse/components/_global.scss */
.icn.warning {
  background-position: -0px -408px;
}

/* line 493, app/assets/stylesheets/pulse/components/_global.scss */
.icn.ppl {
  background-position: -0px -420px;
}

/* line 496, app/assets/stylesheets/pulse/components/_global.scss */
.icn.updates {
  background-position: -0px -432px;
}

/* line 499, app/assets/stylesheets/pulse/components/_global.scss */
.icn.pulse_vcard {
  background-position: -0px -444px;
  width: 14px;
}

/* line 503, app/assets/stylesheets/pulse/components/_global.scss */
.icn.source_email {
  background-position: -0px -456px;
  width: 14px;
}

/* line 507, app/assets/stylesheets/pulse/components/_global.scss */
.icn.source_api {
  background-position: 0px -264px;
}

/* line 510, app/assets/stylesheets/pulse/components/_global.scss */
.icn.post_watched {
  background-position: 0px -468px;
}

/* line 514, app/assets/stylesheets/pulse/components/_global.scss */
.icn_big {
  background-image: url(https://cdn.monday.com/images/close_icns.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin: 0;
  border-radius: 20px;
  padding: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 528, app/assets/stylesheets/pulse/components/_global.scss */
.icn_big.delete {
  background-position: 0px 0px;
  margin: 5px;
}

/* line 531, app/assets/stylesheets/pulse/components/_global.scss */
.icn_big.delete:hover {
  background-color: #dedede;
}

/* line 535, app/assets/stylesheets/pulse/components/_global.scss */
.icn_big.up {
  background-position: 0px -20px;
  margin: 5px;
}

/* line 539, app/assets/stylesheets/pulse/components/_global.scss */
.icn_big.down {
  background-position: 0px -40px;
  margin: 5px;
}

/* line 543, app/assets/stylesheets/pulse/components/_global.scss */
.icn_big.bulb {
  background-position: 0px -60px;
}

/* line 546, app/assets/stylesheets/pulse/components/_global.scss */
.icn_big.phone {
  background-position: 0px -80px;
}

/* line 549, app/assets/stylesheets/pulse/components/_global.scss */
.icn_big.question {
  background-position: 0px -100px;
}

/* line 553, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn {
  background-image: url(https://cdn.monday.com/images/icons_left.png);
  width: 20px !important;
  height: 20px;
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}

/* line 561, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.all_people {
  background-position: 0px 0px;
}

/* line 564, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.news {
  background-position: 0px -20px;
}

/* line 567, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.invitations {
  background-position: 0px -40px;
}

/* line 570, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.projects {
  background-position: 0px -60px;
}

/* line 573, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.user_message {
  background-position: 0px -80px;
}

/* line 576, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.user_settings {
  background-position: 0px -100px;
}

/* line 579, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.todo {
  background-position: 0px -120px;
}

/* line 582, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.info {
  background-position: 0px -140px;
}

/* line 585, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.posts {
  background-position: 0px -160px;
}

/* line 588, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.all_pulses {
  background-position: 0px -180px;
}

/* line 591, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.whats_new {
  background-position: 0px -200px;
}

/* line 594, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.admin {
  background-position: 0px -220px;
}

/* line 597, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.newspaper_icn {
  background-position: 0px -240px;
}

/* line 600, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.welcome {
  background-position: 0px -260px;
}

/* line 603, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.project_s {
  background-position: 0px -280px;
}

/* line 606, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.project_s_plus {
  background-position: 0px -280px;
}

/* line 609, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.project_s {
  background-position: 0px -300px;
}

/* line 612, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.team_s {
  background-position: 0px -320px;
}

/* line 615, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.calander {
  background-position: 0px -340px;
}

/* line 618, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.objective {
  background-position: 0px -360px;
}

/* line 621, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.none {
  background-image: none;
}

/* line 624, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.project_sick_s {
  background-position: 0px -380px;
}

/* line 627, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.project_dead_s {
  background-position: 0px -400px;
}

/* duplicates for pulse list*/
/* line 631, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.general {
  background-position: 0px -300px;
}

/* line 634, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.team {
  background-position: 0px -320px;
}

/* line 637, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.dead.general {
  background-position: 0px -400px;
}

/* line 640, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.dead.team {
  background-position: 0px -440px;
}

/* line 643, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.excel {
  background-position: 0px -460px;
}

/* line 646, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.edit {
  background-position: 0px -480px;
}

/* line 649, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.email_instant {
  background-position: 0px -520px;
  height: 12px;
}

/* line 653, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.email_daily_digest {
  background-position: 0px -500px;
  height: 12px;
}

/* line 657, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.email_none {
  background-position: 0px -538px;
  height: 15px;
  margin-top: 2px !important;
}

/* line 662, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.bar_home {
  background-position: 0px -560px;
  height: 18px;
}

/* line 666, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.bar_all_pulses {
  background-position: 0px -580px;
  height: 18px;
}

/* line 670, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.bar_my_pulses {
  background-position: 0px -600px;
  height: 18px;
}

/* line 674, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.favorite {
  background-position: -20px -620px;
  height: 20px;
}

/* line 678, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.favorite.empty {
  background-position: 0px -620px;
  height: 20px;
}

/* line 682, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.problem {
  background-position: 0px -640px;
}

/* line 685, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ask_a_question {
  background-position: 0px -660px;
}

/* line 688, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.walk {
  background-position: 0px -680px;
}

/* line 691, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.right_arrow {
  background-position: 0px -700px;
}

/* line 694, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.all_pulses {
  background-position: 0px -720px;
}

/* line 697, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.post_reply_icn {
  vertical-align: bottom;
  margin: 0px 5px;
  background-position: -40px -740px;
}

/* line 702, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.post_watched {
  vertical-align: bottom;
  margin: 0px 2px 0px 5px;
  background-position: -40px -760px;
}

/* line 707, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.post_thumb {
  vertical-align: bottom;
  margin: 0px 5px;
  background-position: -40px -780px;
}

/* line 712, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.post_mention {
  vertical-align: bottom;
  margin: 0px 0px 0px 0px;
  background-position: -0px -800px;
}

/* line 717, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.post_announcement {
  vertical-align: bottom;
  margin: 0px 5px;
  background-position: -0px -820px;
}

/* line 722, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.post_unthumb {
  vertical-align: bottom;
  margin: 0px 5px;
  background-position: -40px -840px;
}

/* line 727, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.green_edit {
  background-position: -0px -860px;
  margin: 0px;
}

/* line 732, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.green_edit.hover:hover {
  background-position: -20px -860px;
}

/* line 736, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.green_add {
  background-position: -0px -880px;
  margin: 0px;
  vertical-align: middle;
}

/* line 742, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.green_add.hover:hover {
  background-position: -20px -860px;
}

/* line 746, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.star {
  background-position: -0px -900px;
}

/* line 749, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.crown {
  background-position: -0px -920px;
}

/* line 752, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.crown.empty {
  background-position: -27px -920px;
}

/* line 755, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ticker_reply {
  background-position: -0px -940px;
}

/* line 758, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ticker_thumb {
  background-position: -0px -960px;
}

/* line 761, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ticker_like {
  background-position: -0px -960px;
}

/* line 764, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ticker_reply {
  background-position: -0px -980px;
}

/* line 767, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ticker_pulse {
  background-position: -0px -1000px;
}

/* line 770, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ticker_update {
  background-position: -0px -1020px;
}

/* line 773, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ticker_new_pulse {
  background-position: -0px -1040px;
}

/* line 776, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ticker_new_person {
  background-position: -0px -1060px;
}

/* line 779, app/assets/stylesheets/pulse/components/_global.scss */
.left_icn.ticker_new_birthday {
  background-position: -0px -1080px;
}

/* line 783, app/assets/stylesheets/pulse/components/_global.scss */
.edit_icn {
  background-image: url(https://cdn.monday.com/images/edit_icons.png);
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: middle;
  margin: 0px 2px 2px 0px;
}

/* line 792, app/assets/stylesheets/pulse/components/_global.scss */
label .edit_icn.system {
  background-position: 0px -80px;
}

/* line 795, app/assets/stylesheets/pulse/components/_global.scss */
label .edit_icn.system.selected {
  background-position: 24px -80px;
}

/* line 800, app/assets/stylesheets/pulse/components/_global.scss */
a .edit_icn.members {
  background-position: 0px -20px;
}

/* line 803, app/assets/stylesheets/pulse/components/_global.scss */
a .edit_icn.links {
  background-position: 0px -40px;
}

/* line 806, app/assets/stylesheets/pulse/components/_global.scss */
a .edit_icn.edit {
  background-position: 0px -60px;
}

/* line 809, app/assets/stylesheets/pulse/components/_global.scss */
a .edit_icn.system {
  background-position: 0px -80px;
}

/* line 812, app/assets/stylesheets/pulse/components/_global.scss */
a .edit_icn.objectives {
  background-position: 0px -100px;
}

/* line 815, app/assets/stylesheets/pulse/components/_global.scss */
a .edit_icn.back {
  background-position: 0px -120px;
}

/* line 818, app/assets/stylesheets/pulse/components/_global.scss */
a .edit_icn.prefs {
  background-position: 0px -140px;
}

/* line 822, app/assets/stylesheets/pulse/components/_global.scss */
a:hover .edit_icn.members {
  background-position: 24px -20px;
}

/* line 825, app/assets/stylesheets/pulse/components/_global.scss */
a:hover .edit_icn.links {
  background-position: 24px -40px;
}

/* line 828, app/assets/stylesheets/pulse/components/_global.scss */
a:hover .edit_icn.edit {
  background-position: 24px -60px;
}

/* line 831, app/assets/stylesheets/pulse/components/_global.scss */
a:hover .edit_icn.objectives {
  background-position: 24px -100px;
}

/* line 834, app/assets/stylesheets/pulse/components/_global.scss */
a:hover .edit_icn.back {
  background-position: 24px -120px;
}

/* line 837, app/assets/stylesheets/pulse/components/_global.scss */
a:hover .edit_icn.prefs {
  background-position: 24px -140px;
}

/* line 843, app/assets/stylesheets/pulse/components/_global.scss */
a.selected .edit_icn.members {
  background-position: 24px -20px;
}

/* line 846, app/assets/stylesheets/pulse/components/_global.scss */
a.selected .edit_icn.links {
  background-position: 24px -40px;
}

/* line 849, app/assets/stylesheets/pulse/components/_global.scss */
a.selected .edit_icn.edit {
  background-position: 24px -60px;
}

/* line 852, app/assets/stylesheets/pulse/components/_global.scss */
a.selected .edit_icn.objectives {
  background-position: 24px -100px;
}

/* line 855, app/assets/stylesheets/pulse/components/_global.scss */
a.selected .edit_icn.back {
  background-position: 24px -120px;
}

/* line 858, app/assets/stylesheets/pulse/components/_global.scss */
a.selected .edit_icn.prefs {
  background-position: 24px -140px;
}

/* line 863, app/assets/stylesheets/pulse/components/_global.scss */
.is_private_icon {
  margin-left: 4px;
  display: inline-block;
}

/* line 868, app/assets/stylesheets/pulse/components/_global.scss */
.tool_new.green {
  color: #78963c;
  min-height: 20px;
}

/* line 871, app/assets/stylesheets/pulse/components/_global.scss */
.tool_new.green:hover {
  color: #557026;
}

/* line 875, app/assets/stylesheets/pulse/components/_global.scss */
.tool_new {
  font-size: 11px;
  display: inline-block;
  padding: 0px 3px 0px 3px;
  height: 20px;
  vertical-align: middle;
  border-radius: 12px;
}

/* line 882, app/assets/stylesheets/pulse/components/_global.scss */
.tool_new span {
  vertical-align: middle;
}

/* line 885, app/assets/stylesheets/pulse/components/_global.scss */
.tool_new:hover {
  background-color: #cbea8a;
  text-decoration: none;
  height: 20px;
}

/* line 891, app/assets/stylesheets/pulse/components/_global.scss */
.tool {
  padding: 2px 5px 3px 5px;
  color: #7d7d7d;
  margin: 0px;
  font-size: 11px;
}

/* line 896, app/assets/stylesheets/pulse/components/_global.scss */
.tool:before {
  padding-right: 2px;
  content: url(https://cdn.monday.com/images/edit_icn.png);
  vertical-align: baseline;
}

/* line 902, app/assets/stylesheets/pulse/components/_global.scss */
.tool.link {
  color: #1f76c2;
}

/* line 904, app/assets/stylesheets/pulse/components/_global.scss */
.tool.link:hover {
  color: #465f11;
}

/* line 907, app/assets/stylesheets/pulse/components/_global.scss */
.tool.link:before {
  padding-right: 2px;
  content: url(https://cdn.monday.com/images/edit_icn.png);
  vertical-align: baseline;
}

/* line 915, app/assets/stylesheets/pulse/components/_global.scss */
.tool.eye:before {
  content: url(https://cdn.monday.com/images/tool_eye.png);
}

/* line 922, app/assets/stylesheets/pulse/components/_global.scss */
.tool.like:before {
  content: "";
}

/* line 925, app/assets/stylesheets/pulse/components/_global.scss */
.tool.tree {
  padding: 2px;
}

/* line 928, app/assets/stylesheets/pulse/components/_global.scss */
.tool.tree:before {
  content: url(https://cdn.monday.com/images/tool_tree.png);
}

/* line 931, app/assets/stylesheets/pulse/components/_global.scss */
.tool.delete:before {
  content: url(https://cdn.monday.com/images/delete_icn.png);
}

/* line 934, app/assets/stylesheets/pulse/components/_global.scss */
.tool.close:before {
  content: url(https://cdn.monday.com/images/delete_icn.png);
}

/* line 937, app/assets/stylesheets/pulse/components/_global.scss */
.tool.news:before {
  content: url(https://cdn.monday.com/images/news_icn.png);
}

/* line 940, app/assets/stylesheets/pulse/components/_global.scss */
.tool.lab:before {
  content: url(https://cdn.monday.com/images/lab_icn.png);
}

/* line 943, app/assets/stylesheets/pulse/components/_global.scss */
.tool.add:before {
  content: url(https://cdn.monday.com/images/add_icn.png);
}

/* line 946, app/assets/stylesheets/pulse/components/_global.scss */
.tool.add.link:before {
  content: url(https://cdn.monday.com/images/add_icn_b.png);
}

/* line 949, app/assets/stylesheets/pulse/components/_global.scss */
.tool.add_pulse:before {
  content: url(https://cdn.monday.com/images/pulse_icn.png);
}

/* line 952, app/assets/stylesheets/pulse/components/_global.scss */
.tool.fix:before {
  content: url(https://cdn.monday.com/images/tool_fix.png);
}

/* line 955, app/assets/stylesheets/pulse/components/_global.scss */
.tool.newpost:before {
  content: url(https://cdn.monday.com/images/tool_post.png);
}

/* line 958, app/assets/stylesheets/pulse/components/_global.scss */
.tool.invite:before {
  content: url(https://cdn.monday.com/images/tool_invite.png);
}

/* line 961, app/assets/stylesheets/pulse/components/_global.scss */
.tool.down:before {
  content: url(https://cdn.monday.com/images/tool_down.png);
}

/* line 964, app/assets/stylesheets/pulse/components/_global.scss */
.tool.none:before {
  content: "";
  vertical-align: middle;
}

/* line 968, app/assets/stylesheets/pulse/components/_global.scss */
.tool.remove {
  color: #dd3a3a;
}

/* line 970, app/assets/stylesheets/pulse/components/_global.scss */
.tool.remove:before {
  content: url(https://cdn.monday.com/images/delete_icn.png);
}

/* line 974, app/assets/stylesheets/pulse/components/_global.scss */
.tool.spaced {
  margin: 10px;
}

/* line 978, app/assets/stylesheets/pulse/components/_global.scss */
.placeholder {
  color: #aaa;
}

/* line 982, app/assets/stylesheets/pulse/components/_global.scss */
.stype {
  width: 18px;
  height: 12px;
  background: transparent url(https://cdn.monday.com/images/tools.png) no-repeat scroll 0 0;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 2px 0 2px;
}

/* line 990, app/assets/stylesheets/pulse/components/_global.scss */
.stype.task {
  background-position: 0px 0px;
}

/* line 993, app/assets/stylesheets/pulse/components/_global.scss */
.stype.pulse_general {
  background-position: 0px -12px;
}

/* line 996, app/assets/stylesheets/pulse/components/_global.scss */
.stype.pulse_team {
  background-position: 0px -60px;
}

/* line 1000, app/assets/stylesheets/pulse/components/_global.scss */
.stype.task_plus {
  background-position: 0px -24px;
  width: 18px;
}

/* line 1004, app/assets/stylesheets/pulse/components/_global.scss */
.stype.pulse_plus {
  background-position: 0px -36px;
  width: 18px;
}

/* line 1008, app/assets/stylesheets/pulse/components/_global.scss */
.stype.pulse_plus_gray {
  background-position: 0px -48px;
  width: 18px;
}

/* line 1012, app/assets/stylesheets/pulse/components/_global.scss */
.stype.pulse_team_pulse {
  background-position: 0px -72px;
}

/* line 1016, app/assets/stylesheets/pulse/components/_global.scss */
.type {
  width: 32px;
  height: 32px;
  background: transparent url(https://cdn.monday.com/images/types.png) no-repeat scroll 0 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 7px 2px;
}

/* line 1024, app/assets/stylesheets/pulse/components/_global.scss */
.type.task {
  background-position: 0px 0px;
}

/* line 1027, app/assets/stylesheets/pulse/components/_global.scss */
.type.pulse_general {
  background-position: 0px -32px;
}

/* line 1030, app/assets/stylesheets/pulse/components/_global.scss */
.type.pulse_general.dying {
  background-position: -32px -32px;
}

/* line 1033, app/assets/stylesheets/pulse/components/_global.scss */
.type.pulse_general.dead {
  background-position: -64px -32px;
}

/* line 1036, app/assets/stylesheets/pulse/components/_global.scss */
.type.pulse_team {
  background-position: 0px -64px;
}

/* line 1039, app/assets/stylesheets/pulse/components/_global.scss */
.type.pulse_team.dying {
  background-position: -32px -64px;
}

/* line 1042, app/assets/stylesheets/pulse/components/_global.scss */
.type.pulse_team.dead {
  background-position: -64px -64px;
}

/** END GLOBAL **/
/** PAGES **/
/* line 1050, app/assets/stylesheets/pulse/components/_global.scss */
.new_panel {
  float: right;
  padding: 10px;
  margin: 0px 0 10px 0;
  text-align: right;
}

/* line 1056, app/assets/stylesheets/pulse/components/_global.scss */
.new_panel .new_panel_button {
  padding-right: 18px;
  text-align: left;
  line-height: 20px;
}

/* line 1063, app/assets/stylesheets/pulse/components/_global.scss */
.owner {
  display: inline-block;
  width: 19px;
  height: 13px;
  margin: 0px 4px 0px 0px;
  background: transparent url(https://cdn.monday.com/images/icn_crown.png) no-repeat scroll 0 0;
  background-position: -0px -26px;
}

/* line 1072, app/assets/stylesheets/pulse/components/_global.scss */
.extra_followers {
  width: 270px;
}

/* line 1076, app/assets/stylesheets/pulse/components/_global.scss */
.extra_members {
  width: 300px;
}

/* line 1080, app/assets/stylesheets/pulse/components/_global.scss */
.title_project_name {
  font-size: 12px;
  color: #7d7d7d;
}

/* line 1083, app/assets/stylesheets/pulse/components/_global.scss */
.title_project_name a {
  color: #2f5783;
}

/* line 1088, app/assets/stylesheets/pulse/components/_global.scss */
.new_item_wrapper {
  position: relative;
}

/* line 1090, app/assets/stylesheets/pulse/components/_global.scss */
.new_item_wrapper #close {
  position: absolute;
  right: 10px;
  margin: 3px;
}

/* line 1095, app/assets/stylesheets/pulse/components/_global.scss */
.new_item_wrapper .new_task_wrapper {
  background-color: #fff;
  padding: 10px;
}

/* line 1098, app/assets/stylesheets/pulse/components/_global.scss */
.new_item_wrapper .new_task_wrapper #task_name {
  width: 400px;
  margin: 0px;
}

/* line 1102, app/assets/stylesheets/pulse/components/_global.scss */
.new_item_wrapper .new_task_wrapper #task_description {
  width: 400px;
}

/* line 1105, app/assets/stylesheets/pulse/components/_global.scss */
.new_item_wrapper .new_task_wrapper .profiles {
  width: 400px;
}

/* line 1108, app/assets/stylesheets/pulse/components/_global.scss */
.new_item_wrapper .new_task_wrapper .must_seperator {
  margin: 10px 0px 10px 0px;
  border-size: 2px !important;
}

/* line 1117, app/assets/stylesheets/pulse/components/_global.scss */
#organize {
  padding: 30px;
  color: #000;
}

/* line 1121, app/assets/stylesheets/pulse/components/_global.scss */
#organize h1 a {
  color: #2f5783;
}

/* line 1126, app/assets/stylesheets/pulse/components/_global.scss */
#organize #organize_content {
  margin: 0px 0px 100px 0px;
}

/* line 49, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  list-style-type: none;
  display: block;
  vertical-align: middle;
}

/* line 41, app/assets/stylesheets/pulse/components/../default/_mixins.scss */
#organize #organize_content ul.tags li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 96, app/assets/stylesheets/pulse/components/../default/_mixins.scss */
#organize #organize_content ul.tags li:first-child {
  padding-left: 0;
}

/* line 54, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li {
  vertical-align: middle;
}

/* line 9, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li a {
  border-radius: 5px;
  color: #2F5783;
  padding: 2px 5px 2px 5px;
  margin: 0px;
  background-color: #e2eaf7;
  display: inline-block;
  vertical-align: middle;
}

/* line 18, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5795d5;
}

/* line 25, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li a.gray {
  background-color: #e2e2e2;
  color: #616161;
}

/* line 29, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li a.gray:hover {
  background-color: #d3d3d3;
  color: #2b2b2b;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li a.canceled {
  text-decoration: line-through;
}

/* line 34, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li a.canceled:before {
  content: url(https://cdn.monday.com/images/icn_canceled.png);
  margin-right: 4px;
  vertical-align: middle;
}

/* line 38, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li a.completed:hover {
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li a.completed:before {
  content: url(https://cdn.monday.com/images/icn_completed.png);
  margin-right: 4px;
  vertical-align: middle;
}

/* line 42, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li a.delete {
  border-radius: 5px;
  padding: 4px 4px 4px 4px;
}

/* line 56, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content ul.tags li:hover {
  opacity: 1;
}

/* line 61, app/assets/stylesheets/pulse/components/../default/widgets/_tags.scss */
#organize #organize_content .profile {
  width: 15px;
  margin: 0px 0px 0px 4px;
  vertical-align: middle;
  border-radius: 4px;
}

/* line 1129, app/assets/stylesheets/pulse/components/_global.scss */
#organize #organize_content .instructions {
  padding: 10px;
}

/* line 1133, app/assets/stylesheets/pulse/components/_global.scss */
#organize #organize_content form {
  margin-top: 10px;
}

/* line 1135, app/assets/stylesheets/pulse/components/_global.scss */
#organize #organize_content form .overTxtLabel {
  color: #a5a5a5;
}

/* line 1139, app/assets/stylesheets/pulse/components/_global.scss */
#organize #organize_content form #parent_name {
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(https://cdn.monday.com/images/search_g.png);
}

/* line 1143, app/assets/stylesheets/pulse/components/_global.scss */
#organize #organize_content form .twitter-typeahead {
  width: auto;
  vertical-align: middle;
}

/* line 1149, app/assets/stylesheets/pulse/components/_global.scss */
#organize #organize_content ol {
  margin-top: 20px;
}

/* line 1152, app/assets/stylesheets/pulse/components/_global.scss */
#organize #organize_content ol li {
  margin-bottom: 7px;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}

/* line 1158, app/assets/stylesheets/pulse/components/_global.scss */
#organize #organize_content ol li small {
  font-size: 13px;
  color: #7d7d7d;
  display: block;
  margin-top: 3px;
  font-weight: normal;
}

/* line 1170, app/assets/stylesheets/pulse/components/_global.scss */
.sortable .highlight {
  border: 2px solid #ffb401;
  background-color: #ffedc1;
  height: 64px;
  background-image: url(https://cdn.monday.com/images/highlight_back.png);
}

/* line 1177, app/assets/stylesheets/pulse/components/_global.scss */
.feedback-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px -15px 20px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: end;
  padding-top: var(--spacing-small);
}

/* line 1185, app/assets/stylesheets/pulse/components/_global.scss */
.feedback-wrapper a:hover {
  text-decoration: none;
}

/* line 1190, app/assets/stylesheets/pulse/components/_global.scss */
.feedback-wrapper .feedback-button {
  color: var(--secondary-text-color);
  font-size: 13px;
}

/* line 1194, app/assets/stylesheets/pulse/components/_global.scss */
.feedback-wrapper .feedback-button svg {
  height: 14px;
  margin-right: 0;
}

/* line 1201, app/assets/stylesheets/pulse/components/_global.scss */
.new_post {
  margin: 0;
  display: block;
  position: relative;
  font-size: 16px;
  max-width: 750px;
}

/* line 1208, app/assets/stylesheets/pulse/components/_global.scss */
.new_post textarea {
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: #c9c9c9, 0px, 1px, 1px;
          box-shadow: #c9c9c9, 0px, 1px, 1px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

/* line 1215, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .body_wrapper {
  margin: 0px 0px 0px 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* line 1221, app/assets/stylesheets/pulse/components/_global.scss */
.new_post h1 {
  font-size: 18px;
}

/* line 1225, app/assets/stylesheets/pulse/components/_global.scss */
.new_post #tip {
  font-size: 0.8em;
  padding: 3px 0px 3px 10px;
  color: #808080;
}

/* line 1231, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .post_main_first {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 1px 1px #bab9b9;
          box-shadow: 0 1px 1px #bab9b9;
  background-color: #fff;
  margin: 5px;
  padding: 10px;
  cursor: text;
  color: #000 !important;
}

/* line 1240, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .post_main_first:hover {
  border: 1px solid #1f76c2;
  color: #1f76c2 !important;
}

/* line 1246, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .post_main {
  background-color: #fff;
  padding: 0px 0px 2px 0px;
}

/* line 1255, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .bottom_pannel {
  text-align: right;
  position: absolute;
  right: 5px;
  bottom: -3px;
  z-index: 0;
}

/* line 1263, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .uploading_files {
  position: absolute;
  background: #f7f7aa;
  padding: 0px 9px;
  bottom: 7px;
  right: 76px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #f0f0a1;
}

/* line 1276, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .is_news {
  line-height: 24px;
  margin-bottom: 0px;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
}

/* line 1285, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .is_news label {
  cursor: pointer;
  color: #0fa2e2;
}

/* line 1289, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .is_news label:hover {
  text-decoration: underline;
}

/* line 1295, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .new_asset {
  background-color: #f3f3f3;
  border-color: #cccccc #e2e2e2 #e2e2e2 #cccccc;
  margin: 0px 5px 5px 5px;
  padding: 5px;
  border-radius: 4px;
}

/* line 1302, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .new_asset .selector_graphic {
  position: absolute;
  left: 10px;
  top: 2px;
}

/* line 1307, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .new_asset .add_image_link {
  color: #1f76c2;
}

/* line 1310, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .new_asset .add_image_link.hover {
  text-decoration: underline;
}

/* line 1313, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .new_asset .file_name {
  margin: 0px 10px 0px 0px;
  color: #9b9b9b;
}

/* line 1317, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .new_asset .remove {
  margin: 0px 0px 0px 10px;
}

/* line 1324, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .new_asset input[type="text"] {
  background-color: #fff;
}

/* line 1327, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .new_asset .uploaded_info .asset_file_name {
  margin: 0px 0px 0px 30px;
  color: #6e6e6e;
}

/* line 1333, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .new_asset_form.last_resource {
  margin: 0px;
  padding: 0px;
  float: left;
  display: inline !important;
  text-align: left !important;
  border-color: none !important;
  background-color: transparent !important;
}

/* line 1343, app/assets/stylesheets/pulse/components/_global.scss */
.new_post #options {
  margin: 5px 0px 0px 5px;
}

/* line 1345, app/assets/stylesheets/pulse/components/_global.scss */
.new_post #options input.focused[type="radio"] {
  background-color: black;
}

/* line 1350, app/assets/stylesheets/pulse/components/_global.scss */
.new_post #post_icons {
  color: #aaa;
  margin-bottom: 5px;
}

/* line 1353, app/assets/stylesheets/pulse/components/_global.scss */
.new_post #post_icons input[type="radio"] {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 1357, app/assets/stylesheets/pulse/components/_global.scss */
.new_post #post_icons img {
  margin-right: 2px;
  vertical-align: middle;
}

/* line 1361, app/assets/stylesheets/pulse/components/_global.scss */
.new_post #post_icons label {
  margin-right: 10px;
}

/* line 1366, app/assets/stylesheets/pulse/components/_global.scss */
.new_post #post_text {
  width: 95%;
}

/* line 1370, app/assets/stylesheets/pulse/components/_global.scss */
.new_post #text_error {
  color: #cb4848;
}

/* line 1374, app/assets/stylesheets/pulse/components/_global.scss */
.new_post .to_field {
  display: none;
  padding: 0px 0px 0px 10px;
  margin: 5px 0px 0px 0px;
  color: #000;
  min-width: 120px;
  font-size: 12px;
}

/* line 1383, app/assets/stylesheets/pulse/components/_global.scss */
.post_icn {
  vertical-align: top;
  background-image: url(https://cdn.monday.com/images/post_icons.png);
  width: 25px;
  height: 25px;
  display: inline-block;
}

/* line 1390, app/assets/stylesheets/pulse/components/_global.scss */
.post_icn.update {
  background-position: 0px +0px;
}

/* line 1393, app/assets/stylesheets/pulse/components/_global.scss */
.post_icn.announcement {
  background-position: 0px -25px;
}

/* line 1396, app/assets/stylesheets/pulse/components/_global.scss */
.post_icn.question {
  background-position: 0px -50px;
}

/* line 1399, app/assets/stylesheets/pulse/components/_global.scss */
.post_icn.action_item {
  background-position: 0px -75px;
}

/* line 1402, app/assets/stylesheets/pulse/components/_global.scss */
.post_icn.system {
  background-position: 0px -100px;
}

/* line 1405, app/assets/stylesheets/pulse/components/_global.scss */
.post_icn.praise {
  background-position: 0px -125px;
}

/* line 1408, app/assets/stylesheets/pulse/components/_global.scss */
.post_icn.sub_pulses {
  background-position: 0px -150px;
}

/* line 1411, app/assets/stylesheets/pulse/components/_global.scss */
.post_icn.posts {
  background-position: 0px -175px;
}

/* line 1415, app/assets/stylesheets/pulse/components/_global.scss */
.icon_25 {
  vertical-align: middle;
  background-image: url(https://cdn.monday.com/images/icons_25.png);
  width: 25px;
  height: 25px;
  display: inline-block;
}

/* line 1422, app/assets/stylesheets/pulse/components/_global.scss */
.icon_25.unchecked {
  background-position: 0px 0px;
}

/* line 1425, app/assets/stylesheets/pulse/components/_global.scss */
.icon_25.checked {
  background-position: 0px -25px;
}

/* line 1429, app/assets/stylesheets/pulse/components/_global.scss */
.new_mention_placeholder.with_color {
  color: #0084b4;
}

/* line 1433, app/assets/stylesheets/pulse/components/_global.scss */
.seen_by_tooltip {
  margin-bottom: 5px;
  font-size: var(--font-size-general-label);
}

/* line 1438, app/assets/stylesheets/pulse/components/_global.scss */
.pinned_by_tooltip {
  margin-bottom: 5px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
}

/* line 1443, app/assets/stylesheets/pulse/components/_global.scss */
.click_to_pin_tooltip {
  margin-top: 5px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
}

/* line 1448, app/assets/stylesheets/pulse/components/_global.scss */
.seen_by_email {
  padding-top: 3px;
}

/* line 1452, app/assets/stylesheets/pulse/components/_global.scss */
.modal-backdrop {
  z-index: 12000;
}

/* line 1456, app/assets/stylesheets/pulse/components/_global.scss */
.bootbox.modal {
  color: var(--primary-text-color);
  z-index: 9999999999998;
}

/* line 1461, app/assets/stylesheets/pulse/components/_global.scss */
.nano > .nano-content:focus {
  outline: none !important;
}

@media (max-width: 768px) {
  /* line 1466, app/assets/stylesheets/pulse/components/_global.scss */
  .notification_list li.notification .icn_big.delete {
    bottom: 3px;
    top: auto;
  }
}

/* line 1472, app/assets/stylesheets/pulse/components/_global.scss */
.guest-disable {
  opacity: 0.5;
}

/* line 1476, app/assets/stylesheets/pulse/components/_global.scss */
.confirm_change_board_type {
  font-size: 16px;
}

/* line 1478, app/assets/stylesheets/pulse/components/_global.scss */
.confirm_change_board_type .help_box {
  border-color: #f65f7c;
  margin-top: 30px;
  font-size: 13px;
}

/* line 1482, app/assets/stylesheets/pulse/components/_global.scss */
.confirm_change_board_type .help_box ul {
  margin-left: 20px;
}

/* line 1486, app/assets/stylesheets/pulse/components/_global.scss */
.confirm_change_board_type .help_box:before {
  color: #f65f7c;
}

/* line 1491, app/assets/stylesheets/pulse/components/_global.scss */
.confirm_change_board_type .change_board_kind_pulse_names {
  color: #0fa2e2;
  margin-left: 30px;
  margin-top: 10px;
}

/* line 1498, app/assets/stylesheets/pulse/components/_global.scss */
.dialog_help_footer {
  border-top: 5px solid #444;
  position: relative;
}

/* line 1502, app/assets/stylesheets/pulse/components/_global.scss */
.dialog_help_footer .icon {
  font-size: 22px;
  background: #11eea5;
  width: 38px;
  height: 38px;
  display: inline-block;
  padding-left: 11px;
  padding-top: 2px;
}

/* line 1512, app/assets/stylesheets/pulse/components/_global.scss */
.dialog_help_footer .help_text {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: bolder;
  position: absolute;
  right: 0;
  left: 20px;
  bottom: 9px;
}

@media (max-width: 640px) {
  /* line 1525, app/assets/stylesheets/pulse/components/_global.scss */
  .dialog_help_footer {
    display: none;
  }
}
/*$link-color:#168ae0;*/
/* line 3, app/assets/stylesheets/pulse/components/_help_widget.scss */
.animate_bounce.help_widget_bounce_in {
  -webkit-animation: help_widget_bounce_in;
          animation: help_widget_bounce_in;
}

/* line 6, app/assets/stylesheets/pulse/components/_help_widget.scss */
.animate_bounce.help_widget_bounce_out {
  -webkit-animation: help_widget_bounce_out;
          animation: help_widget_bounce_out;
}

/* line 10, app/assets/stylesheets/pulse/components/_help_widget.scss */
.animate_bounce {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
}

@-webkit-keyframes help_widget_bounce_in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes help_widget_bounce_in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes help_widget_bounce_out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes help_widget_bounce_out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@-webkit-keyframes red_dot_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400);
            transform: translateY(-400);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
}

@keyframes red_dot_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400);
            transform: translateY(-400);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
}

@-webkit-keyframes red_dot_down {
  0% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  100% {
    -webkit-transform: translateY(-1);
            transform: translateY(-1);
  }
}

@keyframes red_dot_down {
  0% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  100% {
    -webkit-transform: translateY(-1);
            transform: translateY(-1);
  }
}

@-webkit-keyframes close_reminder {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1.2, 0.75);
            transform: scale(1.2, 0.75);
    margin-bottom: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    margin-bottom: -40px;
  }
}

@keyframes close_reminder {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1.2, 0.75);
            transform: scale(1.2, 0.75);
    margin-bottom: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    margin-bottom: -40px;
  }
}

/* line 84, app/assets/stylesheets/pulse/components/_help_widget.scss */
.close_reminder {
  z-index: 1000000;
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation: close_reminder;
          animation: close_reminder;
}

/* line 91, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list {
  font-family: "Roboto", sans-serif;
  position: fixed;
  right: 34px;
  bottom: 20px !important;
  z-index: 99;
}

/* line 98, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .red_dot_up {
  -webkit-animation: red_dot_up;
          animation: red_dot_up;
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
}

/* line 104, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .red_dot_down {
  -webkit-animation: red_dot_down;
          animation: red_dot_down;
  -webkit-animation-duration: 0.2s !important;
          animation-duration: 0.2s !important;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
}

/* line 110, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .red_dot {
  border-radius: 4px;
  -webkit-transition: 0.5s linear 0s;
  transition: 0.5s linear 0s;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -1px;
  right: -1px;
  display: block;
  background-color: #66ccf5;
  z-index: 2;
}

/* line 123, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .live_chat_wrapper {
  display: none !important;
}

/* line 127, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .open_support_button .red_dot {
  display: none;
}

/* line 132, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list.live_chat_available .open_support_button .red_dot {
  display: block !important;
}

/* line 138, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list.open .support_btn_wrapper {
  display: block;
}

/* line 143, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list.open.live_chat_available #live_chat_reminder_wrapper {
  display: block;
}

/* line 146, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list.open.live_chat_available .live_chat_wrapper {
  display: block !important;
}

/* line 149, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list.open.live_chat_available .live_chat_wrapper .red_dot.animated.flash {
  -webkit-animation: flash 3s infinite !important;
          animation: flash 3s infinite !important;
}

/* line 155, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list.open .open_support_button .red_dot {
  display: none;
}

/* line 160, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .down-arrow {
  border-left: 5px solid transparent;
  position: absolute;
  border-top: 7px solid #333;
  border-right: 3px solid transparent;
  top: 33px;
  right: 22px;
}

/* line 169, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #close_live_chat_reminder {
  position: absolute;
  top: -8px;
  right: -8px;
}

/* line 175, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #live_chat_reminder_wrapper {
  position: absolute;
  bottom: 59px;
  right: 0px;
  min-width: 100px;
  text-align: right;
}

/* line 183, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .live_chat_reminder {
  color: white;
  cursor: pointer;
  background-color: #333;
  border-radius: 43px;
  font-size: 13px;
  padding: 7px;
  font-weight: 300;
  -webkit-box-shadow: -1px 0px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 4px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

/* line 195, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_btn_open,
#support_list .support_btn_closed {
  position: absolute;
  display: inline-block;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

/* line 202, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .getting_started_btn .icon-dapulse-play {
  font-size: 16px;
  left: 2px;
  position: relative;
  bottom: 1px;
}

/* line 209, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_btn_open {
  opacity: 0;
  top: 2px;
  left: 14px;
  font-size: 16px;
}

/* line 216, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_btn_closed {
  opacity: 1;
  top: 1px;
  left: 16px;
}

/* line 223, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .help_widget_btn:hover .support_item {
  background-color: #0fa2e2;
}

/* line 227, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .help_widget_btn:hover .support_label {
  right: 57px;
  color: #66ccf5;
}

/* line 233, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_btn_wrapper {
  z-index: 0;
  display: none;
}

/* line 237, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_btn_wrapper .support_label {
  -webkit-transition: right 0.1s ease-in-out;
  transition: right 0.1s ease-in-out;
}

/* line 241, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_btn_wrapper .support_item {
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

/* line 246, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .open_support_button {
  opacity: 1;
  z-index: 999;
}

/* line 251, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .open_support_button.open .support_btn_open {
  opacity: 1;
}

/* line 255, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .open_support_button.open .support_btn_closed {
  opacity: 0;
}

/* line 259, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .open_support_button.open .red_dot {
  display: none;
}

/* line 265, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list a.support_label {
  display: block;
  position: absolute;
  width: 117px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  right: 60px;
  top: 10px;
  color: white;
  -webkit-box-shadow: -1px 0px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* line 279, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list a.support_label span.text {
  position: absolute;
  font-size: 13px;
  left: 9px;
  top: 4px;
}

/* line 286, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list a.support_label:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0.8);
  border-width: 4px;
  margin-top: -4px;
}

/* line 302, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list li {
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 306, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .new-open-support-btn {
  bottom: 10px;
  margin-top: 8px;
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #333333;
  border: 1px solid white;
  border-radius: 60px;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.27);
}

/* line 317, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .new-open-support-btn .support-btn-text {
  font-family: Roboto, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 18px;
  margin-top: 11px;
  z-index: 999;
}

/* line 329, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .new-open-support-btn:hover {
  cursor: pointer;
  background-color: #0085ff;
}

/* line 335, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_item_wrapper {
  display: block;
  background-color: #c4c4c4;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: 8px;
  position: relative;
}

/* line 345, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_item_wrapper:hover {
  cursor: pointer;
}

/* line 349, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_item_wrapper .support_item {
  color: white;
  background-color: #333;
  font-size: 22px;
  font-weight: bolder;
  line-height: 44px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  left: 1px;
  top: 1px;
  border: 2px solid white;
}

/* line 365, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list .support_item_wrapper .support_item:hover {
  text-decoration: none;
}

/* line 371, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #open_live_chat_button {
  display: none;
}

/* line 374, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #open_live_chat_button .support_item {
  background: #fff;
}

/* line 376, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #open_live_chat_button .support_item .support_btn_closed {
  left: 0;
  top: 2px;
}

/* line 379, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #open_live_chat_button .support_item .support_btn_closed span {
  color: #333;
  font-size: 44px;
}

/* line 389, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #open_live_chat_button:hover .support_item .support_btn_closed span {
  color: #0fa2e2;
}

/* line 397, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #webibox {
  display: inline-block;
  position: absolute;
  right: 60px;
  bottom: 0px;
  vertical-align: top;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 405, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #webibox .support_item {
  background-color: #f65f7c;
}

/* line 409, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #webibox .support_label {
  width: 160px;
  top: 18px;
  display: none;
  opacity: 0;
}

/* line 417, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #webibox:hover .support_label {
  display: block;
  opacity: 1;
}

/* line 422, app/assets/stylesheets/pulse/components/_help_widget.scss */
#support_list #webibox:hover .support_item {
  background-color: #0fa2e2;
}
/** Override Redactor CSS **/
/* line 4, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor,
.redactor-editor:focus {
  padding: 10px !important;
}

/* line 9, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor *[dir="rtl"] {
  text-align: right;
}

/* line 13, app/assets/stylesheets/pulse/components/_html_editor.scss */
.ui-widget-content {
  background-color: var(--secondary-background-color) !important;
  background-image: none !important;
}

/* line 18, app/assets/stylesheets/pulse/components/_html_editor.scss */
#redactor-modal button#redactor-modal-button-action {
  background: #0085ff !important;
}

/* line 22, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-box {
  margin-bottom: 0px !important;
}

/* line 26, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor,
.redactor-editor:focus,
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 15px !important;
  font-weight: 300 !important;
  font-family: "Roboto", arial, sans-serif !important;
  margin-bottom: 5px !important;
}

/* line 41, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor .user_mention_editor,
.redactor-editor:focus .user_mention_editor,
.redactor-editor div .user_mention_editor,
.redactor-editor p .user_mention_editor,
.redactor-editor ul .user_mention_editor,
.redactor-editor ol .user_mention_editor,
.redactor-editor table .user_mention_editor,
.redactor-editor dl .user_mention_editor,
.redactor-editor blockquote .user_mention_editor,
.redactor-editor pre .user_mention_editor {
  text-decoration: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  margin-bottom: inherit !important;
  line-height: inherit !important;
}

/* line 50, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor .remove_mentions_class_attributes,
.redactor-editor:focus .remove_mentions_class_attributes,
.redactor-editor div .remove_mentions_class_attributes,
.redactor-editor p .remove_mentions_class_attributes,
.redactor-editor ul .remove_mentions_class_attributes,
.redactor-editor ol .remove_mentions_class_attributes,
.redactor-editor table .remove_mentions_class_attributes,
.redactor-editor dl .remove_mentions_class_attributes,
.redactor-editor blockquote .remove_mentions_class_attributes,
.redactor-editor pre .remove_mentions_class_attributes {
  text-decoration: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  margin-bottom: inherit !important;
  line-height: inherit !important;
}

/* line 60, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor em {
  font-style: italic !important;
}

/* line 64, app/assets/stylesheets/pulse/components/_html_editor.scss */
.collaboration_box_body .dropzone,
.redactor-box .dropzone {
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  display: none;
}

/* line 76, app/assets/stylesheets/pulse/components/_html_editor.scss */
.collaboration_box_body .dropzone.in,
.redactor-box .dropzone.in {
  opacity: 0.6;
  display: block;
}

/* line 81, app/assets/stylesheets/pulse/components/_html_editor.scss */
.collaboration_box_body .dropzone.hover,
.redactor-box .dropzone.hover {
  opacity: 0.8;
}

/* line 83, app/assets/stylesheets/pulse/components/_html_editor.scss */
.collaboration_box_body .dropzone.hover .dropzone_text,
.redactor-box .dropzone.hover .dropzone_text {
  color: black;
}

/* line 88, app/assets/stylesheets/pulse/components/_html_editor.scss */
.collaboration_box_body .dropzone.fade,
.redactor-box .dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 92, app/assets/stylesheets/pulse/components/_html_editor.scss */
.collaboration_box_body .dropzone .dropzone_text,
.redactor-box .dropzone .dropzone_text {
  position: absolute;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -15px;
  text-align: center;
  font-weight: bold;
}

@-webkit-keyframes checklist_task_size {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background-color: #4ab840;
    background: filter-gradient(#4ab840, #00ff00, horizontal);
    background: background-image(linear-gradient(to right, #4ab840 0%, #4ab840 52%, #5cc255 56%, #3ae62e 58%, lime 86%, lime 100%));
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes checklist_task_size {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background-color: #4ab840;
    background: filter-gradient(#4ab840, #00ff00, horizontal);
    background: background-image(linear-gradient(to right, #4ab840 0%, #4ab840 52%, #5cc255 56%, #3ae62e 58%, lime 86%, lime 100%));
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* line 134, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist {
  list-style: none;
  direction: ltr;
  margin: 10px 0 10px 10px !important;
}

/* line 139, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist.disabled li {
  pointer-events: none;
}

/* line 141, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist.disabled li:before {
  pointer-events: none;
}

/* line 147, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist li {
  margin: 8px 0;
  min-height: 20px;
}

/* line 150, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist li:before {
  cursor: pointer !important;
  pointer-events: auto;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  background-image: url(https://cdn.monday.com/images/checklist/dapulse-checkmark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: border 200ms ease-out;
  transition: border 200ms ease-out;
}

/* line 166, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist li.is_checked {
  color: #ababab;
}

/* line 167, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist li.is_checked:before {
  background-color: #00c875;
  border: 1px solid #00c875;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

/* line 174, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist li.is_checked.checklist_animation:before {
  -webkit-animation: checklist_task_size 0.2s;
          animation: checklist_task_size 0.2s;
}

/* line 179, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist li.is_checked:not(.no-strike-through) {
  text-decoration: line-through !important;
}

/* line 183, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist li.is_checked:hover {
  color: #787878;
}

/* line 187, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist li.disabled {
  cursor: default !important;
  color: #ababab !important;
}

/* line 191, app/assets/stylesheets/pulse/components/_html_editor.scss */
ul.checklist li.disabled:before {
  border-color: #ccc;
}

/* line 198, app/assets/stylesheets/pulse/components/_html_editor.scss */
.body_text {
  overflow: auto;
}

/* line 204, app/assets/stylesheets/pulse/components/_html_editor.scss */
.body_text:not(.is-syncing) ul.checklist li:hover {
  cursor: pointer;
}

/* line 208, app/assets/stylesheets/pulse/components/_html_editor.scss */
.body_text:not(.is-syncing) ul.checklist li.disabled {
  cursor: default;
}

/* line 222, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor ul.checklist li {
  /* Fix bug in safari */
  /* remove ability to interact with parent element */
  pointer-events: none;
  /* apply pointer cursor to parent element */
  cursor: pointer;
}

/* line 230, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor ul.checklist li:before {
  cursor: pointer !important;
}

/* line 240, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor ul.checklist li,
.body_text ul.checklist li {
  position: relative;
  padding-left: 26px !important;
}

/* line 243, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor ul.checklist li:before,
.body_text ul.checklist li:before {
  vertical-align: middle;
  position: absolute;
  left: -4px;
  top: 2px;
}

/* line 250, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor ul.checklist li:hover:before,
.body_text ul.checklist li:hover:before {
  border-color: #00c875;
  background-image: none;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

/* line 256, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor ul.checklist li.is_checked:hover:before,
.body_text ul.checklist li.is_checked:hover:before {
  background-color: #00af66;
  border-color: #00af66;
  background-image: url(https://cdn.monday.com/images/checklist/dapulse-checkmark.svg);
}

/* line 264, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor ul.checklist li.disabled:before,
.body_text ul.checklist li.disabled:before {
  cursor: default !important;
  border-color: #ccc;
}

/* line 275, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor .checklist-preview,
.body_text .checklist-preview {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 0 0 20px 10px;
  margin: 0;
  position: relative;
}

/* line 282, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor .checklist-preview .checklist-progress,
.body_text .checklist-preview .checklist-progress {
  position: absolute;
  height: 3px;
  background: #00ca72;
  top: 0;
  left: 0;
}

/* line 290, app/assets/stylesheets/pulse/components/_html_editor.scss */
.redactor-editor .checklist-preview .edit-checklist-button,
.body_text .checklist-preview .edit-checklist-button {
  color: #00a1e6;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 24, app/assets/stylesheets/pulse/components/_inbox.scss */
body#main #content.in_inbox {
  overflow-x: initial;
  overflow-y: initial;
}

/* line 30, app/assets/stylesheets/pulse/components/_inbox.scss */
.modal-component-content #inbox {
  padding-bottom: 0;
}

/* line 35, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox {
  min-height: 100%;
  height: 100%;
  color: var(--primary-text-color);
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 42, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-wrapper {
  margin-right: 0;
  max-width: 100%;
  margin-bottom: var(--spacing-medium);
}

/* line 47, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-wrapper.shouldNotRenderFilters {
  padding-top: 0;
}

/* line 51, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-wrapper .new-layout-inbox-tab-list-container {
  padding-left: 40px;
  border-bottom: 1px solid var(--primary-background-hover-color);
  padding-top: var(--spacing-xl);
  background-color: var(--primary-background-color);
}

/* line 56, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-wrapper .new-layout-inbox-tab-list-container .new-layout-inbox-tab-list {
  padding-bottom: 0;
}

/* line 58, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-wrapper .new-layout-inbox-tab-list-container .new-layout-inbox-tab-list .new-layout-inbox-tab-list-item {
  border-bottom: 0;
}

/* line 61, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-wrapper .new-layout-inbox-tab-list-container .new-layout-inbox-tab-list .new-layout-inbox-tab-list-item-new-label {
  padding-left: var(--spacing-small);
}

/* line 68, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-wrapper.board-selected .inbox-title {
  cursor: pointer;
  font-weight: var(--font-weight-light);
}

/* line 72, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-wrapper.board-selected .inbox-title:hover {
  color: var(--primary-color);
}

/* line 79, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .undo-last-action {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 80px;
  z-index: 111111;
  -webkit-box-shadow: var(--box-shadow-small);
          box-shadow: var(--box-shadow-small);
}

/* line 87, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .undo-last-action.visible {
  opacity: 1;
}

/* line 91, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .undo-last-action .btn {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.25);
          box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.25);
  height: 40px;
  line-height: 1.1;
}

/* line 97, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .undo-last-action .undo-text {
  margin-left: 10px;
}

/* line 102, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-and-board-title-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 104, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-and-board-title-wrapper .board-title {
  cursor: default;
  margin: 0 0 0 5px;
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-bold);
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: inline !important;
}

/* line 114, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title {
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 123, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-second-title {
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-general-label);
}

/* line 127, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-second-title .learn-more-link {
  text-decoration: underline;
}

/* line 132, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-feedback-container {
  font-size: var(--font-size-paragraph);
  position: absolute;
  right: 34px;
  top: 3px;
}

/* line 137, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-feedback-container .icon {
  margin-right: var(--spacing-xs);
}

/* line 142, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-counter {
  font-size: var(--font-size-general-label);
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 0 6px 0 5px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 22px;
  position: relative;
  min-width: 20px;
  top: -1px;
}

/* line 145, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-counter.active {
  background: #333;
}

/* line 150, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions {
  padding-top: var(--spacing-medium);
  padding-left: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--grey-background-color);
}

/* line 156, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions a {
  text-decoration: none;
  font-size: var(--font-size-paragraph);
  cursor: pointer;
  color: var(--primary-text-color);
}

/* line 162, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions a.active {
  font-weight: var(--font-weight-bold);
}

/* line 165, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions a.active .badge-count {
  color: var(--primary-text-color);
}

/* line 171, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions a:hover {
  color: var(--primary-color);
}

/* line 174, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions a:hover .badge-count {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

/* line 181, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions #inbox-all-updates-link {
  display: inline-block;
}

/* line 185, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions .badge-count {
  font-size: var(--font-size-general-label);
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 0 6px 0 5px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 22px;
  position: relative;
  min-width: 20px;
  top: -1px;
  background: #333;
}

/* line 190, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions .action-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  max-width: 750px;
}

/* line 196, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions .action-holder .inbox-toggle-menu-container .inbox-toggle-updates-button-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 198, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions .action-holder .inbox-toggle-menu-container .inbox-toggle-updates-button-container .inbox-toggle-updates-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 200, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions .action-holder .inbox-toggle-menu-container .inbox-toggle-updates-button-container .inbox-toggle-updates-button .inbox-toggle-updates-show {
  font-weight: calc(var(--font-weight-bold) + var(--font-weight-very-light));
}

/* line 203, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions .action-holder .inbox-toggle-menu-container .inbox-toggle-updates-button-container .inbox-toggle-updates-button .inbox-toggle-updates-show .inbox-toggle-updates-show-suffix {
  padding-left: calc(var(--spacing-xs) / 2);
  font-weight: var(--font-weight-normal);
}

/* line 211, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-title-actions .action-holder .selected-board-actions {
  margin-left: auto;
}

/* line 217, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-toggle-mode {
  -ms-flex: 1;
      flex: 1;
  max-width: 590px;
}

/* line 221, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-toggle-mode .toggle-view {
  vertical-align: sub;
}

/* line 224, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-toggle-mode .toggle-view.close-all-not-shown {
  float: right;
  padding-right: var(--spacing-small);
}

/* line 231, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-selected-board-header {
  width: 100%;
  max-width: 750px;
}

/* line 234, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-selected-board-header .selected-board-title {
  font-size: 20px;
  margin: 0;
}

/* line 239, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-selected-board-header .selected-board-actions {
  display: -ms-flexbox;
  display: flex;
}

/* line 241, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-selected-board-header .selected-board-actions .close-filter-button {
  margin-left: auto;
}

/* line 246, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-selected-board-header .close-board-filter-button {
  display: inline-block;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 22px;
  width: 20px;
  height: 20px;
  text-align: center;
}

/* line 260, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-selected-board-header .close-board-filter-button:hover {
  background: #00a1e6;
}

/* line 266, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .round-loader {
  text-align: center;
  color: #0e94cf;
  margin: 30px auto;
}

/* line 271, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .round-loader .faster-spin {
  -webkit-animation: fa-spin 1.5s infinite linear;
          animation: fa-spin 1.5s infinite linear;
}

/* line 276, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached {
  text-align: center;
  margin: 60px auto 0;
  font-size: 20px;
  color: #acacac;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -webkit-animation: appear 200ms ease;
          animation: appear 200ms ease;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

/* line 295, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached p {
  margin-top: 20px;
  line-height: 30px;
}

/* line 300, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached .inbox-zero-header {
  color: var(--primary-text-color);
  font-size: 32px;
  font-weight: calc(var(--font-weight-very-light) + var(--font-weight-bold));
  margin-bottom: var(--spacing-medium);
}

/* line 307, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached .inbox-zero-text {
  color: var(--primary-text-color);
  font-size: 15px;
  font-weight: var(--font-weight-normal);
  max-width: 400px;
}

/* line 314, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached .zero-inbox-image {
  left: 0;
  top: 0;
  margin-bottom: var(--spacing-xl);
}

/* line 319, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached .zero-inbox-image.yellow-baloon {
  width: 129px;
  height: 129px;
}

/* line 324, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached .zero-inbox-image.macarons {
  width: 130px;
  height: 170px;
}

/* line 329, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached .zero-inbox-image.rocks {
  width: 140px;
  height: 170px;
}

/* line 334, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached .zero-inbox-image.green-like {
  left: -7px;
  top: 19px;
}

/* line 341, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached .empty-state-board h2 {
  display: block;
  color: #000000;
  font-size: var(--font-size-h2);
  line-height: 1.4;
}

/* line 348, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .zero-inbox-reached .empty-state-board p {
  font-size: var(--font-size-paragraph);
  margin: 15px 0;
}

/* line 355, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-navigation-component {
  height: 100%;
  -ms-flex: 1;
      flex: 1;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

/* line 364, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news {
  position: relative;
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  outline: 0;
  -ms-flex: 1;
      flex: 1;
  background-color: var(--grey-background-color);
  padding-right: 0;
}

/* line 374, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .unauthorized-empty-state-title {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-weight: 700;
  padding: var(--spacing-small);
}

/* line 381, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .unauthorized-empty-state-sub-title {
  padding: var(--spacing-small);
  font-size: var(--font-size-30);
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: var(--spacing-large);
          margin-block-end: var(--spacing-large);
  white-space: pre-line;
  width: 100%;
  text-align: center;
}

/* line 391, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news.inbox_other_section {
  margin-left: 40px;
}

/* line 395, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 400, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* line 404, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

/* line 409, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .talk_post .redactor-toolbar {
  display: none;
}

/* line 414, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper {
  margin-top: var(--spacing-xl);
  margin-bottom: 40px;
}

/* line 418, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post {
  max-width: 820px;
}

/* line 421, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .redactor-toolbar {
  display: none;
}

/* line 425, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .redactor-editor {
  border-radius: var(--border-radius-small);
  border: 1px var(--border-style);
  border-color: var(--primary-color);
}

/* line 431, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .mention_button_new_post {
  left: 134px;
  top: 2px;
  position: absolute;
  font-size: var(--font-size-general-label);
  color: var(--primary-color);
}

/* line 438, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .mention_button_new_post:hover {
  color: var(--primary-hover-color);
  text-decoration: none;
}

/* line 444, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .pulse_post_editor {
  margin-right: 70px;
}

/* line 448, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .new_post_placeholder {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  margin-right: 70px;
  border-radius: var(--border-radius-medium);
  border: 1px var(--border-style);
  border-color: var(--primary-color);
  padding: 10px 20px;
  color: #999;
  background-color: var(--primary-background-color);
  cursor: text;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  text-align: left;
}

/* line 413, app/assets/stylesheets/pulse/components/../default/_mixins.scss */
#inbox #latest_news .new_post_wrapper .new_post .new_post_placeholder:focus:not(.focus-visible) {
  outline: none;
}

/* line 416, app/assets/stylesheets/pulse/components/../default/_mixins.scss */
#inbox #latest_news .new_post_wrapper .new_post .new_post_placeholder:focus-visible, #inbox #latest_news .new_post_wrapper .new_post .new_post_placeholder.focus-visible {
  outline: none;
  border: 1px solid;
  border-color: var(--primary-hover-color);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 132, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 132, 255, 0.5);
  border-radius: 4px;
}

/* line 461, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .new_post_placeholder:hover:not(.disabled) {
  color: #333;
}

/* line 465, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .new_post_placeholder:hover {
  background-color: var(--primary-background-hover-color);
}

/* line 468, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .new_post_placeholder.disabled {
  color: var(--disabled-text-color);
  border-color: var(--ui-border-color);
  background-color: var(--grey-background-color);
}

/* line 474, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .new_post_placeholder .new-update-with-profile-picture-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f3f3f3;
}

/* line 481, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #latest_news .new_post_wrapper .new_post .new_post_placeholder .new-update-with-profile-picture-section .new-update-profile-picture {
  border-radius: 50%;
  width: 45px;
  margin-right: 10px;
}

/* line 492, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #wall {
  margin-right: 70px;
}

/* line 495, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #wall .bookmark-empty-state-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 520px;
  height: 500px;
  margin-left: 150px;
  margin-top: 100px;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 507, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #wall .bookmark-empty-state-container .bookmark-empty-state-text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: var(--spacing-large);
  gap: var(--spacing-large);
}

/* line 515, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox #wall .bookmark-empty-state-container .bookmark-empty-state-text-wrapper .bookmark-empty-state-title {
  font-size: var(--font-size-50);
  font-weight: calc(var(--font-weight-bold) + var(--font-weight-very-light));
}

/* line 526, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .space_view {
  margin-bottom: 0;
  padding-left: 40px;
  background-color: var(--grey-background-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 534, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox_new_updates {
  position: fixed;
  top: 40px;
  left: 30%;
  margin-left: -100px;
  z-index: 4000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #0f9d58;
  background-color: var(--primary-background-color);
}

/* line 543, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox_new_updates.with-leftpane {
  left: 50%;
}

/* line 548, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox_new_updates:hover {
  background-color: var(--primary-background-hover-color);
}

/* line 553, app/assets/stylesheets/pulse/components/_inbox.scss */
.with-top-reminder #inbox .inbox_new_updates {
  top: 125px;
}

/* line 558, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .loading_posts {
  max-width: 750px;
}

/* line 563, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box {
  position: relative;
  margin-bottom: var(--spacing-medium);
}

@-webkit-keyframes dot2-pulse {
  0%,
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes dot2-pulse {
  0%,
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/* line 582, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box .toggle-update-button {
  position: sticky;
  top: 8px;
  margin-top: var(--spacing-small);
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #ebebeb;
  border-radius: var(--border-radius-small);
  margin-right: -50px;
  float: right;
}

/* line 595, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box .toggle-update-button:hover .v-icon {
  background-color: var(--primary-hover-color);
}

/* line 600, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box .toggle-update-button .dot1,
#inbox .posts_list .post_box .toggle-update-button .dot2,
#inbox .posts_list .post_box .toggle-update-button .dot3 {
  -webkit-transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 6px;
  height: 6px;
  background: #c4c4c4;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
}

/* line 616, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box .toggle-update-button .v-icon {
  display: block;
  -webkit-transition: background 0.1666666667s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.1666666667s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: background 0.1666666667s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.1666666667s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), background 0.1666666667s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.1666666667s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), background 0.1666666667s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.1666666667s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: var(--border-radius-small);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}

/* line 631, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box .toggle-update-button .dot1,
#inbox .posts_list .post_box .toggle-update-button .dot2,
#inbox .posts_list .post_box .toggle-update-button .dot3 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes highlight-undo {
  0% {
    outline-color: #24c97e;
    outline-width: 2px;
    outline-style: solid;
  }
  100% {
    outline-color: #ededed;
    outline-width: 0px;
    outline-style: solid;
  }
}

@keyframes highlight-undo {
  0% {
    outline-color: #24c97e;
    outline-width: 2px;
    outline-style: solid;
  }
  100% {
    outline-color: #ededed;
    outline-width: 0px;
    outline-style: solid;
  }
}

/* line 653, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.from_undo .post {
  -webkit-animation-name: highlight-undo;
          animation-name: highlight-undo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* line 659, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed {
  cursor: pointer;
}

/* line 664, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed:hover .toggle-update-button .dot1,
#inbox .posts_list .post_box.closed:hover .toggle-update-button .dot2,
#inbox .posts_list .post_box.closed:hover .toggle-update-button .dot3,
#inbox .posts_list .post_box.closed:hover .toggle-update-button .v-icon {
  -webkit-transition: color 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: color 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #ababab;
}

/* line 675, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed.minimized .post {
  height: 120px;
}

/* line 678, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed.minimized .post:hover {
  -webkit-box-shadow: 0px 10px 20px -8px #c4c4c4;
          box-shadow: 0px 10px 20px -8px #c4c4c4;
}

/* line 684, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .toggle-update-button {
  position: relative;
  margin-top: 0;
}

/* line 687, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .toggle-update-button .dot1 {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

/* line 691, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .toggle-update-button .dot2 {
  -webkit-animation: dot2-pulse 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: dot2-pulse 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 695, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .toggle-update-button .dot3 {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

/* line 699, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .toggle-update-button .v-icon {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background: #c4c4c4;
  color: #c4c4c4;
}

/* line 706, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post_menu_container {
  display: none !important;
}

/* line 710, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .has_attachments {
  display: inline-block;
  margin-right: 10px;
}

/* line 715, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post_time_wrapper {
  margin-right: 15px;
  margin-top: 15px;
}

/* line 720, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post {
  border: 1px var(--border-style);
  border-color: var(--layout-border-color);
  opacity: 0.7;
  overflow: hidden;
}

/* line 726, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post > * {
  pointer-events: none;
}

/* line 730, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .post_title {
  min-height: 76px;
  padding: 15px;
}

/* line 736, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .title .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-general-label);
  padding-top: 3px;
  margin-right: 100px;
}

/* line 743, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .title .pulse_name_wrapper {
  color: #c4c4c4;
  font-size: 13px;
  font-weight: 100;
  padding-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 170px;
}

/* line 751, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .title .pulse_name_wrapper .icon-dapulse-main {
  font-size: 10px;
  padding-right: 3px;
}

/* line 757, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .title .pulse_name_wrapper .board_name .icon {
  margin-right: 5px;
}

/* line 763, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .title .tags-wrapper {
  position: absolute;
  bottom: 0;
  right: 200px;
  width: 150px;
  height: 18px;
  font-size: 13px;
  overflow: hidden;
}

/* line 773, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .title .reply-counter-wrapper {
  position: absolute;
  top: 0;
  right: 55px;
  font-size: 13px;
  border-radius: 15px;
  padding: 2px 0;
}

/* line 786, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .title .info-icons-wrapper {
  position: absolute;
  bottom: 4px;
  right: 120px;
  font-size: 10px;
}

/* line 792, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .title .info-icons-wrapper i {
  color: #333;
  border-radius: 100%;
  padding: var(--spacing-xs);
  margin-left: var(--spacing-xs);
  background: #f1f1f1;
}

/* line 799, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .title .info-icons-wrapper i.icon-dapulse-mention {
  padding: var(--spacing-xs) 5px;
}

/* line 807, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .post_top_right_wrapper .doc_icn {
  font-size: 20px;
  width: 60px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #333;
}

/* line 815, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .post_top_right_wrapper .doc_icn.pdf {
  color: #bb0706;
}

/* line 819, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .post_top_right_wrapper .doc_icn.word {
  color: #2a5699;
}

/* line 823, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .post_top_right_wrapper .doc_icn.excel {
  color: #207245;
}

/* line 827, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .post_top_right_wrapper .doc_icn.ppt {
  color: #d64e2a;
}

/* line 831, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .post_top_right_wrapper .doc_icn.zip {
  color: #e4901c;
}

/* line 835, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .post_top_right_wrapper .doc_icn.music {
  color: #2ea2e9;
}

/* line 840, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post .post_top_right_wrapper .asset_preview {
  background: #f1f1f1;
  background-size: cover;
  width: 60px;
  height: 46px;
}

/* line 849, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post_header {
  padding: 0;
  min-height: 0;
  cursor: pointer;
}

/* line 855, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post_body_wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 15px;
}

/* line 859, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .post_body_wrapper .post_body {
  color: #c4c4c4;
}

/* line 864, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed .replay_area {
  display: none;
}

/* line 872, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post_box.closed:first-child .post {
  margin-top: 0;
}

/* line 879, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 754px;
  border: 1px var(--border-style);
  border-color: var(--layout-border-color);
  border-radius: var(--border-radius-medium);
}

/* line 887, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post .post_header {
  position: sticky;
  top: 0;
}

/* line 892, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .posts_list .post .post-hidden-border {
  position: sticky;
  top: -1px;
}

/* line 899, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter {
  width: 400px;
  background-color: var(--primary-background-color);
  font-size: 15px;
  font-weight: var(--font-weight-normal);
  padding-left: 15px;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid var(--primary-background-hover-color);
}

/* line 911, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .user_guidance_wrapper #user_guidance {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 30px;
  z-index: 1;
  position: relative;
}

/* line 918, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .user_guidance_wrapper #user_guidance .power_battery_wrapper {
  background-color: var(--secondary-background-color);
  border-radius: var(--border-radius-medium);
  -webkit-box-shadow: 0 3px 12px var(--application-border-color);
          box-shadow: 0 3px 12px var(--application-border-color);
  margin-top: var(--spacing-medium);
  border: 0;
  display: grid;
}

/* line 926, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .user_guidance_wrapper #user_guidance .power_battery_wrapper .action_list {
  margin-left: 35px;
}

/* line 930, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .user_guidance_wrapper #user_guidance .power_battery_wrapper h2 {
  font-family: var(--title-font-family);
  margin-left: 30px;
}

/* line 938, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .disabled {
  color: #dfdfdf;
}

/* line 942, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .empty-state {
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--spacing-small);
  padding-left: 15px;
}

/* line 948, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .filter-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 0px 5px 15px;
}

/* line 954, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .filter-header .close-filter-button {
  float: right;
}

/* line 957, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .filter-header .close-filter-button:not(.square) {
  margin-top: var(--spacing-xs);
  color: var(--primary-color);
  cursor: pointer;
}

/* line 962, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .filter-header .close-filter-button:not(.square):hover {
  text-decoration: underline;
}

/* line 969, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter #filter-inbox-wrapper {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow-y: hidden;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: var(--spacing-medium);
}

/* line 979, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .filter-header-title {
  font: var(--font-h4);
}

/* line 983, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .line_loader {
  width: 85%;
  display: block;
  height: 8px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  background: linear-gradient(135deg, #f1f1f1 0%, #e3e3e3 50%, #f1f1f1 100%) 303.03px 50%;
}

/* line 996, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .clear-filter-button {
  float: right;
  margin-top: 6px;
  color: #00a1e6;
  cursor: pointer;
}

/* line 1002, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .clear-filter-button.disabled {
  opacity: 0;
  cursor: initial;
}

/* line 1008, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .divider {
  height: 1px;
  background: #f5f5f5;
  margin: 15px 0;
}

/* line 1014, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .inbox-board-list-wrapper {
  min-height: 0;
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
}

/* line 1019, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .inbox-board-list-wrapper::-webkit-scrollbar {
  width: 4px;
}

/* line 1023, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .inbox-board-list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b2b2b2;
}

/* line 1029, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .other_sections {
  margin-left: 1px;
}

/* line 1032, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .other_sections a {
  color: #333;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

/* line 1038, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .other_sections a:hover, #inbox .inbox-filter .other_sections a:active {
  text-decoration: none;
}

/* line 1043, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .other_sections a.selected {
  color: var(--primary-color);
}

/* line 1047, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .other_sections a .check_icon {
  margin-right: 5px;
}

/* line 1051, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .other_sections a.disabled {
  cursor: default;
  color: var(--disabled-text-color);
}

/* line 1059, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .inbox-board-list.disabled {
  color: var(--disabled-text-color);
  pointer-events: none;
}

/* line 1063, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .inbox-board-list.disabled .board-filter-item .board_kind {
  color: var(--disabled-text-color) !important;
}

/* line 1067, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter .inbox-board-list.disabled .post_count {
  background-color: var(--primary-background-hover-color) !important;
}

/* line 1073, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter h3 {
  color: #c4c4c4;
  font-weight: 100;
  font-size: 21px;
  margin: 0;
}

/* line 1080, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter h3.fixTitle {
  font: var(--font-h3-bold);
  color: var(--primary-text-color);
}

/* line 1085, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list {
  margin: 0;
  list-style: none;
}

/* line 1089, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  clear: both;
  margin-bottom: 5px;
  font-size: var(--font-size-general-label);
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 15px;
  height: 32px;
}

/* line 1103, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item:hover {
  background-color: var(--primary-background-hover-color) !important;
}

/* line 1107, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item.selected {
  background-color: var(--primary-selected-color);
  color: var(--primary-text-color);
}

/* line 1111, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item.selected .post_count {
  background: var(--primary-background-hover-color);
  color: var(--primary-text-color);
}

/* line 1117, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item .board_name {
  max-width: 70%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* line 1126, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item .board_kind {
  font-size: 15px;
  padding: 2px var(--spacing-xs);
  color: #f65f7c;
  border-radius: 100%;
  margin: 0 2px;
}

/* line 1133, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item .board_kind.share {
  color: #a358df;
}

/* line 1137, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item .board_kind.private {
  color: #f65f7c;
}

/* line 1142, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item .post_count {
  font-size: var(--font-size-general-label);
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 0 6px 0 5px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 22px;
  position: relative;
  min-width: 20px;
  top: -1px;
  top: 1px;
  float: right;
  height: 22px;
  line-height: 23px;
  padding: 0 var(--spacing-small) 0 7px;
  background: var(--primary-background-hover-color);
  color: var(--primary-text-color);
}

/* line 1153, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item .close-selection {
  top: 1px;
  float: right;
  height: 22px;
  line-height: 23px;
  padding: 0 var(--spacing-small) 0 7px;
  color: #fff;
}

/* line 1161, app/assets/stylesheets/pulse/components/_inbox.scss */
#inbox .inbox-filter ul.inbox-list li.board-filter-item .close-selection:hover {
  color: #333;
}

/* line 1170, app/assets/stylesheets/pulse/components/_inbox.scss */
.inbox-title-tooltip-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 1173, app/assets/stylesheets/pulse/components/_inbox.scss */
.inbox-title-tooltip-container .inbox-title-tooltip-title {
  font-weight: calc(var(--font-weight-bold) + var(--font-weight-very-light));
}

/* line 1176, app/assets/stylesheets/pulse/components/_inbox.scss */
.inbox-title-tooltip-container .inbox-title-tooltip-subtitle-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: var(--spacing-small);
}

/* line 1180, app/assets/stylesheets/pulse/components/_inbox.scss */
.inbox-title-tooltip-container .inbox-title-tooltip-subtitle-container .inbox-title-tooltip-subtitle {
  display: -ms-flexbox;
  display: flex;
}
/* line 1, app/assets/stylesheets/pulse/components/_inplace_edit.scss */
.editable-click, a.editable-click {
  border-bottom: 1px solid transparent;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

/* line 5, app/assets/stylesheets/pulse/components/_inplace_edit.scss */
.editable-click:hover, a.editable-click:hover {
  border-bottom: dashed 1px #08C;
}

/* line 10, app/assets/stylesheets/pulse/components/_inplace_edit.scss */
.editable-open {
  opacity: 0.4;
  border-bottom: 1px solid transparent !important;
}

/* line 13, app/assets/stylesheets/pulse/components/_inplace_edit.scss */
.editable-open:hover {
  cursor: default;
}

/* line 17, app/assets/stylesheets/pulse/components/_inplace_edit.scss */
.editable-input input {
  min-width: 200px;
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  vertical-align: top;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  text-align: left;
  font-weight: 300;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 34, app/assets/stylesheets/pulse/components/_inplace_edit.scss */
.editable-input input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/*$link-color:#168ae0;*/
/* line 6, app/assets/stylesheets/pulse/components/_invite_users.scss */
.invite_members_wrapper.invite_users_component .invite_users .invite-users-form .invite-users-input {
  border: 1px solid #c4c4c4;
  background-color: transparent;
}

/* line 10, app/assets/stylesheets/pulse/components/_invite_users.scss */
.invite_members_wrapper.invite_users_component .invite_users .invite-users-form .invite-users-input:focus {
  border: 1px solid #27a7de !important;
}

/* line 21, app/assets/stylesheets/pulse/components/_invite_users.scss */
.invite_users_component .invite_users .invite-users-form .invite-users-input {
  width: 100%;
  position: relative;
  border: 1px dashed white;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 29, app/assets/stylesheets/pulse/components/_invite_users.scss */
.invite_users_component .invite_users .invite-users-form .invite-users-input:focus {
  border: 1px dashed #c4c4c4 !important;
  border-bottom: 1px solid #c3c3c3 !important;
}

/* line 33, app/assets/stylesheets/pulse/components/_invite_users.scss */
.invite_users_component .invite_users .invite-users-form .invite-users-input.disabled {
  opacity: 0.5;
}

/* line 37, app/assets/stylesheets/pulse/components/_invite_users.scss */
.invite_users_component .invite_users .invite-users-form .invite-loader {
  position: absolute;
  top: 10px;
  right: 22px;
  display: none;
}

/* line 43, app/assets/stylesheets/pulse/components/_invite_users.scss */
.invite_users_component .invite_users .invite-users-form .done_message {
  display: none;
  opacity: 0;
  position: absolute;
  right: 26px;
  top: 6px;
  color: #0fd695;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 52, app/assets/stylesheets/pulse/components/_invite_users.scss */
.invite_users_component .invite_users .invite-users-form .done_message.active {
  display: inline-block;
  opacity: 1;
}

/* line 62, app/assets/stylesheets/pulse/components/_invite_users.scss */
.invite_users_component .twitter-typeahead .tt-menu .loader {
  position: absolute;
  top: -27px;
  right: 11px;
  padding: 0px;
}
/* line 1, app/assets/stylesheets/pulse/components/_loader.scss */
.new_loader_wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 8, app/assets/stylesheets/pulse/components/_loader.scss */
.new_loader {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 24, app/assets/stylesheets/pulse/components/_loader.scss */
.new_loader .loader_item-1 {
  background: #66ccf5;
  float: left;
  width: 18px;
  height: 18px;
  margin: 0 9px;
  border-radius: 9px;
  -webkit-animation: anim 0.8s ease-in-out infinite 0.1s;
          animation: anim 0.8s ease-in-out infinite 0.1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim {
  0%, 100% {
    height: 16.3636363636px;
    width: 18px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%, 90% {
    background: #66ccf5;
  }
  50% {
    width: 18px;
    background: #66ccf5;
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
  }
}

@keyframes anim {
  0%, 100% {
    height: 16.3636363636px;
    width: 18px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%, 90% {
    background: #66ccf5;
  }
  50% {
    width: 18px;
    background: #66ccf5;
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
  }
}

/* line 24, app/assets/stylesheets/pulse/components/_loader.scss */
.new_loader .loader_item-2 {
  background: #66ccf5;
  float: left;
  width: 18px;
  height: 18px;
  margin: 0 9px;
  border-radius: 9px;
  -webkit-animation: anim 0.8s ease-in-out infinite 0.2s;
          animation: anim 0.8s ease-in-out infinite 0.2s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@keyframes anim {
  0%, 100% {
    height: 16.3636363636px;
    width: 18px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%, 90% {
    background: #66ccf5;
  }
  50% {
    width: 18px;
    background: #66ccf5;
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
  }
}

/* line 24, app/assets/stylesheets/pulse/components/_loader.scss */
.new_loader .loader_item-3 {
  background: #66ccf5;
  float: left;
  width: 18px;
  height: 18px;
  margin: 0 9px;
  border-radius: 9px;
  -webkit-animation: anim 0.8s ease-in-out infinite 0.3s;
          animation: anim 0.8s ease-in-out infinite 0.3s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@keyframes anim {
  0%, 100% {
    height: 16.3636363636px;
    width: 18px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%, 90% {
    background: #66ccf5;
  }
  50% {
    width: 18px;
    background: #66ccf5;
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
  }
}

/* line 64, app/assets/stylesheets/pulse/components/_loader.scss */
.dapulse_loader {
  position: relative;
  display: inline-block;
}

/* line 68, app/assets/stylesheets/pulse/components/_loader.scss */
.dapulse_loader .loader_dot {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 75, app/assets/stylesheets/pulse/components/_loader.scss */
.dapulse_loader .loader_dot:before, .dapulse_loader .loader_dot:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: #66ccf5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  margin-left: -12.5px;
  margin-top: -12.5px;
}

/* line 89, app/assets/stylesheets/pulse/components/_loader.scss */
.dapulse_loader .loader_dot:after {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

@-webkit-keyframes dots-move-0 {
  0% {
    -webkit-transform: translateX(-20px) rotate(0deg);
            transform: translateX(-20px) rotate(0deg);
  }
  50%, 100% {
    -webkit-transform: translateX(-20px) rotate(180deg);
            transform: translateX(-20px) rotate(180deg);
  }
}

@keyframes dots-move-0 {
  0% {
    -webkit-transform: translateX(-20px) rotate(0deg);
            transform: translateX(-20px) rotate(0deg);
  }
  50%, 100% {
    -webkit-transform: translateX(-20px) rotate(180deg);
            transform: translateX(-20px) rotate(180deg);
  }
}

@-webkit-keyframes dots-visibility-0 {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@keyframes dots-visibility-0 {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

/* line 115, app/assets/stylesheets/pulse/components/_loader.scss */
.dapulse_loader .loader_dot:nth-child(1) {
  -webkit-transform: translateX(-20px) rotate(0deg);
      -ms-transform: translateX(-20px) rotate(0deg);
          transform: translateX(-20px) rotate(0deg);
  -webkit-animation: dots-move-0 0.7s -0s ease-in infinite;
          animation: dots-move-0 0.7s -0s ease-in infinite;
}

/* line 119, app/assets/stylesheets/pulse/components/_loader.scss */
.dapulse_loader .loader_dot:nth-child(1):before {
  -webkit-animation: dots-visibility-0 0.7s -0s steps(1) infinite;
          animation: dots-visibility-0 0.7s -0s steps(1) infinite;
}

@-webkit-keyframes dots-move-1 {
  0% {
    -webkit-transform: translateX(20px) rotate(180deg);
            transform: translateX(20px) rotate(180deg);
  }
  50%, 100% {
    -webkit-transform: translateX(20px) rotate(0deg);
            transform: translateX(20px) rotate(0deg);
  }
}

@keyframes dots-move-1 {
  0% {
    -webkit-transform: translateX(20px) rotate(180deg);
            transform: translateX(20px) rotate(180deg);
  }
  50%, 100% {
    -webkit-transform: translateX(20px) rotate(0deg);
            transform: translateX(20px) rotate(0deg);
  }
}

@-webkit-keyframes dots-visibility-1 {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@keyframes dots-visibility-1 {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

/* line 115, app/assets/stylesheets/pulse/components/_loader.scss */
.dapulse_loader .loader_dot:nth-child(2) {
  -webkit-transform: translateX(20px) rotate(0deg);
      -ms-transform: translateX(20px) rotate(0deg);
          transform: translateX(20px) rotate(0deg);
  -webkit-animation: dots-move-1 0.7s -0.35s ease-in infinite;
          animation: dots-move-1 0.7s -0.35s ease-in infinite;
}

/* line 119, app/assets/stylesheets/pulse/components/_loader.scss */
.dapulse_loader .loader_dot:nth-child(2):before {
  -webkit-animation: dots-visibility-1 0.7s -0.35s steps(1) infinite;
          animation: dots-visibility-1 0.7s -0.35s steps(1) infinite;
}
/*$link-color:#168ae0;*/
/* line 3, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog,
.tidy_up_wrapper .move_pulse_dialog {
  background: #fff;
  display: block;
  z-index: 200;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 250px;
  padding: 20px;
  cursor: default;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 0 2px 2px 2px;
}

/* line 17, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog h3,
.tidy_up_wrapper .move_pulse_dialog h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  color: black;
}

/* line 25, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog select,
.tidy_up_wrapper .move_pulse_dialog select {
  width: 200px;
}

/* line 29, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu,
.tidy_up_wrapper .move_pulse_dialog .groups_menu {
  margin-top: 20px;
}

/* line 33, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .confirm,
.tidy_up_wrapper .move_pulse_dialog .confirm {
  margin-top: 20px;
}

/* line 36, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .confirm .submit_btn,
.tidy_up_wrapper .move_pulse_dialog .confirm .submit_btn {
  float: right;
}

/* line 38, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .confirm .submit_btn .ladda-label,
.tidy_up_wrapper .move_pulse_dialog .confirm .submit_btn .ladda-label {
  font-size: 1rem;
}

/* line 45, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .boards_menu:focus,
.tidy_up_wrapper .move_pulse_dialog .boards_menu:focus {
  outline: 0;
}

/* line 50, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .boards_menu .select2-container .select2-chosen,
.tidy_up_wrapper .move_pulse_dialog .boards_menu .select2-container .select2-chosen {
  text-align: right;
  color: #36bcf2;
  font-size: 14px;
  margin-right: 16px;
}

/* line 57, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .boards_menu .select2-container .select2-chosen .board_result.private,
.tidy_up_wrapper .move_pulse_dialog .boards_menu .select2-container .select2-chosen .board_result.private {
  color: #f65f7c;
}

/* line 60, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .boards_menu .select2-container .select2-chosen .board_result.share,
.tidy_up_wrapper .move_pulse_dialog .boards_menu .select2-container .select2-chosen .board_result.share {
  color: #a25ddc;
}

/* line 65, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .boards_menu .select2-container .select2-chosen::before,
.tidy_up_wrapper .move_pulse_dialog .boards_menu .select2-container .select2-chosen::before {
  display: block;
  content: "Board";
  font-size: 12px;
  text-align: left;
  color: #222;
}

/* line 75, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .boards_menu .select2-container:hover .select2-chosen,
.tidy_up_wrapper .move_pulse_dialog .boards_menu .select2-container:hover .select2-chosen {
  border: 0;
  outline: 0;
}

/* line 85, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .boards_menu .select2-container.select2-dropdown-open:hover,
.tidy_up_wrapper .move_pulse_dialog .boards_menu .select2-container.select2-dropdown-open:hover {
  background: transparent;
}

/* line 92, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu:focus,
.tidy_up_wrapper .move_pulse_dialog .groups_menu:focus {
  outline: 0;
}

/* line 96, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu .group_spinner,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .group_spinner {
  margin-right: 5px;
}

/* line 101, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu .select2-container .select2-chosen,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container .select2-chosen {
  text-align: right;
  color: #36bcf2;
  font-size: 14px;
  margin-right: 16px;
}

/* line 107, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu .select2-container .select2-chosen::before,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container .select2-chosen::before {
  display: block;
  content: "Group";
  font-size: 12px;
  text-align: left;
  color: #222;
}

/* line 117, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu .select2-container:hover .select2-chosen,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container:hover .select2-chosen {
  border: 0;
  outline: 0;
}

/* line 123, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu .select2-container.select2-dropdown-open:hover,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container.select2-dropdown-open:hover {
  background: transparent;
}

/* line 127, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled, #pulse_page .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled:hover,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled:hover {
  background: transparent;
}

/* line 131, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled .select2-chosen, #pulse_page .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled:hover .select2-chosen,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled .select2-chosen,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled:hover .select2-chosen {
  color: #bbb !important;
}

/* line 133, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled .select2-chosen::before, #pulse_page .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled:hover .select2-chosen::before,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled .select2-chosen::before,
.tidy_up_wrapper .move_pulse_dialog .groups_menu .select2-container.select2-container-disabled:hover .select2-chosen::before {
  color: #bbb;
}

/* line 142, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .select2-container .select2-choice,
.tidy_up_wrapper .move_pulse_dialog .select2-container .select2-choice {
  background: transparent;
  height: 52px;
  border-color: #a1a1a1;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 149, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .select2-container .select2-choice:focus,
.tidy_up_wrapper .move_pulse_dialog .select2-container .select2-choice:focus {
  outline: 0;
}

/* line 154, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .select2-container .select2-arrow,
.tidy_up_wrapper .move_pulse_dialog .select2-container .select2-arrow {
  display: none;
}

/* line 158, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .select2-container:focus,
.tidy_up_wrapper .move_pulse_dialog .select2-container:focus {
  outline: 0;
}

/* line 162, app/assets/stylesheets/pulse/components/_move_pulse.scss */
#pulse_page .move_pulse_dialog .select2-container:hover,
.tidy_up_wrapper .move_pulse_dialog .select2-container:hover {
  background: #f1f1f1;
  border-radius: 2px;
}

/* line 169, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-drop {
  border-color: #a1a1a1 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}

/* line 175, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-drop .select2-search input {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: white;
  background: white;
}

/* line 186, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result .select2-result-label {
  padding: 2px !important;
}

/* line 191, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result .select2-result-sub .select2-result-label .board_result {
  padding-left: 10px !important;
}

/* line 196, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result .board_result {
  color: black;
  padding: 3px;
  display: block;
}

/* line 201, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result .board_result .icon {
  margin: 3px;
  font-size: 13px;
}

/* line 207, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result.select2-highlighted {
  background: #36bcf2;
}

/* line 210, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result.select2-highlighted .board_result,
.select2-result.select2-highlighted .group_wrapper {
  color: #fff;
  display: block;
  background: #36bcf2;
}

/* line 216, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result.select2-highlighted .board_result.private,
.select2-result.select2-highlighted .group_wrapper.private {
  background: #f65f7c;
}

/* line 219, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result.select2-highlighted .board_result.share,
.select2-result.select2-highlighted .group_wrapper.share {
  background: #a25ddc;
}

/* line 225, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result .group_wrapper {
  padding: 3px;
  position: relative;
  display: block;
}

/* line 230, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result .group_wrapper .group_box {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 7px;
  left: 5px;
}

/* line 240, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.select2-result .group_wrapper .text {
  margin-left: 20px;
  white-space: nowrap;
  vertical-align: top;
  display: block;
  margin-top: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 254, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.ask_about_subscribers .modal-title,
.ask_about_columns .modal-title {
  font-weight: 400;
}

/* line 260, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.ask_about_subscribers .subscribers_list {
  list-style: none;
  margin-top: 20px;
  text-align: center;
}

/* line 265, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.ask_about_subscribers .subscribers_list .subscriber {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

/* line 270, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.ask_about_subscribers .subscribers_list .subscriber img {
  border-radius: 50%;
  width: 50px;
}

/* line 278, app/assets/stylesheets/pulse/components/_move_pulse.scss */
.pulse_item .pulse_menu_wrapper.vertical_bottom .move_pulse_dialog {
  bottom: 25px !important;
  top: auto !important;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 5, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}

/* line 11, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 16, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container ::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* line 20, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container ::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

/* line 24, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

/* line 28, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .tabs_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1;
      flex: 0 1;
  margin: 0 28px 0 20px;
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid;
  border-color: var(--ui-border-color);
}

/* line 39, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .tabs_wrapper .pulse-tabs {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 0;
  border: none;
  margin-bottom: -1px;
}

/* line 47, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .tabs_wrapper .pulse-tabs .tab {
  height: 100%;
  margin-bottom: -1px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 54, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .tabs_wrapper .pulse-tabs .tab:before {
  bottom: 0;
}

/* line 60, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .tabs_wrapper .pulse_settings_btn_wrapper {
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .tabs_wrapper .pulse_settings_btn_wrapper .settings_btn {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 32px;
  position: relative;
  -webkit-transition: color 50ms ease;
  transition: color 50ms ease;
  padding-top: 3px;
}

/* line 75, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .tabs_wrapper .pulse_settings_btn_wrapper .settings_btn:hover {
  background: #edeef0;
}

/* line 80, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .tabs_wrapper .pulse_settings_btn_wrapper .settings_btn .icon.ellipsis {
  font-size: 18px;
}

/* line 86, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .tabs_wrapper .pulse_settings_btn_wrapper .delete_pulse_disabled,
.pulse_container .flexible-header .tabs_wrapper .pulse_settings_btn_wrapper .archive_pulse_disabled {
  color: #dedede;
}

/* line 93, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .item-views-bar-wrapper {
  -ms-flex: 1;
      flex: 1;
  min-width: 0px;
}

/* line 98, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .item-board-subsets-tabs-wrapper {
  -ms-flex: 1;
      flex: 1;
  min-width: 0px;
  padding: 0 24px;
  border-bottom: 1px solid;
  border-color: var(--layout-border-color);
}

/* line 106, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper {
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-right: 12px;
  padding: 0 10px;
  padding-right: 16px;
  white-space: nowrap;
}

/* line 114, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper .subscribers_list {
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

/* line 120, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 1px;
  background: #efefef;
  top: 6px;
  right: 0;
}

/* line 130, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper .post-subscribers-person-bullet {
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 138, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper .add_subscriber_btn {
  color: var(--primary-color);
  background-color: var(--text-color-on-primary);
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  font-size: 13px;
  cursor: pointer;
  position: absolute;
  left: 0;
  margin-left: 3px;
  z-index: 1;
  border-radius: 50%;
  margin-top: 1px;
}

/* line 152, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper .add_subscriber_btn:hover {
  color: var(--primary-hover-color);
  background-color: var(--text-color-on-primary);
}

/* line 158, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper .subscriber {
  height: 28px;
  margin-left: -7px;
}

/* line 162, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper .subscriber:first-child {
  margin-left: 0;
}

/* line 166, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper .subscriber .img-circle {
  border: 2px solid #fff;
  vertical-align: middle;
}

/* line 171, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper .subscriber .view_only {
  position: absolute;
  bottom: 0px;
  right: -3px;
  max-width: 55%;
  max-height: 55%;
  text-align: center;
  line-height: 20px;
}

/* line 182, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .flexible-header .pulse_subscribers_wrapper .more_users {
  cursor: pointer;
  margin-left: -7px;
  position: relative;
  border: 2px solid #f0f0f0;
  padding: 0 5px;
  height: 25px;
  min-width: 25px;
  background-color: #333;
  color: white;
  border-radius: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  font-size: 10px;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 204, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse-loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
}

/* line 209, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse-loading .monday-loader-component {
  height: auto;
}

/* line 216, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container #collaboration_area.open_menu .collaboration_zone_menu {
  border: none;
  margin-bottom: 20px;
}

/* line 222, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container #collaboration_area .collaboration_zone_header {
  display: none;
}

/* line 226, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container #collaboration_area .collaboration_zone_menu {
  height: auto;
  border: none;
}

/* line 230, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container #collaboration_area .collaboration_zone_menu li {
  border-right: 1px solid;
  border-color: var(--ui-border-color);
}

/* line 234, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container #collaboration_area .collaboration_zone_menu li:last-child {
  border-right: none;
}

/* line 240, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container #collaboration_area .collaboration_zone_boxes {
  margin-top: 30px;
  margin-left: 10px;
}

/* line 245, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container #collaboration_area .empty_infoboxes {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  color: var(--secondary-text-color);
  margin: 50px auto;
}

/* line 251, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container #collaboration_area .empty_infoboxes img {
  width: 200px;
}

/* line 255, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container #collaboration_area .empty_infoboxes h3,
.pulse_container #collaboration_area .empty_infoboxes h4 {
  text-align: center;
}

/* line 262, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .space_view {
  margin-bottom: 0;
}

/* line 266, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .space_view #wall {
  margin: 0 auto;
}

/* line 273, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title,
.new_pulse .pulse_title {
  text-align: left;
  margin: 20px 20px 6px 24px;
}

/* line 277, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title h1,
.new_pulse .pulse_title h1 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  min-height: 25px;
  letter-spacing: -0.1px;
  color: var(--primary-text-color);
  cursor: default;
  border: 1px solid transparent;
  outline: none;
}

/* line 290, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title h1.editable-click:hover,
.new_pulse .pulse_title h1.editable-click:hover {
  cursor: text;
  border: 1px dashed;
  border-color: var(--ui-border-color);
}

/* line 297, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper,
.new_pulse .pulse_title .title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 2px;
}

/* line 302, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .subitem-icon,
.new_pulse .pulse_title .title-wrapper .subitem-icon {
  margin-top: 6px;
  margin-left: 2px;
  pointer-events: none;
  position: absolute;
}

/* line 309, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .title-editable,
.new_pulse .pulse_title .title-wrapper .title-editable {
  -ms-flex: 1;
      flex: 1;
  margin-left: -8px;
}

/* line 313, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .title-editable .loading-text,
.new_pulse .pulse_title .title-wrapper .title-editable .loading-text {
  font-size: 24px;
  font-weight: 500;
}

/* line 318, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .title-editable .pulse-page-editable-title-input,
.new_pulse .pulse_title .title-wrapper .title-editable .pulse-page-editable-title-input {
  margin: 0;
  max-height: 88px;
}

/* line 323, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .title-editable .ds-editable-input,
.new_pulse .pulse_title .title-wrapper .title-editable .ds-editable-input {
  margin: 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  min-height: 25px;
  color: var(--primary-text-color);
  max-height: 88px;
  letter-spacing: -0.1px;
}

/* line 338, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .title-editable h1,
.pulse_container .pulse_title .title-wrapper .title-editable .ds-editable-input,
.new_pulse .pulse_title .title-wrapper .title-editable h1,
.new_pulse .pulse_title .title-wrapper .title-editable .ds-editable-input {
  padding: 2px 8px;
}

/* line 344, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .title-editable.with-subitem h2,
.pulse_container .pulse_title .title-wrapper .title-editable.with-subitem .ds-editable-input,
.new_pulse .pulse_title .title-wrapper .title-editable.with-subitem h2,
.new_pulse .pulse_title .title-wrapper .title-editable.with-subitem .ds-editable-input {
  padding-left: 32px;
}

/* line 351, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .editable-container,
.new_pulse .pulse_title .title-wrapper .editable-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex: 1;
      flex: 1;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  min-height: 25px;
  color: var(--pulse-text-color);
  cursor: default;
  border: 1px solid;
  border-color: var(--primary-color);
}

/* line 364, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .editable-container .editableform-loading,
.new_pulse .pulse_title .title-wrapper .editable-container .editableform-loading {
  margin-left: 10px;
}

/* line 368, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .editable-container .editable-input,
.new_pulse .pulse_title .title-wrapper .editable-container .editable-input {
  width: 100%;
}

/* line 371, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .title-wrapper .editable-container .editable-input input.input_name,
.new_pulse .pulse_title .title-wrapper .editable-container .editable-input input.input_name {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  font-family: Roboto !important;
  letter-spacing: -0.1px !important;
  vertical-align: top !important;
  padding: 5px 5px 8px !important;
  border-radius: 0 !important;
  width: 100% !important;
}

/* line 388, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .pulse-breadcrumbs,
.new_pulse .pulse_title .pulse-breadcrumbs {
  color: var(--primary-color);
  margin: 12px 0 -4px;
  min-height: 24px;
}

/* line 393, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .pulse-breadcrumbs .pulse-breadcrumb,
.new_pulse .pulse_title .pulse-breadcrumbs .pulse-breadcrumb {
  font-weight: 500;
  line-height: 20px;
}

/* line 397, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .pulse-breadcrumbs .pulse-breadcrumb:hover, .pulse_container .pulse_title .pulse-breadcrumbs .pulse-breadcrumb:active,
.new_pulse .pulse_title .pulse-breadcrumbs .pulse-breadcrumb:hover,
.new_pulse .pulse_title .pulse-breadcrumbs .pulse-breadcrumb:active {
  text-decoration: underline;
}

/* line 402, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .pulse-breadcrumbs .pulse-breadcrumb .icon,
.new_pulse .pulse_title .pulse-breadcrumbs .pulse-breadcrumb .icon {
  font-size: 11px;
}

/* line 408, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .pulse_actions_wrapper,
.new_pulse .pulse_title .pulse_actions_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  min-height: 24px;
}

/* line 414, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .pulse_actions_wrapper .close_button,
.new_pulse .pulse_title .pulse_actions_wrapper .close_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 24px;
  width: 24px;
  margin-left: -6px;
  color: #777;
  cursor: pointer;
  text-decoration: none;
}

/* line 425, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .pulse_actions_wrapper .close_button .icon,
.new_pulse .pulse_title .pulse_actions_wrapper .close_button .icon {
  display: inline-block;
  font-size: 14px;
}

/* line 431, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_title .pulse_actions_wrapper .close_button:hover .icon,
.new_pulse .pulse_title .pulse_actions_wrapper .close_button:hover .icon {
  color: #333333;
}

/* line 439, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .child_parent_pulses_wrapper,
.new_pulse .child_parent_pulses_wrapper {
  background: #f1f1f1;
  margin: 0 20px 20px;
}

/* line 443, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .child_parent_pulses_wrapper .parent_pulses,
.new_pulse .child_parent_pulses_wrapper .parent_pulses {
  margin: 10px 20px;
}

/* line 450, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container.is_error .pulse_title h1,
.new_pulse.is_error .pulse_title h1 {
  color: red;
}

/* line 455, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container.is_error .pulse-tabs,
.new_pulse.is_error .pulse-tabs {
  display: none;
}

/* line 459, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container.is_error .pulse_content,
.new_pulse.is_error .pulse_content {
  display: none;
}

/* line 463, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container.is_error .pulse_error_message,
.new_pulse.is_error .pulse_error_message {
  border: 1px solid #f65f7c;
  margin: 20px;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  padding: 10px 20px;
  height: 46px;
}

/* line 476, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container.is_share .pulse_content_wrapper .new_post .redactor-box,
.new_pulse.is_share .pulse_content_wrapper .new_post .redactor-box {
  border-color: #a358df !important;
}

/* line 481, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container.is_share .pinned-update,
.new_pulse.is_share .pinned-update {
  background-color: #a358df !important;
}

/* line 488, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container.is_private .pulse_content_wrapper .new_post .redactor-box,
.new_pulse.is_private .pulse_content_wrapper .new_post .redactor-box {
  border-color: #f65f7c !important;
}

/* line 493, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container.is_private .pinned-update,
.new_pulse.is_private .pinned-update {
  background-color: #f65f7c !important;
}

/* line 498, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .is_archived,
.pulse_container .is_deleted,
.new_pulse .is_archived,
.new_pulse .is_deleted {
  color: #fff;
  background: #f65f7c;
  display: block;
  text-align: center;
  padding: 2px 0px 5px 0;
}

/* line 507, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .is_blocked,
.new_pulse .is_blocked {
  color: #fff;
  background-color: var(--primary-color);
  display: block;
  text-align: center;
  padding: 2px 0px 5px 0;
  margin-bottom: 10px;
}

/* line 515, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .is_blocked.is-view-only,
.new_pulse .is_blocked.is-view-only {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 6px 0;
}

/* line 521, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .is_blocked .admins_request_text,
.new_pulse .is_blocked .admins_request_text {
  cursor: pointer;
  text-decoration: underline;
}

/* line 527, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .collaboration_boxes_wrapper,
.new_pulse .collaboration_boxes_wrapper {
  padding: 20px 50px 20px 20px;
  position: relative;
}

/* line 532, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper,
.new_pulse .pulse_content_wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
}

/* line 539, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .cancel_button:focus,
.pulse_container .pulse_content_wrapper .cancel_button:hover,
.new_pulse .pulse_content_wrapper .cancel_button:focus,
.new_pulse .pulse_content_wrapper .cancel_button:hover {
  text-decoration: underline;
}

/* line 545, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .submit_button:focus:not(.square-button-submit),
.new_pulse .pulse_content_wrapper .submit_button:focus:not(.square-button-submit) {
  background-color: #00597f;
  border-color: #004f6b;
}

/* line 551, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .pulse_content,
.new_pulse .pulse_content_wrapper .pulse_content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 561, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .pulse_content.removeScroll,
.new_pulse .pulse_content_wrapper .pulse_content.removeScroll {
  overflow-y: visible;
  overflow-x: visible;
}

/* line 566, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .pulse_content .no_posts_yet,
.new_pulse .pulse_content_wrapper .pulse_content .no_posts_yet {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 15px;
  text-align: center;
}

/* line 571, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .pulse_content .no_posts_yet .sad_pulse,
.new_pulse .pulse_content_wrapper .pulse_content .no_posts_yet .sad_pulse {
  width: 240px;
}

/* line 575, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .pulse_content .no_posts_yet h4,
.new_pulse .pulse_content_wrapper .pulse_content .no_posts_yet h4 {
  color: #ababab;
}

/* line 580, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .pulse_content.pulse_deleted_content,
.new_pulse .pulse_content_wrapper .pulse_content.pulse_deleted_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

/* line 585, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .pulse_content.pulse_deleted_content .pulse_deleted_inner,
.new_pulse .pulse_content_wrapper .pulse_content.pulse_deleted_content .pulse_deleted_inner {
  margin-top: -100px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

/* line 591, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .pulse_content.pulse_deleted_content .pulse_deleted_inner .icon,
.new_pulse .pulse_content_wrapper .pulse_content.pulse_deleted_content .pulse_deleted_inner .icon {
  font-size: 24px;
  background: #f65f7c;
  color: white;
  border-radius: 50%;
  width: 50px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
}

/* line 606, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .item-view-wrapper,
.new_pulse .pulse_content_wrapper .item-view-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 610, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .files-gallery-wrapper,
.new_pulse .pulse_content_wrapper .files-gallery-wrapper {
  width: 100%;
}

/* line 614, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .back_to_all_posts,
.new_pulse .pulse_content_wrapper .back_to_all_posts {
  margin: 10px 20px 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 6px;
}

/* line 619, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .back_to_all_posts .icon,
.new_pulse .pulse_content_wrapper .back_to_all_posts .icon {
  font-size: 13px;
}

/* line 624, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .tab,
.new_pulse .pulse_content_wrapper .tab {
  display: none;
}

/* line 627, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .tab.is-active,
.new_pulse .pulse_content_wrapper .tab.is-active {
  display: block;
}

/* line 632, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post_wrapper,
.new_pulse .pulse_content_wrapper .new_post_wrapper {
  margin: 0 20px;
}

/* line 636, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post_wrapper .mention_button_new_post:hover,
.new_pulse .pulse_content_wrapper .new_post_wrapper .mention_button_new_post:hover {
  text-decoration: none;
}

/* line 642, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post,
.new_pulse .pulse_content_wrapper .new_post {
  margin: 20px auto;
}

/* line 645, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .new_post_placeholder,
.new_pulse .pulse_content_wrapper .new_post .new_post_placeholder {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  border: 1px solid;
  border-color: var(--primary-color);
  border-radius: 8px;
  padding: 10px 20px;
  color: var(--primary-text-color);
  cursor: text;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  width: 100%;
  -ms-flex-pack: start;
      justify-content: start;
  text-align: left;
}

/* line 413, app/assets/stylesheets/pulse/components/../default/_mixins.scss */
.pulse_container .pulse_content_wrapper .new_post .new_post_placeholder:focus:not(.focus-visible),
.new_pulse .pulse_content_wrapper .new_post .new_post_placeholder:focus:not(.focus-visible) {
  outline: none;
}

/* line 416, app/assets/stylesheets/pulse/components/../default/_mixins.scss */
.pulse_container .pulse_content_wrapper .new_post .new_post_placeholder:focus-visible, .pulse_container .pulse_content_wrapper .new_post .new_post_placeholder.focus-visible,
.new_pulse .pulse_content_wrapper .new_post .new_post_placeholder:focus-visible,
.new_pulse .pulse_content_wrapper .new_post .new_post_placeholder.focus-visible {
  outline: none;
  border: 1px solid;
  border-color: var(--primary-hover-color);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 132, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 132, 255, 0.5);
  border-radius: 4px;
}

/* line 659, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .new_post_placeholder:hover:not(.disabled),
.new_pulse .pulse_content_wrapper .new_post .new_post_placeholder:hover:not(.disabled) {
  color: var(--secondary-text-color);
}

/* line 663, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .new_post_placeholder:hover,
.new_pulse .pulse_content_wrapper .new_post .new_post_placeholder:hover {
  background-color: var(--primary-background-hover-color);
}

/* line 667, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .new_post_placeholder.disabled,
.new_pulse .pulse_content_wrapper .new_post .new_post_placeholder.disabled {
  color: var(--disabled-text-color);
  border-color: var(--ui-border-color);
  background-color: var(--grey-background-color);
}

/* line 674, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .new_post_placeholder .new-update-with-profile-picture-section,
.new_pulse .pulse_content_wrapper .new_post .new_post_placeholder .new-update-with-profile-picture-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f3f3f3;
}

/* line 681, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .new_post_placeholder .new-update-with-profile-picture-section .new-update-profile-picture,
.new_pulse .pulse_content_wrapper .new_post .new_post_placeholder .new-update-with-profile-picture-section .new-update-profile-picture {
  border-radius: 50%;
  width: 45px;
  margin-right: 10px;
}

/* line 689, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: var(--font-size-general-label);
  text-align: right;
  margin-top: 6px;
  margin-bottom: 20px;
  color: var(--secondary-text-color);
}

/* line 698, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .regular_msg,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .regular_msg {
  cursor: pointer;
}

/* line 701, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .regular_msg:hover,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .regular_msg:hover {
  color: var(--primary-color);
}

/* line 706, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .copy_box,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .copy_box {
  padding: 0 0 0 8px;
  line-height: 18px;
}

/* line 710, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .copy_box.copied:after,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .copy_box.copied:after {
  content: attr(aria-label);
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: -25px;
  background: #333;
  padding: 4px 8px;
  border-radius: 20px;
}

/* line 723, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .email_wrapper,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .email_wrapper {
  display: -ms-flexbox;
  display: flex;
  line-height: 14px;
  color: var(--secondary-text-color);
  font-weight: 400;
}

/* line 730, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .fa-envelope-o,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .fa-envelope-o {
  padding-right: 4px;
  padding-top: 1px;
  font-size: 16px;
  color: var(--icon-color);
}

/* line 737, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .pulse_email,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .pulse_email {
  color: var(--secondary-text-color);
  font-weight: 400;
  display: none;
}

/* line 742, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .pulse_email .email_alias,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .pulse_email .email_alias {
  outline: none;
  border: 1px solid transparent;
  display: inline-block;
  height: 18px;
  line-height: 16px;
}

/* line 751, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .pulse_email:hover .email_alias,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .pulse_email:hover .email_alias {
  color: var(--primary-color);
  border: 1px dashed;
  border-color: var(--ui-border-color);
  cursor: pointer;
}

/* line 759, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .pulse_email .editable-input input,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .pulse_email .editable-input input {
  color: var(--primary-color);
  height: 16px;
  line-height: 16px;
  display: inline-block;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 4px;
  min-width: 50px;
  width: 80px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border: 1px dashed;
  border-color: var(--ui-border-color);
  text-align: right;
  margin-left: 5px;
}

/* line 782, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .copy_box,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .copy_box {
  display: none;
  cursor: pointer;
}

/* line 787, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper {
  position: absolute;
  right: 0px;
  top: 88px;
  z-index: 10000;
}

/* line 793, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup {
  width: 500px !important;
  padding: 24px 38px 18px 24px !important;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* line 799, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .mail_to_board_expl_text,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .mail_to_board_expl_text {
  padding-top: 4px;
  margin-bottom: 8px;
  line-height: 20px;
}

/* line 805, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .non-editable-token-mail-text,
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .editable-mail-alias-text,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .non-editable-token-mail-text,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .editable-mail-alias-text {
  width: 188px !important;
}

/* line 810, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .non_editable_box,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .non_editable_box {
  width: 132px;
}

/* line 814, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .footer,
.new_pulse .pulse_content_wrapper .new_post .send_update_wrapper .email-to-item-wrapper .send_to_board_popup .footer {
  margin-top: 20px;
  height: 16px;
}

/* line 822, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .pulse_post_editor,
.new_pulse .pulse_content_wrapper .new_post .pulse_post_editor {
  margin-left: 0;
}

/* line 825, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper,
.new_pulse .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper {
  position: relative;
}

/* line 828, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper .announce_to_all,
.new_pulse .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper .announce_to_all {
  position: absolute;
  font-size: 13px;
  display: block;
  left: 140px;
  top: 3px;
}

/* line 835, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper .announce_to_all label,
.new_pulse .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper .announce_to_all label {
  cursor: pointer;
}

/* line 841, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper.giphy_enabled .announce_to_all,
.new_pulse .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper.giphy_enabled .announce_to_all {
  left: 193px;
}

/* line 846, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper .upload_file_button,
.new_pulse .pulse_content_wrapper .new_post .pulse_post_editor .action_wrapper .upload_file_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 856, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_retry,
.new_pulse .posts_list .post_retry {
  color: #333;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  background: #f1f1f1;
}

/* line 864, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link,
.new_pulse .posts_list .post_board_link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-text-color);
  max-width: 90%;
  margin-top: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 875, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link .pulse_name,
.new_pulse .posts_list .post_board_link .pulse_name {
  font-size: 14px;
  color: #333333;
  margin-bottom: 1px;
}

/* line 881, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link .board_link_wrapper,
.new_pulse .posts_list .post_board_link .board_link_wrapper {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  font-size: var(--font-size-general-label);
}

/* line 886, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link .board_link_wrapper .arrow-icon,
.new_pulse .posts_list .post_board_link .board_link_wrapper .arrow-icon {
  color: #9699a6;
  font-size: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1px 2px 0px;
}

/* line 894, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link .board_link_wrapper .icon_text_wrapper,
.new_pulse .posts_list .post_board_link .board_link_wrapper .icon_text_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 899, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link .board_link_wrapper .item,
.new_pulse .posts_list .post_board_link .board_link_wrapper .item {
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}

/* line 905, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link a,
.new_pulse .posts_list .post_board_link a {
  color: var(--secondary-text-color);
}

/* line 908, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link a:hover,
.new_pulse .posts_list .post_board_link a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

/* line 912, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link a:hover .icon-board-new,
.pulse_container .posts_list .post_board_link a:hover .icon-dapulse-share,
.pulse_container .posts_list .post_board_link a:hover .icon-dapulse-private,
.new_pulse .posts_list .post_board_link a:hover .icon-board-new,
.new_pulse .posts_list .post_board_link a:hover .icon-dapulse-share,
.new_pulse .posts_list .post_board_link a:hover .icon-dapulse-private {
  color: var(--primary-color);
}

/* line 920, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link .icon-board-new,
.pulse_container .posts_list .post_board_link .icon-dapulse-share,
.pulse_container .posts_list .post_board_link .icon-dapulse-private,
.new_pulse .posts_list .post_board_link .icon-board-new,
.new_pulse .posts_list .post_board_link .icon-dapulse-share,
.new_pulse .posts_list .post_board_link .icon-dapulse-private {
  padding-right: 3px;
  font-size: 14px;
}

/* line 927, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link .icon-dapulse-share,
.new_pulse .posts_list .post_board_link .icon-dapulse-share {
  color: #a358df;
}

/* line 931, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_board_link .icon-dapulse-private,
.new_pulse .posts_list .post_board_link .icon-dapulse-private {
  color: #f65f7c;
  font-size: 12px;
}

/* line 937, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .duplicated-post,
.new_pulse .posts_list .duplicated-post {
  font-size: 14px;
  margin-top: 2px;
  color: var(--secondary-text-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 943, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .duplicated-post .action-icon,
.new_pulse .posts_list .duplicated-post .action-icon {
  margin-right: 4px;
}

/* line 948, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .profile_photo,
.new_pulse .posts_list .profile_photo {
  position: absolute;
  top: auto;
  z-index: 2;
  margin-bottom: 0;
}

/* line 956, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_box .post,
.new_pulse .posts_list .post_box .post {
  border-radius: 8px;
}

/* line 961, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_box:first-child .post,
.new_pulse .posts_list .post_box:first-child .post {
  margin-top: 0;
}

/* line 964, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_box:first-child .post.pinned-to-top-context-post,
.new_pulse .posts_list .post_box:first-child .post.pinned-to-top-context-post {
  margin-top: 16px;
}

/* line 971, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post,
.new_pulse .posts_list .post {
  border: 1px solid;
  background-color: var(--primary-background-color);
  border-color: var(--layout-border-color);
}

/* line 973, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post:not(.card_post):after,
.new_pulse .posts_list .post:not(.card_post):after {
  position: absolute;
  height: 8px;
  background: transparent;
  width: calc(100% + 2px);
  left: -1px;
  content: "";
  bottom: -1px;
  border-radius: 0 0 8px 8px;
  border: 1px solid var(--layout-border-color);
  border-top: none;
  z-index: 3335;
  pointer-events: none;
}

/* line 992, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post.pinned-to-top,
.new_pulse .posts_list .post.pinned-to-top {
  margin-top: 30px;
}

/* line 996, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .title,
.new_pulse .posts_list .post .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 18px;
  margin-left: 8px;
  width: calc(100% - 180px);
}

/* line 1004, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .title .user_name_wrapper,
.new_pulse .posts_list .post .title .user_name_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: 2px;
  font-size: var(--font-size-paragraph);
}

/* line 1010, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .title .user_name_wrapper a.user_name,
.new_pulse .posts_list .post .title .user_name_wrapper a.user_name {
  color: var(--primary-text-color);
}

/* line 1014, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .title .user_name_wrapper span.user_name,
.new_pulse .posts_list .post .title .user_name_wrapper span.user_name {
  color: var(--primary-text-color);
  cursor: default;
}

/* line 1023, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_time_wrapper a,
.new_pulse .posts_list .post .post_time_wrapper a {
  font-size: 13px;
  color: #9699a6;
  cursor: pointer;
}

/* line 1028, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_time_wrapper a:hover,
.new_pulse .posts_list .post .post_time_wrapper a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

/* line 1035, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header,
.new_pulse .posts_list .post .post_header {
  padding: 16px;
  min-height: 68px;
  border-radius: 8px;
  padding-bottom: 8px;
  z-index: 3334;
}

/* line 1041, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header:not(.pulse_container .posts_list .post .post_header.post_card_header,
.new_pulse .posts_list .post .post_header.post_card_header),
.new_pulse .posts_list .post .post_header:not(.pulse_container .posts_list .post .post_header.post_card_header,
.new_pulse .posts_list .post .post_header.post_card_header) {
  background: var(--primary-background-color);
  -webkit-box-shadow: 0 12px 13px -7px var(--primary-background-color);
          box-shadow: 0 12px 13px -7px var(--primary-background-color);
}

/* line 1048, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title,
.new_pulse .posts_list .post .post_header .post_title {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
}

/* line 1053, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post-header-person-bullet,
.new_pulse .posts_list .post .post_header .post_title .post-header-person-bullet {
  width: 40px;
  height: 40px;
}

/* line 1065, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .pinned-update,
.new_pulse .posts_list .post .post_header .post_title .pinned-update {
  height: 24px;
  background: #333;
  margin-left: 10px;
  padding: 0 8px;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  top: -39px;
  right: -15px;
  position: absolute;
}

/* line 1083, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .pinned-update .pinned-update-icon,
.new_pulse .posts_list .post .post_header .post_title .pinned-update .pinned-update-icon {
  padding-right: 8px;
  font-size: 12px;
}

/* line 1089, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_icons_wrapper,
.new_pulse .posts_list .post .post_header .post_title .post_icons_wrapper {
  display: inline-block;
  margin-left: 10px;
}

/* line 1093, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_icons_wrapper .post_icons,
.new_pulse .posts_list .post .post_header .post_title .post_icons_wrapper .post_icons {
  color: #777;
  display: inline-block;
}

/* line 1097, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_icons_wrapper .post_icons .icon,
.new_pulse .posts_list .post .post_header .post_title .post_icons_wrapper .post_icons .icon {
  margin-right: 8px;
  vertical-align: top;
  font-size: 13px;
}

/* line 1102, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_icons_wrapper .post_icons .icon:last-child,
.new_pulse .posts_list .post .post_header .post_title .post_icons_wrapper .post_icons .icon:last-child {
  margin-right: 0;
}

/* line 1109, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_top_right_wrapper,
.new_pulse .posts_list .post .post_header .post_title .post_top_right_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

/* line 1121, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_time_wrapper-square,
.new_pulse .posts_list .post .post_header .post_title .post_time_wrapper-square {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-size: var(--font-size-general-label);
}

/* line 1128, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_time_wrapper-square a,
.new_pulse .posts_list .post .post_header .post_title .post_time_wrapper-square a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--secondary-text-color);
}

/* line 1132, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_time_wrapper-square a .humanize,
.new_pulse .posts_list .post .post_header .post_title .post_time_wrapper-square a .humanize {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 1135, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_time_wrapper-square a .humanize .action-icon,
.new_pulse .posts_list .post .post_header .post_title .post_time_wrapper-square a .humanize .action-icon {
  margin-right: 2px;
}

/* line 1142, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_time_wrapper,
.new_pulse .posts_list .post .post_header .post_title .post_time_wrapper {
  display: inline-block;
  margin-top: 2px;
  margin-right: 26px;
}

/* line 1147, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_time_wrapper .dapulse-time,
.new_pulse .posts_list .post .post_header .post_title .post_time_wrapper .dapulse-time {
  font-size: 15px;
  position: relative;
  top: 1px;
}

/* line 1154, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_header .post_title .post_menu_container,
.new_pulse .posts_list .post .post_header .post_title .post_menu_container {
  top: -12px;
  right: -10px;
}

/* line 1161, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post-hidden-border,
.new_pulse .posts_list .post .post-hidden-border {
  width: 100%;
  height: 1px;
  background: var(--layout-border-color);
  margin-top: 8px;
  margin-bottom: -8px;
  z-index: 2;
}

/* line 1170, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_body_wrapper,
.new_pulse .posts_list .post .post_body_wrapper {
  padding-top: 8px;
}

/* line 1172, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_body_wrapper .user_name,
.new_pulse .posts_list .post .post_body_wrapper .user_name {
  display: inline-block;
  font-weight: 300;
  margin-top: 4px;
}

/* line 1178, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_body_wrapper .pulse_post_editor.edit_post,
.new_pulse .posts_list .post .post_body_wrapper .pulse_post_editor.edit_post {
  padding: 0 15px;
}

/* line 1181, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .post_body_wrapper .pulse_post_editor.edit_post .action_wrapper,
.new_pulse .posts_list .post .post_body_wrapper .pulse_post_editor.edit_post .action_wrapper {
  padding: 0 5px 5px;
}

/* line 1189, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post .replay_area .post-edit-reply-person-bullet,
.new_pulse .posts_list .post .replay_area .post-edit-reply-person-bullet {
  position: absolute;
  height: 36px;
  width: 36px;
}

/* line 1197, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_small,
.new_pulse .posts_list .post_small {
  padding: 15px;
  border: 1px solid #efefef;
  margin-bottom: 15px;
  background: #fff;
}

/* line 1203, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_small .post_time_wrapper,
.new_pulse .posts_list .post_small .post_time_wrapper {
  position: absolute;
  top: 6px;
  right: 7px;
  z-index: 1;
  font-size: 13px;
  color: #ababab;
  cursor: default;
}

/* line 1213, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_small .system_post_icon,
.new_pulse .posts_list .post_small .system_post_icon {
  z-index: 2;
  color: #333;
  position: absolute;
  left: 0px;
  font-size: 36px;
  top: 0px;
}

/* line 1223, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_small.in_pulse_page .post_time_wrapper,
.new_pulse .posts_list .post_small.in_pulse_page .post_time_wrapper {
  top: 13px;
  right: 16px;
}

/* line 1228, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_small.in_pulse_page .system_post_icon,
.new_pulse .posts_list .post_small.in_pulse_page .system_post_icon {
  font-size: 24px;
  top: unset;
  left: unset;
  position: unset;
}

/* line 1237, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_empty_state_image_wrapper,
.new_pulse .posts_list .post_empty_state_image_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 24px;
}

/* line 1242, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list .post_empty_state_image_wrapper img,
.new_pulse .posts_list .post_empty_state_image_wrapper img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 290px;
}

/* line 1248, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .posts_list.is_small .post_empty_state_image_wrapper img,
.new_pulse .posts_list.is_small .post_empty_state_image_wrapper img {
  width: 200px;
}

/* line 1253, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.pulse_container .space_view,
.new_pulse .space_view {
  padding: 20px;
}

@media (max-width: 768px) {
  /* line 1260, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .posts {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 1267, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .post .post_header .profile_photo img {
    width: 40px !important;
    height: 40px !important;
  }
  /* line 1274, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .pulse_container .pulse_title .pulse_actions_wrapper .close_button {
    color: #000;
  }
  /* line 1277, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .pulse_container .pulse_title .pulse_actions_wrapper .close_button:hover {
    color: inherit;
  }
  /* line 1282, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .pulse_container .posts_list .post_box:before,
.new_pulse .posts_list .post_box:before {
    left: 20px !important;
  }
  /* line 1287, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .space_view .posts_list .post_box .read_indicator {
    left: 17px !important;
  }
  /* line 1291, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .pulse_container .posts_list .post .title,
.new_pulse .posts_list .post .title {
    margin-left: 50px !important;
  }
  /* line 1296, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .action_wrapper .mention_button {
    display: none;
  }
  /* line 1300, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .replay_area .body .reply_body .body_text p:first-child {
    display: block !important;
    margin-top: 15px !important;
  }
  /* line 1305, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .post_time_wrapper {
    display: none !important;
  }
  /* line 1309, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .post_header .post_title .post_time_wrapper.mobile {
    display: block !important;
  }
  /* line 1313, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .pulse_container .posts_list .post_board_link,
.new_pulse .posts_list .post_board_link {
    white-space: normal;
    max-width: none;
  }
  /* line 1319, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .newsfeed-tabs .pulse-tabs {
    display: none;
  }
  /* line 1323, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .pulse_container .posts_list .post .post_header .post_top_right_wrapper,
.new_pulse .posts_list .post .post_header .post_top_right_wrapper {
    top: -20px;
  }
  /* line 1328, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  #inbox .pulse_container .posts_list .post .post_header .post_title,
#inbox .new_pulse .posts_list .post .post_header .post_title {
    margin-top: 40px;
  }
  /* line 1333, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .space_view #mark_all_as_read {
    display: block;
    margin-bottom: 40px;
  }
  /* line 1338, app/assets/stylesheets/pulse/components/_new_pulse.scss */
  .wall .loading_posts .post_placeholder {
    padding-top: 35px !important;
  }
}

/* line 1343, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.redactor-box {
  border-radius: 8px;
}

/* line 1346, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.redactor-box .draft-save {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  right: 10px;
  top: initial;
  left: initial;
  font-size: 14px;
  color: var(--secondary-text-color);
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  text-align: right;
}

/* line 1362, app/assets/stylesheets/pulse/components/_new_pulse.scss */
.redactor-box.draft_saved .draft-save {
  opacity: 1;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 5, app/assets/stylesheets/pulse/components/_post.scss */
#fullscreen_document_viewer {
  margin-top: 10px;
}

/* line 8, app/assets/stylesheets/pulse/components/_post.scss */
#fullscreen_document_viewer .crocodoc_fullscreen,
#fullscreen_document_viewer .asset_info,
#fullscreen_document_viewer .doc_icn {
  display: none;
}

/* line 14, app/assets/stylesheets/pulse/components/_post.scss */
#fullscreen_document_viewer .crocodoc_iframe {
  display: block;
  width: 100%;
  height: 1000px;
}

/* line 21, app/assets/stylesheets/pulse/components/_post.scss */
.icn_resource {
  width: 12px;
  height: 14px;
  display: inline-block;
  background: url(https://cdn.monday.com/images/icn_resource.png) no-repeat;
}

/* line 31, app/assets/stylesheets/pulse/components/_post.scss */
.post_download_all_wrapper,
.reply_download_all_wrapper {
  font-size: 14px;
}

/* line 35, app/assets/stylesheets/pulse/components/_post.scss */
.post_download_all_wrapper .updates-download-all-icon,
.reply_download_all_wrapper .updates-download-all-icon {
  margin-right: 8px;
}

/* line 40, app/assets/stylesheets/pulse/components/_post.scss */
.post_download_all_wrapper .post_download_all.downloading,
.reply_download_all_wrapper .post_download_all.downloading {
  pointer-events: none;
}

/* line 45, app/assets/stylesheets/pulse/components/_post.scss */
.post_download_all_wrapper .fa-spin,
.reply_download_all_wrapper .fa-spin {
  display: none;
}

/* line 49, app/assets/stylesheets/pulse/components/_post.scss */
.post_download_all_wrapper .fa-paperclip,
.reply_download_all_wrapper .fa-paperclip {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
}

/* line 58, app/assets/stylesheets/pulse/components/_post.scss */
.post_download_all_wrapper {
  margin: 0 15px 15px;
  display: inline-block;
}

/* line 62, app/assets/stylesheets/pulse/components/_post.scss */
.post_download_all_wrapper a {
  color: #fff !important;
  text-decoration: none;
}

/* line 67, app/assets/stylesheets/pulse/components/_post.scss */
.post_download_all_wrapper .download_all_text {
  background: #57a0dd;
  border-radius: 0 20px 20px 0;
  height: 20px;
  display: inline-block;
  padding: 0 10px 0 5px;
}

/* line 77, app/assets/stylesheets/pulse/components/_post.scss */
.post_download_all_wrapper .post_download_all.downloading .download_all_text,
.post_download_all_wrapper .post_download_all.downloading .fa-paperclip {
  background: #c4c4c4;
}

/* line 86, app/assets/stylesheets/pulse/components/_post.scss */
.embed-link {
  display: none;
  max-width: 450px;
  margin: 5px;
  position: relative;
  font-size: 14px;
  overflow-x: hidden;
}

/* line 95, app/assets/stylesheets/pulse/components/_post.scss */
.embed-link .thumb {
  float: left;
  max-width: 73px;
  max-height: 73px;
  width: auto;
  height: auto;
}

/* line 103, app/assets/stylesheets/pulse/components/_post.scss */
.embed-link .provider {
  display: none;
}

/* line 107, app/assets/stylesheets/pulse/components/_post.scss */
.embed-link .description {
  margin-top: 5px;
  margin-left: 85px;
  display: block;
}

/* line 113, app/assets/stylesheets/pulse/components/_post.scss */
.embed-link a {
  display: block;
  margin-left: 85px;
  color: #1f76c2;
}

/* line 118, app/assets/stylesheets/pulse/components/_post.scss */
.embed-link a:hover {
  color: #7ebdeb;
}

/* line 124, app/assets/stylesheets/pulse/components/_post.scss */
.embed-link.no-thumb a,
.embed-link.no-thumb .description {
  margin-left: 0px;
}

/* line 131, app/assets/stylesheets/pulse/components/_post.scss */
a[data-mention-type][data-mention-id]:hover {
  color: #007eb5 !important;
}

/* line 136, app/assets/stylesheets/pulse/components/_post.scss */
.body_text {
  word-break: break-word;
}

/* line 140, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .gist .line-data {
  border: none !important;
}

/* line 145, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .read-more {
  display: block;
}

/* line 149, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .stage_movements {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 10px;
  text-decoration: none;
}

/* line 156, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .stage_movements .stage_stage {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(https://cdn.monday.com/images/integrations/stage-mid.png);
  background-size: 20px 15px;
  margin: 0;
  padding: 0;
  margin-left: -8px;
  text-decoration: none;
}

/* line 167, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .stage_movements .stage_stage.stage_new_stage {
  background: url(https://cdn.monday.com/images/integrations/stage-mid_full.png);
  background-size: 20px 15px;
}

/* line 172, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .stage_movements .stage_stage:first-child {
  background: url(https://cdn.monday.com/images/integrations/stage-open.png);
  background-size: 20px 15px;
  margin-left: 0;
}

/* line 177, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .stage_movements .stage_stage.stage_new_stage:first-child {
  background: url(https://cdn.monday.com/images/integrations/stage-open_full.png);
  background-size: 20px 15px;
}

/* line 183, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .stage_movements .stage_stage:last-child {
  background: url(https://cdn.monday.com/images/integrations/stage-end.png);
  background-size: 20px 15px;
}

/* line 187, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .stage_movements .stage_stage.stage_new_stage:last-child {
  background: url(https://cdn.monday.com/images/integrations/stage-end_full.png);
  background-size: 20px 15px;
}

/* line 195, app/assets/stylesheets/pulse/components/_post.scss */
.body_text .won-img {
  width: 116px;
  margin: 10px 30px 20px 0;
  float: left;
  background: url(https://cdn.monday.com/images/integrations/won-new.png);
  width: 116px;
  height: 116px;
  background-size: 116px 116px;
}

/* line 207, app/assets/stylesheets/pulse/components/_post.scss */
.agrgator .agrgator_summery {
  color: #c4c4c4;
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #e9e9e9;
}

/* line 213, app/assets/stylesheets/pulse/components/_post.scss */
.agrgator .agrgator_summery:hover {
  background-color: #edf3fc;
}

/* line 217, app/assets/stylesheets/pulse/components/_post.scss */
.agrgator .agrgator_summery .icon {
  position: absolute;
  right: 5px;
  top: 8px;
  color: #c4c4c4;
}

/* line 223, app/assets/stylesheets/pulse/components/_post.scss */
.agrgator .agrgator_summery .icon:hover {
  color: #66ccf5;
}

/* line 229, app/assets/stylesheets/pulse/components/_post.scss */
.agrgator .agrgator_list {
  border-left: 4px solid #e9e9e9;
  margin-left: -4px;
}

/* line 235, app/assets/stylesheets/pulse/components/_post.scss */
.post_highlight {
  border-left: 6px solid #f6e39a !important;
}

/* line 238, app/assets/stylesheets/pulse/components/_post.scss */
.post_highlight .profile_photo {
  border-radius: 3px;
  margin: 0px;
}

/* line 244, app/assets/stylesheets/pulse/components/_post.scss */
.post_small {
  position: relative;
}

/* line 247, app/assets/stylesheets/pulse/components/_post.scss */
.post_small .icon.icon-dapulse-down {
  position: absolute;
  right: 9px;
  top: 30px;
  color: #c4c4c4;
}

/* line 253, app/assets/stylesheets/pulse/components/_post.scss */
.post_small .icon.icon-dapulse-down:hover {
  color: #66ccf5;
  background-position: -20px -40px;
}

/* line 259, app/assets/stylesheets/pulse/components/_post.scss */
.post_small .top-crown {
  display: none;
}

/* line 263, app/assets/stylesheets/pulse/components/_post.scss */
.post_small .post_small_inner {
  min-height: 36px;
}

/* line 266, app/assets/stylesheets/pulse/components/_post.scss */
.post_small .post_small_inner a {
  color: #1f76c2;
}

/* line 270, app/assets/stylesheets/pulse/components/_post.scss */
.post_small .post_small_inner .post_small_body {
  color: #333;
  word-break: break-word;
  line-height: 18px;
  margin: 15px 35px 0 50px;
}

/* line 279, app/assets/stylesheets/pulse/components/_post.scss */
body .pulse_container .pulse_content .post_small.in_pulse_page {
  padding: 5px 100px 5px 15px;
  border-radius: 8px;
}

/* line 284, app/assets/stylesheets/pulse/components/_post.scss */
.post_small.in_pulse_page .post_small_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

/* line 290, app/assets/stylesheets/pulse/components/_post.scss */
.post_small.in_pulse_page .post_small_body {
  margin: 0 0 0 15px;
}

/* line 296, app/assets/stylesheets/pulse/components/_post.scss */
.post {
  position: relative;
  vertical-align: top;
}

/* line 297, app/assets/stylesheets/pulse/components/_post.scss */
.post .post-action-bar-component-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 302, app/assets/stylesheets/pulse/components/_post.scss */
.post .replay_area {
  position: relative;
  clear: both;
  border-top: 1px solid;
  border-top-color: var(--layout-border-color);
}

/* line 307, app/assets/stylesheets/pulse/components/_post.scss */
.post .replay_area.reply-section-is-closed {
  border-top: none;
}

/* line 315, app/assets/stylesheets/pulse/components/_post.scss */
.post .icn.source_web,
.post .icn.source_board_activity {
  display: none;
}

/* line 320, app/assets/stylesheets/pulse/components/_post.scss */
.post .icn.source_email,
.post .icn.source_api {
  display: inline-block;
}

/* line 325, app/assets/stylesheets/pulse/components/_post.scss */
.post .active.post_menu_container {
  display: block;
}

/* line 329, app/assets/stylesheets/pulse/components/_post.scss */
.post .reply_area_overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 99;
}

/* line 340, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 599;
  /* Make sure it's on top of everything ...   */
}

/* line 348, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .spinner {
  width: 12px;
  height: 12px;
  background: url(https://cdn.monday.com/images/spinner.gif) no-repeat;
  display: inline-block;
  margin-left: 10px;
  display: none;
}

/* line 357, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu_button {
  border: 1px solid #ddd;
  border-radius: 50%;
  float: right;
  position: relative;
  z-index: 2;
  cursor: pointer;
  background-color: white;
  width: 20px;
  height: 20px;
  top: 15px;
  line-height: 13px;
  text-align: center;
  color: #777;
  right: 5px;
  font-size: 16px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

/* line 375, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu_button:hover {
  color: #333;
}

/* line 380, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container.active .post_menu_button {
  border-bottom: none;
  background-color: white;
  border-radius: 50% 50% 0px 0px;
}

/* line 386, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .link_to_post_icn {
  background: url(https://cdn.monday.com/images/tool_link.png) no-repeat;
  width: 18px;
  height: 12px;
  display: inline-block;
}

/* line 393, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu {
  display: none;
  top: 14px;
  margin-right: 5px;
  position: relative;
  border-radius: 0 0 4px 4px;
  padding-top: 7px;
  padding-bottom: 7px;
  clear: both;
  background: white;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
}

/* line 405, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu .disabled-menu-item {
  color: #c4c4c4;
}

/* line 408, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu .disabled-menu-item.ui-state-focus {
  background-color: white;
  color: #c4c4c4 !important;
}

/* line 414, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu li a {
  padding: 4px 4px 4px 6px;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 12px;
  width: 160px;
  outline: none;
}

/* line 424, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu a.ui-state-hover,
.post .post_menu_container .post_menu a.ui-state-focus {
  background-color: var(--primary-background-hover-on-secondary-color) !important;
  color: var(--primary-text-color) !important;
  border: 0;
  border-radius: 0;
  margin: 0;
}

/* line 433, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu i {
  margin-right: 5px;
}

/* line 438, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu .follow .follow_post {
  display: none;
}

/* line 442, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu .follow .unfollow_post {
  display: inline-block;
}

/* line 448, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu .unfollow .follow_post {
  display: inline-block;
}

/* line 452, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu .unfollow .unfollow_post {
  display: none;
}

/* line 457, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_menu_container .post_menu .seperator {
  border-top: 1px dashed #c4c4c4;
}

/* line 463, app/assets/stylesheets/pulse/components/_post.scss */
.post .where_from {
  color: #7d7d7d;
  font-size: 13px;
  margin-top: 2px;
}

/* line 468, app/assets/stylesheets/pulse/components/_post.scss */
.post .where_from a {
  color: #7ebdeb;
}

/* line 473, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body_icn {
  margin-top: 5px;
  background: transparent no-repeat;
  background-position: center center;
  width: 27px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
}

/* line 483, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_image {
  margin: 1px;
}

/* line 488, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body_wrapper .post_body .body_text {
  word-break: break-word;
  position: relative;
  padding: 0 15px 15px 15px;
}

/* line 492, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body_wrapper .post_body .body_text table {
  word-break: normal;
}

/* line 496, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body_wrapper .with-marker-indication {
  position: relative;
}

/* line 501, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body_wrapper .with-marker-indication:not(.with-timing) .post_body .body_text {
  padding: 0px 15px 15px 8px;
}

/* line 507, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body_wrapper .with-marker-indication.with-timing {
  position: relative;
}

/* line 510, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body_wrapper .with-marker-indication.with-timing .post_body .body_text {
  padding: 30px 15px 15px 15px;
}

/* line 518, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_image_group {
  cursor: pointer;
}

/* line 522, app/assets/stylesheets/pulse/components/_post.scss */
.post .crocodoc_container {
  position: relative;
  margin-bottom: 10px;
}

/* line 526, app/assets/stylesheets/pulse/components/_post.scss */
.post .crocodoc_container .crocodoc_fullscreen {
  cursor: pointer;
  position: absolute;
  top: -17px;
  right: 0;
  display: block;
  width: 100px;
  height: 24px;
  font-size: 10px;
}

/* line 538, app/assets/stylesheets/pulse/components/_post.scss */
.post .crocodoc_iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 1px solid #c4c4c4;
}

/* line 545, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body {
  color: var(--primary-text-color);
  vertical-align: top;
}

/* line 550, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body:hover .delete_post_link {
  display: block;
}

/* line 555, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body a {
  color: var(--link-color);
}

/* line 559, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update {
  position: relative;
  border-radius: 4px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  color: #4b4638;
  padding: 10px;
  margin: 0;
}

/* line 569, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update.squashed {
  background: url(https://cdn.monday.com/images/razor_triangle_up.png) top left repeat-x, url(https://cdn.monday.com/images/razor_triangle_down.png) bottom left repeat-x;
  background-color: #fafafa;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-top: none;
  border-bottom: none;
  padding: 6px;
  position: relative;
  height: 50px;
  cursor: pointer;
}

/* line 582, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update.squashed:hover {
  background-color: #f0f0f0;
}

/* line 586, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update.squashed .squashed_inner_wrapper {
  display: block;
  height: 50px;
  overflow: hidden;
  position: relative;
}

/* line 592, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update.squashed .squashed_inner_wrapper .squashed_inner {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
}

/* line 598, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update.squashed .squashed_inner_wrapper .squashed_inner del {
  display: inline-block !important;
}

/* line 605, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update .annotations_wrapper {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 100%;
  text-align: right;
}

/* line 613, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update .annotations_btn {
  font-size: 11px;
  background-color: #e8f2fa;
  border-radius: 4px;
  padding: 2px 7px;
  display: inline-block;
  margin-left: 6px;
}

/* line 621, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update .annotations_btn:hover {
  text-decoration: none;
  background-color: #d3e8f8;
}

/* line 626, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update .annotations_btn .icn_small {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 2px;
}

/* line 633, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update .annotations_btn .btn_text {
  color: black;
}

/* line 639, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update.squashed .annotations_btn {
  display: none;
}

/* line 644, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update ins {
  text-decoration: inherit;
  background-color: #dfd;
  text-decoration: none;
  display: inline-block;
}

/* line 651, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update del {
  background-color: #fdd;
  display: none;
}

/* line 656, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update ins,
.post .post_body blockquote.box_update del {
  padding: 3px;
}

/* line 662, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update.with_annotations ins {
  text-decoration: underline;
}

/* line 666, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body blockquote.box_update.with_annotations del {
  display: inline-block;
}

/* line 673, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .embed iframe {
  max-width: 100%;
}

/* line 677, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .embed .provider,
.post .post_body .embed .thumb {
  display: block;
}

/* line 682, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .embed .description {
  font-style: italic;
}

/* line 687, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .title {
  color: #007eb5;
}

/* line 690, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .title .user_link {
  font-weight: 500;
}

/* line 694, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .title a {
  color: #1f76c2;
}

/* line 698, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .title .board_link_wrapper {
  font-size: 13px;
}

/* line 701, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .title .board_link_wrapper .through {
  color: #c4c4c4;
  margin-right: 5px;
}

/* line 710, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .post_time a,
.post .post_body .post_time_mobile a {
  color: #c4c4c4;
  cursor: pointer;
}

/* line 714, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .post_time a:hover,
.post .post_body .post_time_mobile a:hover {
  text-decoration: underline;
}

/* line 720, app/assets/stylesheets/pulse/components/_post.scss */
.post .post_body .post_time_mobile {
  display: none;
}

/* line 725, app/assets/stylesheets/pulse/components/_post.scss */
.post .profile_photo {
  z-index: 99;
  position: absolute;
  top: 30px;
}

/* line 730, app/assets/stylesheets/pulse/components/_post.scss */
.post .profile_photo img.profile {
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

/* line 737, app/assets/stylesheets/pulse/components/_post.scss */
.post.new {
  border-left: 4px solid #faffe1;
}

/* line 742, app/assets/stylesheets/pulse/components/_post.scss */
.replay_area .icn.post_watched {
  width: 15px;
}

/* line 747, app/assets/stylesheets/pulse/components/_post.scss */
#new_post_preloader {
  margin-right: 8px;
  vertical-align: top;
}

/* line 753, app/assets/stylesheets/pulse/components/_post.scss */
.mobile .post_tools_area a.reply_btn {
  padding: 0 10px 0 20px;
}

/* line 758, app/assets/stylesheets/pulse/components/_post.scss */
.post_alert {
  display: block;
  padding: 5px;
  padding-left: 10px;
  border: none;
}

/* line 766, app/assets/stylesheets/pulse/components/_post.scss */
.post_body ol ol li {
  list-style-type: lower-alpha;
}

/* line 770, app/assets/stylesheets/pulse/components/_post.scss */
.post_body ol ol ol li {
  list-style-type: lower-roman;
}

/* line 774, app/assets/stylesheets/pulse/components/_post.scss */
.post_body ul ul li {
  list-style-type: circle;
}

/* line 778, app/assets/stylesheets/pulse/components/_post.scss */
.post_body ul ul ul li {
  list-style-type: square;
}

@media (max-width: 768px) {
  /* line 785, app/assets/stylesheets/pulse/components/_post.scss */
  .post .profile_frame {
    left: 5px;
  }
  /* line 792, app/assets/stylesheets/pulse/components/_post.scss */
  .post .post_body_wrapper .post_body > .title, .post .post_body_wrapper .post_body > .where_from, .post .post_body_wrapper .post_body > .post_time_mobile, .post .post_body_wrapper .post_body > .body_text,
.post .post_body_wrapper .post_body .replay_area {
    margin-left: 20px;
  }
  /* line 800, app/assets/stylesheets/pulse/components/_post.scss */
  .post .post_body_wrapper .post_body .posts_expander {
    margin-bottom: 10px !important;
  }
  /* line 804, app/assets/stylesheets/pulse/components/_post.scss */
  .post .post_body_wrapper .post_body .post_download_all_wrapper {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }
  /* line 813, app/assets/stylesheets/pulse/components/_post.scss */
  .post .profile_photo img.profile {
    width: 40px !important;
    height: 40px !important;
  }
  /* line 818, app/assets/stylesheets/pulse/components/_post.scss */
  .post .post_time {
    display: none;
  }
  /* line 822, app/assets/stylesheets/pulse/components/_post.scss */
  .post .post_time_mobile {
    display: block !important;
  }
  /* line 826, app/assets/stylesheets/pulse/components/_post.scss */
  .post .post_menu_container {
    display: block !important;
  }
  /* line 831, app/assets/stylesheets/pulse/components/_post.scss */
  .replay_area .redactor-selection-marker {
    display: none;
  }
}

/* line 839, app/assets/stylesheets/pulse/components/_post.scss */
.post_body .body_assets,
.reply_body .body_assets {
  margin: 0 15px 15px;
  background: #f9f9f9;
}

/* line 843, app/assets/stylesheets/pulse/components/_post.scss */
.post_body .body_assets.with_new_preview,
.reply_body .body_assets.with_new_preview {
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 848, app/assets/stylesheets/pulse/components/_post.scss */
.post_body .body_assets.with_new_preview .single-file-preview-component:not(:last-child),
.reply_body .body_assets.with_new_preview .single-file-preview-component:not(:last-child) {
  margin-bottom: 12px;
}

/* line 853, app/assets/stylesheets/pulse/components/_post.scss */
.post_body .body_assets:empty,
.reply_body .body_assets:empty {
  display: none;
}
/* line 1, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview {
  display: none;
  position: relative;
  z-index: 99999;
  height: auto;
  width: 80px;
  border: 1px solid #cacac9;
  text-align: center;
  background: #fdfdfd;
  font-size: inherit;
  line-height: 20px;
  padding-right: 0px !important;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* line 15, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .nano {
  min-height: 25px;
}

/* line 23, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.up_arrow::after, .last_post_preview.up_arrow::before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 32, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.up_arrow::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fdfdfd;
  border-width: 10px;
  top: -10px;
  right: 14px;
  margin-top: -10px;
}

/* line 41, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.up_arrow::before {
  border-color: rgba(169, 169, 169, 0);
  border-bottom-color: #cacac9;
  border-width: 11px;
  top: -12px;
  right: 13px;
  margin-top: -11px;
}

/* line 52, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.down_arrow::after, .last_post_preview.down_arrow::before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 61, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.down_arrow::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fdfdfd;
  border-width: 10px;
  bottom: -10px;
  right: 14px;
  margin-bottom: -10px;
}

/* line 70, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.down_arrow::before {
  border-color: rgba(169, 169, 169, 0);
  border-top-color: #cacac9;
  border-width: 11px;
  bottom: -12px;
  right: 13px;
  margin-bottom: -11px;
}

/* line 81, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.right_arrow::after, .last_post_preview.right_arrow::before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 91, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.right_arrow::after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 10px;
}

/* line 97, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.right_arrow::before {
  border-color: rgba(169, 169, 169, 0);
  border-left-color: #cacac9;
  border-width: 12px;
}

/* line 105, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.left_arrow::after, .last_post_preview.left_arrow::before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 115, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.left_arrow::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
}

/* line 121, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.left_arrow::before {
  border-color: rgba(169, 169, 169, 0);
  border-right-color: #cacac9;
  border-width: 12px;
}

/* line 130, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.left_arrow:not(.vertical_bottom)::before, .last_post_preview.left_arrow:not(.vertical_bottom)::after, .last_post_preview.right_arrow:not(.vertical_bottom)::before, .last_post_preview.right_arrow:not(.vertical_bottom)::after {
  top: 21px;
}

/* line 131, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.left_arrow:not(.vertical_bottom):before, .last_post_preview.right_arrow:not(.vertical_bottom):before {
  margin-top: -12px;
}

/* line 132, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.left_arrow:not(.vertical_bottom):after, .last_post_preview.right_arrow:not(.vertical_bottom):after {
  margin-top: -10px;
}

/* line 136, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.left_arrow.vertical_bottom::before, .last_post_preview.left_arrow.vertical_bottom::after, .last_post_preview.right_arrow.vertical_bottom::before, .last_post_preview.right_arrow.vertical_bottom::after {
  bottom: 11px;
}

/* line 137, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.left_arrow.vertical_bottom:before, .last_post_preview.right_arrow.vertical_bottom:before {
  margin-bottom: -1px;
}

/* line 138, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.left_arrow.vertical_bottom:after, .last_post_preview.right_arrow.vertical_bottom:after {
  margin-bottom: 1px;
}

/* line 142, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview:not(.shown) {
  padding: 10px;
  margin-right: 390px;
  margin-bottom: 300px;
  margin-top: 65px;
}

/* line 149, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.shown {
  width: 470px;
  height: 300px;
}

/* line 153, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.shown .internal {
  text-align: left;
  padding: 10px 25px 10px 10px;
}

/* line 160, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview.stuck .close_btn {
  display: inline-block;
}

/* line 165, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .close_btn {
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 20px;
  z-index: 90;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  display: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 185, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .internal {
  max-height: 350px;
  overflow: auto;
}

/* line 189, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .internal span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

/* line 196, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .internal .post {
  padding: 0;
}

/* line 200, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .internal .post .post_menu_container {
  top: -5px;
  display: block;
}

/* line 205, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .internal .post .reply_like {
  display: block;
}

/* line 207, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .internal .post .post_body_wrapper {
  padding-top: 10px !important;
}

/* line 209, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .internal .post .post_body_wrapper .title {
  width: 310px;
}

/* line 212, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .internal .post .profile_photo {
  top: 10px !important;
}

/* line 217, app/assets/stylesheets/pulse/components/_post_preview.scss */
.last_post_preview .internal .post .post_download_all_wrapper {
  display: none !important;
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.posts_expander {
  overflow: hidden;
  position: relative;
}

/* line 9, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 130px;
  overflow: hidden;
  outline: none;
  pointer-events: none;
}

/* line 20, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--primary-background-color-rgb), 0)), color-stop(70%, rgba(var(--primary-background-color-rgb), 1)));
  background-image: linear-gradient(to bottom, rgba(var(--primary-background-color-rgb), 0) 0%, rgba(var(--primary-background-color-rgb), 1) 70%);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 38, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle.hovered:before {
  top: 45px;
}

/* line 43, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle.hovered .expander_text .expander_content {
  top: 0;
  background-color: var(--primary-color);
  color: var(--text-color-on-primary);
}

/* line 51, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle .expander_stripe {
  padding-top: 25px;
  margin-bottom: 10px;
  display: block;
  opacity: 1;
  outline: none;
}

/* line 60, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle .expander_text {
  position: absolute;
  line-height: 14px !important;
  font-weight: var(--font-weight-light) !important;
  font-size: 13px !important;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
  bottom: 23px;
  color: #66ccf5;
  text-decoration: none;
  outline: none;
  pointer-events: all;
}

/* line 76, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle .expander_text:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}

/* line 80, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle .expander_text .expander_content {
  color: var(--primary-color);
  position: relative;
  top: 3px;
  padding: var(--spacing-small) var(--spacing-medium);
  border-radius: var(--border-radius-small);
}

/* line 87, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle .expander_text .expander_content .fa {
  margin-left: 3px;
}

/* line 92, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.expander_toggle .expander_text .icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-left: 5px;
  font-size: 16px;
}

/* line 102, app/assets/stylesheets/pulse/components/_posts_expander.scss */
.post .post_body .body_text.posts_expander {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 1, app/assets/stylesheets/pulse/components/_protip.scss */
.protip {
  position: absolute;
  bottom: -111px;
  left: 0;
  background: #333;
  color: #fff;
  width: 100%;
  z-index: 10;
  padding: 10px;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

/* line 14, app/assets/stylesheets/pulse/components/_protip.scss */
.protip.slideOutUp {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/* line 18, app/assets/stylesheets/pulse/components/_protip.scss */
.protip .x-button {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #ddd;
}

/* line 26, app/assets/stylesheets/pulse/components/_protip.scss */
.protip .x-button:hover {
  color: #fff;
}

/* line 31, app/assets/stylesheets/pulse/components/_protip.scss */
.protip .title {
  font-size: 18px;
}

/* line 35, app/assets/stylesheets/pulse/components/_protip.scss */
.protip .message {
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
/* line 1, app/assets/stylesheets/pulse/components/_pulse_alerts.scss */
.pulse_alert_error {
  margin: 0 auto;
  background: #fbf0f1 url(https://cdn.monday.com/images/error_exclamation.png) no-repeat;
  background-position: 25px center;
  background-size: 34px 34px;
  min-height: 54px;
  width: auto;
  color: #444;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  padding: 10px 10px 20px 84px;
  font-family: 'Roboto', sans-serif;
  line-height: 17px;
  border: 1px solid #f7d0d4;
  border-radius: 4px;
}

/* line 21, app/assets/stylesheets/pulse/components/_pulse_alerts.scss */
.pulse_alert_error .title {
  color: #ed5565;
  font-size: 16px;
  margin-bottom: 5px;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 5, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper {
  display: block;
  position: relative;
}

/* line 9, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .ui-menu-icon {
  display: none !important;
}

/* line 13, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_btn {
  display: inline-block;
  padding-top: 2px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: white;
  z-index: 98;
  position: relative;
}

/* line 23, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_btn:hover, .pulse_menu_wrapper .pulse_menu_btn.active {
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 29, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_btn.active {
  border-radius: 50% 50% 0px 0px;
  border-bottom: none;
  z-index: 201;
}

/* line 36, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  font-size: 13px;
  font-family: var(--font-family);
  border-radius: 0 0 4px 4px;
  border: 1px solid;
  border-color: var(--ui-border-color) !important;
  background-color: var(--secondary-background-color) !important;
  padding: 3px;
  z-index: 200;
}

/* line 53, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options li.seperator {
  border-top: 1px dashed #c4c4c4;
}

/* line 58, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options li.ui-menu-item .fa,
.pulse_menu_wrapper .pulse_menu_options li.ui-menu-item .icon {
  width: 15px;
  margin-right: 5px;
}

/* line 64, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options li.ui-menu-item a {
  padding: 5px 10px;
}

/* line 67, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options li.ui-menu-item a.ui-state-focus, .pulse_menu_wrapper .pulse_menu_options li.ui-menu-item a.ui-state-active {
  background-color: var(--primary-background-hover-on-secondary-color);
  color: var(--primary-text-color);
  border: 1px solid transparent !important;
  border-radius: 4px !important;
}

/* line 75, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options li.ui-menu-item a.disabled {
  opacity: 0.3;
}

/* line 81, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options .email_preferences {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-width: 250px;
  padding: 4px 3px;
  background: white !important;
}

/* line 89, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options .email_preferences a.active .icn_small-v_check {
  visibility: visible;
}

/* line 94, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options .email_preferences .icn_small-owner_grey {
  margin-top: 4px;
}

/* line 98, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options .email_preferences .icn_small-v_check {
  margin-top: 4px;
  margin-right: 4px;
  visibility: hidden;
}

/* line 105, app/assets/stylesheets/pulse/components/_pulse_menu.scss */
.pulse_menu_wrapper .pulse_menu_options .email_preferences .ui-state-focus .icn_small-v_check {
  background-image: url(https://cdn.monday.com/images/icn_small/v_check_h.png);
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* e.g confirmation dialog */
/* line 6, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
#top_project_selector_container {
  width: 300px;
  position: absolute;
  top: 0px;
}

/* line 12, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
#top_project_selector_container .tt-menu:before, #top_project_selector_container .tt-menu:after {
  content: " ";
  position: absolute;
  border: solid transparent;
  bottom: 100%;
  pointer-events: none;
  height: 0;
  width: 0;
}

/* line 23, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
#top_project_selector_container .tt-menu:before {
  left: 25px;
  border-bottom-color: #c3c6d4;
  border-width: 10px;
}

/* line 29, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
#top_project_selector_container .tt-menu:after {
  left: 27px;
  border-bottom-color: var(--primary-background-color);
  border-width: 8px;
}

/* line 38, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
#top_project_selector_container.horizontal_flip .tt-menu:before {
  right: 25px;
  left: auto;
}

/* line 43, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
#top_project_selector_container.horizontal_flip .tt-menu:after {
  right: 27px;
  left: auto;
}

/* line 50, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
#top_project_selector_container .confirm_unauthorized_email_dialog {
  border: 1px solid #dedede;
  z-index: 100001;
  margin-top: 8px;
}

/* line 57, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead {
  width: 100%;
  display: block;
}

/* line 61, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-input {
  z-index: 1000;
}

/* line 65, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-hint {
  color: var(--placeholder-color);
}

/* line 69, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu {
  z-index: 100001 !important;
  left: 0px;
  right: 0px;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 8px;
  position: relative;
  border: 1px solid var(--primary-background-color);
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: var(--primary-background-color);
  border-color: var(--ui-border-color);
}

/* line 86, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .empty_message {
  background: var(--primary-background-color);
  font-size: 13px;
  text-align: center;
  color: #777;
}

/* line 92, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .empty_message .no-data {
  background-color: white;
  text-align: left;
  padding: 10px;
  display: block;
  font-weight: 400;
  font-size: 13px;
}

/* line 99, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .empty_message .no-data .mention-text {
  color: #000000;
}

/* line 102, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .empty_message .no-data .dialog-link {
  color: #007eb5;
  cursor: pointer;
}

/* line 108, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .empty_message .private_share_icon {
  position: absolute;
  width: 43px;
  height: 41px;
  font-size: 18px;
  text-align: center;
  padding-top: 9px;
  right: -43px;
  color: black;
}

/* line 118, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .empty_message .private_share_icon.icon-dapulse-private {
  background-color: #f65f7c;
  top: -1px;
  border-radius: 0px 2px 0px 0px;
}

/* line 124, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .empty_message .private_share_icon.icon-dapulse-share {
  background-color: #a358df;
  bottom: -1px;
  border-radius: 0px 0px 2px 0px;
}

/* line 132, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .loader {
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  text-align: center;
  padding: 6px 0px;
}

/* line 140, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .admin_closed_workspace {
  padding-top: 16px;
  padding-bottom: 2px;
  font-size: 14px;
  text-align: center;
  color: var(--secondary-text-color);
  font-weight: 400;
}

/* line 148, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .dataset_title {
  text-align: center;
  color: var(--secondary-text-color);
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

/* line 157, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .dataset_title span {
  color: var(--secondary-text-color);
  font-size: 14px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 5px 8px;
  gap: 10px;
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

/* line 172, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .dataset_title:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 15px;
}

/* line 182, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item {
  border-radius: 4px;
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

/* line 190, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item {
  border-radius: 4px;
  height: 34px;
  text-align: left;
  color: var(--primary-text-color);
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 38px;
}

/* line 206, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_custom_field_value {
  padding-left: 13px;
}

/* line 210, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_tag {
  padding: 0px 5px;
  height: 30px;
  line-height: 31px;
}

/* line 215, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_tag .tag_info_wrapper {
  max-width: 100%;
  position: relative;
}

/* line 219, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_tag .tag_info_wrapper .tag_selector_label {
  display: inline-block;
  line-height: 14px;
  font-size: 14px;
  padding: 1px 1px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 32px;
  position: relative;
  white-space: nowrap;
  font-weight: 400;
  max-width: 90% !important;
  padding: 0;
  line-height: 31px;
}

/* line 226, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_tag .tag_info_wrapper .tag_count {
  position: absolute;
  right: 3px;
  top: 6px;
  max-width: 20% !important;
  cursor: default;
  border-radius: 12px;
  font-size: 13px;
  line-height: 13px;
  min-width: 0;
  padding: 3px 6px;
  border: 1px solid #0fa2e2;
  color: #0fa2e2;
  cursor: pointer;
}

/* line 243, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_tag:hover .tag_count {
  color: white;
  border-color: white;
}

/* line 250, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.create_new_tag {
  padding-left: 0px;
  text-align: center;
  font-weight: 400;
  background-color: var(--primary-background-color);
  color: var(--primary-color);
}

/* line 257, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.create_new_tag.manage_tags {
  margin-bottom: 4px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: 32px;
  line-height: 32px;
  background-color: var(--primary-background-color);
  color: var(--primary-color);
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 271, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.create_new_tag.manage_tags.mobileDevice {
  display: none;
}

/* line 275, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.create_new_tag.manage_tags:hover {
  background-color: var(--primary-color);
  color: var(--text-color-on-primary);
}

/* line 281, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.create_new_tag.disabled, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.create_new_tag.disabled:hover {
  background-color: var(--disabled-background-color);
  color: var(--disabled-text-color);
  cursor: default;
}

/* line 290, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_team .thumb {
  border-radius: 50%;
  overflow: hidden;
}

/* line 293, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_team .thumb img {
  border-radius: 0;
  max-width: 26px;
  max-height: 26px;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 306, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .thumb {
  vertical-align: middle;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
}

/* line 315, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .thumb .icon.icon-dapulse-email {
  position: absolute;
  font-size: 26px;
  top: -2px;
  left: 1px;
}

/* line 322, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .thumb .icon.icon-dapulse-addbtn {
  position: absolute;
  font-size: 16px;
  top: -4px;
  left: 6px;
}

/* line 329, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .thumb .icon.pulse_icon {
  position: absolute;
  font-size: 26px;
  top: -3px;
  left: 0;
}

/* line 336, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .thumb .icon.team_icon {
  position: absolute;
  font-size: 26px;
  top: -5px;
  left: 0px;
}

/* line 343, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .thumb .icon.icon-dapulse-board-filter {
  padding: 20px;
}

/* line 347, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .thumb .icon.guest-stamp {
  bottom: -14px !important;
  left: 18px !important;
  color: #a358df;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
}

/* line 354, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .thumb .view-only {
  position: absolute;
  bottom: -8px !important;
  left: 16px !important;
  width: 14px;
  color: #333333;
}

/* line 363, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .tag_info_wrapper {
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 5px;
}

/* line 373, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .tag_info_wrapper .board_name_label {
  color: var(--secondary-text-color);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

/* line 384, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .tag_info_wrapper .tag_selector_title {
  font-size: 14px;
  color: var(--secondary-text-color);
  margin-left: 2px;
}

/* line 390, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .tag_info_wrapper .icon_container {
  padding: 4px 4px;
}

/* line 394, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .tag_info_wrapper .icon.icon-dapulse-public-boards {
  padding: 4px 4px;
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

/* line 401, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item .tag_info_wrapper em {
  font-weight: 500;
}

/* line 406, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.create_new_team {
  background-color: var(--primary-background-color);
}

/* line 410, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user {
  background-color: var(--primary-background-color);
  color: var(--primary-color);
}

/* line 414, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user.in_trial {
  height: 33px;
}

/* line 419, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user.in_trial:hover .thumb .icon {
  color: black;
}

/* line 426, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user.in_trial .thumb .icon {
  color: #66ccf5;
  position: relative;
  top: -4px;
  left: 2px;
  font-size: 24px;
}

/* line 436, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user .thumb .icon {
  font-size: 20px;
  top: -3px;
  left: 3px;
}

/* line 443, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user .disable-wrapper {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

/* line 453, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user .tag_selector_label .hover_message {
  display: none;
}

/* line 458, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user .tt-highlight {
  font-weight: 100 !important;
}

/* line 463, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.disabled, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.disabled:hover {
  color: var(--disabled-text-color);
  cursor: default;
}

/* line 471, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.large-item {
  --large-item-height: 52px;
  line-height: initial;
  height: var(--large-item-height);
  display: -ms-flexbox;
  display: flex;
}

/* line 478, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.large-item .thumb {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 483, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.large-item .item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: initial;
      justify-content: initial;
  padding-right: var(--space-8);
}

/* line 490, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.large-item .item-container .already-added {
  margin-left: auto;
  position: relative;
}

/* line 499, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item.search_item_tag .tag_count {
  color: white;
  border-color: white;
}

/* line 506, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special {
  border-radius: 4px;
  height: 34px;
  text-align: left;
  color: var(--secondary-text-color);
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 34px;
  font-size: 14px;
  position: relative;
  padding-left: 8px;
  font-weight: 400;
}

/* line 522, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_custom_field_value {
  padding-left: 13px;
}

/* line 526, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_tag {
  padding: 0px 5px;
  height: 30px;
  line-height: 31px;
}

/* line 531, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_tag .tag_info_wrapper {
  max-width: 100%;
  position: relative;
}

/* line 535, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_tag .tag_info_wrapper .tag_selector_label {
  display: inline-block;
  line-height: 14px;
  font-size: 14px;
  padding: 1px 1px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 32px;
  position: relative;
  white-space: nowrap;
  font-weight: 400;
  max-width: 90% !important;
  padding: 0;
  line-height: 31px;
}

/* line 542, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_tag .tag_info_wrapper .tag_count {
  position: absolute;
  right: 3px;
  top: 6px;
  max-width: 20% !important;
  cursor: default;
  border-radius: 12px;
  font-size: 13px;
  line-height: 13px;
  min-width: 0;
  padding: 3px 6px;
  border: 1px solid #0fa2e2;
  color: #0fa2e2;
  cursor: pointer;
}

/* line 560, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.create_new_tag {
  padding-left: 0px;
  text-align: center;
  font-weight: 400;
  background-color: var(--primary-background-color);
  color: var(--primary-color);
}

/* line 567, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.create_new_tag.manage_tags {
  margin-bottom: 4px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: 32px;
  line-height: 32px;
  background-color: var(--primary-background-color);
  color: var(--primary-color);
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 581, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.create_new_tag.manage_tags.mobileDevice {
  display: none;
}

/* line 585, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.create_new_tag.manage_tags:hover {
  background-color: var(--primary-color);
  color: var(--text-color-on-primary);
}

/* line 591, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.create_new_tag.disabled, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.create_new_tag.disabled:hover {
  background-color: var(--disabled-background-color);
  color: var(--disabled-text-color);
  cursor: default;
}

/* line 600, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_team .thumb {
  border-radius: 50%;
  overflow: hidden;
}

/* line 603, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_team .thumb img {
  border-radius: 0;
  max-width: 26px;
  max-height: 26px;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 616, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .thumb {
  vertical-align: middle;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
}

/* line 625, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .thumb .icon.icon-dapulse-email {
  position: absolute;
  font-size: 26px;
  top: -2px;
  left: 1px;
}

/* line 632, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .thumb .icon.icon-dapulse-addbtn {
  position: absolute;
  font-size: 16px;
  top: -4px;
  left: 6px;
}

/* line 639, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .thumb .icon.pulse_icon {
  position: absolute;
  font-size: 26px;
  top: -3px;
  left: 0;
}

/* line 646, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .thumb .icon.team_icon {
  position: absolute;
  font-size: 26px;
  top: -5px;
  left: 0px;
}

/* line 653, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .thumb .icon.icon-dapulse-board-filter {
  padding: 20px;
}

/* line 657, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .thumb .icon.guest-stamp {
  bottom: -14px !important;
  left: 18px !important;
  color: #a358df;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
}

/* line 664, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .thumb .view-only {
  position: absolute;
  bottom: -8px !important;
  left: 16px !important;
  width: 14px;
  color: #333333;
}

/* line 673, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .tag_info_wrapper {
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 5px;
}

/* line 683, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .tag_info_wrapper .board_name_label {
  color: var(--secondary-text-color);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

/* line 694, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .tag_info_wrapper .tag_selector_title {
  font-size: 11px;
  color: #b1b1b1;
  margin-left: 2px;
}

/* line 700, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .tag_info_wrapper .icon_container {
  padding: 4px 4px;
}

/* line 704, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .tag_info_wrapper .icon.icon-dapulse-public-boards {
  padding: 4px 4px;
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

/* line 711, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special .tag_info_wrapper em {
  font-weight: 500;
}

/* line 716, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.create_new_team {
  background-color: var(--primary-background-color);
}

/* line 720, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user {
  background-color: var(--primary-background-color);
}

/* line 723, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user.in_trial {
  height: 33px;
}

/* line 728, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user.in_trial:hover .thumb .icon {
  color: black;
}

/* line 735, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user.in_trial .thumb .icon {
  color: #66ccf5;
  position: relative;
  top: -4px;
  left: 2px;
  font-size: 24px;
}

/* line 745, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user .thumb .icon {
  font-size: 20px;
  top: -3px;
  left: 3px;
}

/* line 752, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user .disable-wrapper {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

/* line 762, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user .tag_selector_label .hover_message {
  display: none;
}

/* line 767, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user .tt-highlight {
  font-weight: 100 !important;
}

/* line 773, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .tags-trial-expire-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 4px 0px;
  color: var(--primary-color);
  font-size: 13px;
  cursor: pointer;
}

/* line 781, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .tags-trial-expire-date:hover {
  text-decoration: underline;
}

/* line 786, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item:hover {
  background-color: var(--primary-background-hover-color);
}

/* line 789, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item .tag_selector_title,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item:hover .tag_selector_title {
  color: var(--secondary-text-color);
}

/* line 794, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item .tag_selector_label .hover_message,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item:hover .tag_selector_label .hover_message {
  display: inline;
}

/* line 797, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item .tag_selector_label .non_hover_message,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item:hover .tag_selector_label .non_hover_message {
  display: none;
}

/* line 802, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item.invite_new_user, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item.search_item_tag,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user:hover,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_tag:hover {
  color: white;
  background-color: var(--primary-color);
}

/* line 807, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item.invite_new_user .tag_selector_label, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item.search_item_tag .tag_selector_label,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user:hover .tag_selector_label,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_tag:hover .tag_selector_label {
  color: white !important;
}

/* line 812, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item.invite_new_user.disable-item, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item.search_item_tag.disable-item,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.invite_new_user.disable-item:hover,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item.search_item_tag.disable-item:hover {
  background-color: #f65f7c;
}

/* line 818, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special:hover {
  background-color: var(--primary-background-hover-color);
}

/* line 821, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special .tag_selector_title,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special:hover .tag_selector_title {
  color: white !important;
}

/* line 826, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special .tag_selector_label .hover_message,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special:hover .tag_selector_label .hover_message {
  display: inline;
}

/* line 829, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special .tag_selector_label .non_hover_message,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special:hover .tag_selector_label .non_hover_message {
  display: none;
}

/* line 834, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special.invite_new_user, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special.search_item_tag,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user:hover,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_tag:hover {
  color: black;
  background-color: var(--primary-background-hover-color);
}

/* line 839, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special.invite_new_user .tag_selector_label, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special.search_item_tag .tag_selector_label,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user:hover .tag_selector_label,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_tag:hover .tag_selector_label {
  color: black !important;
}

/* line 844, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special.invite_new_user .tag_count, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special.search_item_tag .tag_count,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user:hover .tag_count,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_tag:hover .tag_count {
  color: black !important;
  border: 1px solid #ffffff !important;
}

/* line 850, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special.invite_new_user.disable-item, .twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.tt-cursor .search_item_special.search_item_tag.disable-item,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.invite_new_user.disable-item:hover,
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item .search_item_special.search_item_tag.disable-item:hover {
  background-color: #f65f7c;
}

/* line 856, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.ask-for-updates-ui-menu-item {
  padding: 8px;
}

/* line 859, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.ask-for-updates-ui-menu-item .ask-for-updates {
  text-decoration: none;
}

/* line 861, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.twitter-typeahead .tt-menu .tt-dataset .ui-menu-item.ask-for-updates-ui-menu-item .ask-for-updates .tag_info_wrapper {
  text-align: center;
  color: var(--text-color-on-primary);
  background-color: var(--primary-color);
  padding: 8px 0;
  border-radius: 4px;
}

/* line 875, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  background-color: var(--primary-background-color);
  z-index: 5;
  -webkit-box-shadow: 0px 8px 16px;
          box-shadow: 0px 8px 16px;
  color: var(--ui-border-color);
}

/* line 883, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .main_message {
  color: var(--primary-text-color);
  padding: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
}

/* line 891, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .main_message .shareable_info {
  font-size: 13px;
  margin-top: 10px;
  display: block;
}

/* line 895, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .main_message .shareable_info .disabled,
.confirm_unauthorized_email_dialog .main_message .shareable_info .add_as_member_btn {
  font-size: 14px;
}

/* line 899, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .main_message .shareable_info .disabled {
  color: #c5c7d0;
  cursor: not-allowed;
}

/* line 907, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .request-to-invite-container .request-to-invite-button,
.confirm_unauthorized_email_dialog .request-to-invite-container .invite_user_button {
  font-size: 16px;
  display: block;
  height: 40px;
  border-radius: var(--border-radius-small);
  border: none;
  margin: 5px 2%;
  width: 96%;
  background-color: var(--primary-color);
  color: var(--text-color-on-primary);
}

/* line 919, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .request-to-invite-container .request-to-invite-button.disabled,
.confirm_unauthorized_email_dialog .request-to-invite-container .invite_user_button.disabled {
  font-style: normal;
  font-weight: 400;
  background-color: var(--secondary-background-color);
  color: var(--disabled-text-color);
  border: 1px solid var(--ui-border-color);
}

/* line 929, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button,
.confirm_unauthorized_email_dialog .invite_user_button,
.confirm_unauthorized_email_dialog .close_btn {
  border: none;
  display: block;
  color: var(--text-color-on-primary);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 30px;
  border-radius: 4px;
  margin: 10px 2%;
  width: 96%;
}

/* line 941, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button.disabled,
.confirm_unauthorized_email_dialog .invite_user_button.disabled,
.confirm_unauthorized_email_dialog .close_btn.disabled {
  background-color: #f5f6f8;
  color: #c5c7d0;
  cursor: default;
}

/* line 947, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button.invite_user_button, .confirm_unauthorized_email_dialog .invite_guest_button.invite_guest_button,
.confirm_unauthorized_email_dialog .invite_user_button.invite_user_button,
.confirm_unauthorized_email_dialog .invite_user_button.invite_guest_button,
.confirm_unauthorized_email_dialog .close_btn.invite_user_button,
.confirm_unauthorized_email_dialog .close_btn.invite_guest_button {
  background-color: var(--primary-color);
}

/* line 950, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button.invite_user_button:hover, .confirm_unauthorized_email_dialog .invite_guest_button.invite_user_button:focus, .confirm_unauthorized_email_dialog .invite_guest_button.invite_guest_button:hover, .confirm_unauthorized_email_dialog .invite_guest_button.invite_guest_button:focus,
.confirm_unauthorized_email_dialog .invite_user_button.invite_user_button:hover,
.confirm_unauthorized_email_dialog .invite_user_button.invite_user_button:focus,
.confirm_unauthorized_email_dialog .invite_user_button.invite_guest_button:hover,
.confirm_unauthorized_email_dialog .invite_user_button.invite_guest_button:focus,
.confirm_unauthorized_email_dialog .close_btn.invite_user_button:hover,
.confirm_unauthorized_email_dialog .close_btn.invite_user_button:focus,
.confirm_unauthorized_email_dialog .close_btn.invite_guest_button:hover,
.confirm_unauthorized_email_dialog .close_btn.invite_guest_button:focus {
  background-color: var(--primary-hover-color);
}

/* line 955, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button.invite_user_button.disabled, .confirm_unauthorized_email_dialog .invite_guest_button.invite_guest_button.disabled,
.confirm_unauthorized_email_dialog .invite_user_button.invite_user_button.disabled,
.confirm_unauthorized_email_dialog .invite_user_button.invite_guest_button.disabled,
.confirm_unauthorized_email_dialog .close_btn.invite_user_button.disabled,
.confirm_unauthorized_email_dialog .close_btn.invite_guest_button.disabled {
  background-color: #c4c4c4;
  color: white;
  cursor: default;
}

/* line 962, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button.close_btn,
.confirm_unauthorized_email_dialog .invite_user_button.close_btn,
.confirm_unauthorized_email_dialog .close_btn.close_btn {
  background-color: var(--primary-background-hover-color);
}

/* line 963, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button.close_btn:hover, .confirm_unauthorized_email_dialog .invite_guest_button.close_btn:focus,
.confirm_unauthorized_email_dialog .invite_user_button.close_btn:hover,
.confirm_unauthorized_email_dialog .invite_user_button.close_btn:focus,
.confirm_unauthorized_email_dialog .close_btn.close_btn:hover,
.confirm_unauthorized_email_dialog .close_btn.close_btn:focus {
  background-color: var(--primary-background-hover-color);
}

/* line 970, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button.add_as_member_btn,
.confirm_unauthorized_email_dialog .invite_user_button.add_as_member_btn,
.confirm_unauthorized_email_dialog .close_btn.add_as_member_btn {
  color: #0083d9;
  background-color: var(--primary-color);
}

/* line 972, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button.add_as_member_btn a,
.confirm_unauthorized_email_dialog .invite_user_button.add_as_member_btn a,
.confirm_unauthorized_email_dialog .close_btn.add_as_member_btn a {
  font-size: 14px;
}

/* line 976, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button.add_as_member_btn:hover, .confirm_unauthorized_email_dialog .invite_guest_button.add_as_member_btn:focus,
.confirm_unauthorized_email_dialog .invite_user_button.add_as_member_btn:hover,
.confirm_unauthorized_email_dialog .invite_user_button.add_as_member_btn:focus,
.confirm_unauthorized_email_dialog .close_btn.add_as_member_btn:hover,
.confirm_unauthorized_email_dialog .close_btn.add_as_member_btn:focus {
  background-color: #0083d9;
}

/* line 983, app/assets/stylesheets/pulse/components/_pulse_picker.scss */
.confirm_unauthorized_email_dialog .invite_guest_button:focus,
.confirm_unauthorized_email_dialog .invite_user_button:focus,
.confirm_unauthorized_email_dialog .close_btn:focus {
  outline: 0;
}
/* line 1, app/assets/stylesheets/pulse/components/_pulse_status_note.scss */
.pulse_status_note {
  width: 550px;
}

/* line 4, app/assets/stylesheets/pulse/components/_pulse_status_note.scss */
.pulse_status_note .redactor-editor {
  border: 2px solid #eee;
}

/* line 8, app/assets/stylesheets/pulse/components/_pulse_status_note.scss */
.pulse_status_note .status_message {
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/pulse/components/_pulse_status_note.scss */
.pulse_status_note .status_message .current_status {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}

/* line 19, app/assets/stylesheets/pulse/components/_pulse_status_note.scss */
.pulse_status_note .status_message .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  line-height: 20px;
  z-index: 90;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 39, app/assets/stylesheets/pulse/components/_pulse_status_note.scss */
.pulse_status_note .button_area .upload_btn {
  float: left;
  margin-left: -10px;
}

/* line 44, app/assets/stylesheets/pulse/components/_pulse_status_note.scss */
.pulse_status_note .button_area .preloader_wrapper {
  position: absolute;
  right: 76px;
  top: inherit;
  margin-top: 8px;
}

/* line 51, app/assets/stylesheets/pulse/components/_pulse_status_note.scss */
.pulse_status_note .button_area button {
  margin-top: 5px;
  position: absolute;
  right: 10px;
}

/* line 58, app/assets/stylesheets/pulse/components/_pulse_status_note.scss */
.pulse_status_note .redactor-editor p {
  color: #000;
}
/* line 1, app/assets/stylesheets/pulse/components/_slide_panel.scss */
#slide_panel {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -545px;
  background: #fff;
  z-index: 1000;
  width: 545px;
  max-width: calc(100% - 200px);
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  border-left: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px 0px 10px 0px #999;
          box-shadow: 0px 0px 10px 0px #999;
  display: none;
}

/* line 15, app/assets/stylesheets/pulse/components/_slide_panel.scss */
#slide_panel .slide_panel_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 24, app/assets/stylesheets/pulse/components/_slide_panel.scss */
#slide_panel .pulse-drag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  z-index: 10;
  cursor: col-resize;
  background: #f1f1f1;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

/* line 36, app/assets/stylesheets/pulse/components/_slide_panel.scss */
#slide_panel .pulse-drag .drag-handle {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 3px;
}

/* line 43, app/assets/stylesheets/pulse/components/_slide_panel.scss */
#slide_panel .pulse-drag:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  /* line 50, app/assets/stylesheets/pulse/components/_slide_panel.scss */
  #slide_panel {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* line 57, app/assets/stylesheets/pulse/components/_slide_panel.scss */
#main_wrapper .site-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

/* line 70, app/assets/stylesheets/pulse/components/_slide_panel.scss */
#main_wrapper.slide_panel_open .site-overlay {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
}

/* line 74, app/assets/stylesheets/pulse/components/_slide_panel.scss */
#main_wrapper.slide_panel_open .site-overlay:hover {
  background: rgba(0, 0, 0, 0);
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 5, app/assets/stylesheets/pulse/components/_space.scss */
.space_view {
  position: relative;
  overflow: visible;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-text-color);
}

/* line 12, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .search {
  background-image: url(https://cdn.monday.com/images/search_g.png) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

/* line 18, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .space_area {
  padding: 2px;
  margin-bottom: 10px;
}

/* line 23, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .selectify {
  color: var(--primary-text-color);
}

/* line 26, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .selectify a {
  background: transparent !important;
  color: var(--primary-text-color);
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  display: inline-block;
  line-height: 18px;
  min-height: 21px;
  text-decoration: none;
  -webkit-transition: font-size 0.1s ease-in-out;
  transition: font-size 0.1s ease-in-out;
}

/* line 41, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .selectify a:hover {
  color: var(--link-color);
}

/* line 45, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .selectify a.selected {
  font-size: 24px;
  margin-top: 3px;
}

/* line 49, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .selectify a.selected .count {
  font-size: 15px;
}

/* line 55, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .selectify .sep_slash {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 64, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .mobile_selectify {
  position: relative;
  display: inline-block;
  display: none;
}

/* line 69, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .mobile_selectify .news_type {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  background: #11eea5;
  padding: 4px 35px 4px 10px;
  font-size: 15px;
  margin-left: 15px;
}

/* line 80, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .mobile_selectify:after {
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\25BC";
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 8px;
  border-left: 1px solid #fff;
  height: 28px;
  padding-top: 7px;
  padding-left: 7px;
  pointer-events: none;
}

/* line 98, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .unread_message {
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-text-color);
  padding: 15px;
  text-align: center;
}

/* line 105, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .unread_message .post_not_found {
  font: var(--font-h2);
  color: var(--primary-text-color);
}

/* line 110, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .unread_message .post_not_found_subtitle {
  margin-top: 16px;
  font-size: var(--font-size-paragraph);
  color: var(--primary-text-color);
}

/* line 116, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .unread_message.in_news_feed {
  text-align: left;
  max-width: 590px;
  padding-left: 60px;
}

/* line 122, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .unread_message .icon.icon-v2-activity-log {
  position: absolute;
  font-size: 40px;
  left: 15px;
}

/* line 129, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list {
  padding: 0px;
  list-style: none;
  margin: 0px;
  clear: both;
}

/* line 135, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list .post_box {
  position: relative;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

/* line 138, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list .post_box:not(:last-child) {
  margin-bottom: 16px;
}

/* line 142, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list .post_box .read_indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  margin-right: 8px;
}

/* line 150, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list .post_box .read_indicator.new {
  background: #f65f7c;
}

/* line 155, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list .post_box:hover .post_menu_container {
  display: block;
}

/* line 160, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list .post_box.active_marker .post {
  border-color: var(--card-selected-text-color);
}

/* line 166, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list.no_posts {
  margin-top: min(80px, 5vh);
}

/* line 173, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list.is_small .unread_message .post_not_found_text .post_not_found_subtitle {
  display: none;
}

/* line 177, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .posts_list.is_small .unread_message .post_not_found_text .post_not_found {
  font-size: 18px;
}

/* line 184, app/assets/stylesheets/pulse/components/_space.scss */
.space_view h2 {
  font-size: 1em;
  margin: 0px;
  margin-left: 15px;
  display: inline;
  padding: 0px;
  padding-right: 3px;
  padding-left: 3px;
  color: #adadad;
}

/* line 195, app/assets/stylesheets/pulse/components/_space.scss */
.space_view small {
  color: #a1a1a1;
}

/* line 199, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .members {
  border-radius: 2px;
  background-color: #f5f6f7;
  border-bottom: 1px solid #dddede;
  padding: 3px;
  margin: 3px 0px 0px 0px;
}

/* line 206, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .members label.hover {
  background-color: #fff;
}

/* line 210, app/assets/stylesheets/pulse/components/_space.scss */
.space_view .members label.selected:before {
  content: none;
}

/* line 215, app/assets/stylesheets/pulse/components/_space.scss */
.space_view #wall {
  max-width: 750px;
}

/* line 218, app/assets/stylesheets/pulse/components/_space.scss */
.space_view #wall .retry_loading {
  display: block;
  margin-top: 15px;
}

/* line 223, app/assets/stylesheets/pulse/components/_space.scss */
.space_view #wall .newsfeed-tabs {
  margin-bottom: 40px;
}

/* line 228, app/assets/stylesheets/pulse/components/_space.scss */
.space_view #mark_all_as_read {
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  float: right;
  margin: 10px 0;
  color: #0fa2e2;
}

/* line 237, app/assets/stylesheets/pulse/components/_space.scss */
.space_view #mark_all_as_read:hover .mark_text {
  text-decoration: underline;
}

/* line 242, app/assets/stylesheets/pulse/components/_space.scss */
.space_view #mark_all_as_read .fa.fa-check {
  background: #0fa2e2;
  color: #fff;
  border-radius: 100%;
  font-size: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  position: relative;
  top: -1px;
}

/* line 258, app/assets/stylesheets/pulse/components/_space.scss */
div.image-wrapper {
  position: relative;
}

/* line 262, app/assets/stylesheets/pulse/components/_space.scss */
#news_feed {
  margin-top: 5px;
}

/* line 265, app/assets/stylesheets/pulse/components/_space.scss */
#news_feed a {
  cursor: pointer;
}

@media (max-width: 1199px) {
  /* line 271, app/assets/stylesheets/pulse/components/_space.scss */
  .space_view {
    max-width: none;
  }
}

@media (max-width: 768px) {
  /* line 278, app/assets/stylesheets/pulse/components/_space.scss */
  .space_view .selectify {
    display: none;
  }
  /* line 281, app/assets/stylesheets/pulse/components/_space.scss */
  .space_view .mobile_selectify {
    display: inline-block;
  }
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/components/_tabs.scss */
.pulse-tabs {
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #efefef;
  white-space: nowrap;
}

/* line 10, app/assets/stylesheets/pulse/components/_tabs.scss */
.pulse-tabs > li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  padding: 0 8px 8px;
  font-size: 14px;
  font-weight: 400;
}

/* line 19, app/assets/stylesheets/pulse/components/_tabs.scss */
.pulse-tabs > li:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: #d0d0d0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 32, app/assets/stylesheets/pulse/components/_tabs.scss */
.pulse-tabs > li:hover:before {
  background-color: #d0d0d0;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/* line 39, app/assets/stylesheets/pulse/components/_tabs.scss */
.pulse-tabs > li.is-selected:before {
  background-color: var(--primary-color);
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .fancybox-skin {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 8, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper {
  width: 600px;
  text-align: center;
  padding: 50px;
}

/* line 13, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .images_wrapper {
  position: relative;
}

/* line 16, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .images_wrapper .trello_image,
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .images_wrapper .dapulse_image {
  width: 40px;
  height: 40px;
}

/* line 22, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .images_wrapper .monday_image {
  height: 40px;
}

/* line 26, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .images_wrapper .fa-angle-right {
  font-size: 30px;
  margin: 0px 20px;
  position: relative;
  bottom: 10px;
}

/* line 34, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .offer_title {
  font-size: 24px;
  margin-top: 20px;
}

/* line 39, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .offer_text {
  text-align: center;
  font-size: 16px;
  margin: 40px 0px;
  line-height: 30px;
}

/* line 47, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .buttons_wrapper .import_from_trello_btn {
  margin-left: 10px;
}

/* line 51, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .buttons_wrapper .start_from_scratch_btn {
  background: white;
  border: 1px solid #0fa2e2;
  color: #0fa2e2;
}

/* line 58, app/assets/stylesheets/pulse/components/_trello.scss */
.trello_on_boarding_offer_fancybox .on_boarding_offer_wrapper .disclaimer {
  font-size: 12px;
  color: #b1b1b1;
  width: 300px;
  margin: 0px auto;
  margin-top: 25px;
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.intl-tel-input.iti-container {
  z-index: 11111 !important;
}

/* line 8, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.intl-tel-input.allow-dropdown {
  margin-bottom: var(--spacing-small);
  margin-right: 10px;
}

/* line 13, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.admin-two-factor-auth {
  margin-top: 70px;
}

/* line 17, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper-fixed-width {
  width: 616px;
  height: 320px;
}

/* line 22, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper {
  font-size: 13px;
  border-top: 4px solid #66ccf5;
  padding: var(--spacing-large);
  position: relative;
}

/* line 28, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper h1 {
  font-weight: var(--font-weight-light);
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 35, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper h2 {
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: var(--font-weight-light);
  text-align: center;
}

/* line 42, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper p.expl {
  margin-bottom: var(--spacing-xs);
}

/* line 47, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .confirmation p.expl {
  text-align: center;
  padding: 0 10px;
  margin: 10px 20px 20px 20px;
  line-height: 22px;
}

/* line 54, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .confirmation h1 {
  text-align: center;
}

/* line 58, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .confirmation h2 {
  font-weight: var(--font-weight-normal) !important;
  margin-bottom: 0px !important;
}

/* line 64, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .two-factor-auth-enable-component-close-button {
  cursor: pointer;
  right: 15px;
  top: 10px;
  position: absolute;
}

/* line 71, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .two-factor-auth-wizard {
  padding: 10px;
}

/* line 75, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper input[type="text"] {
  width: 190px !important;
  color: #333;
  border-radius: 0px !important;
}

/* line 80, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper input[type="text"]:focus {
  outline: none;
  border: 1px var(--border-style);
  border-color: var(--primary-color);
}

/* line 87, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .iti {
  margin-right: 10px;
  margin-bottom: var(--spacing-small);
}

/* line 92, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .help_text {
  color: #a5a5a5;
  font-size: 13px;
  margin-top: var(--spacing-small);
  margin-bottom: var(--spacing-medium);
}

/* line 99, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .step_1,
.two-factor-auth-wrapper .step_2 {
  font-size: 13px;
  margin-top: 20px;
}

/* line 104, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .step_1.disabled,
.two-factor-auth-wrapper .step_2.disabled {
  opacity: 0.5;
}

/* line 109, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .collapse_button {
  background-color: white !important;
  border: 1px var(--border-style) !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

/* line 114, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .collapse_button:hover {
  background-color: #f1f1f1 !important;
}

/* line 119, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .otp_confirmation_notice {
  color: var(--primary-color);
  position: relative;
  left: -28px;
}

/* line 125, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .actions {
  text-align: left;
  margin-right: 22px;
  margin-top: 20px;
  text-align: right;
}

/* line 132, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .step {
  width: 24px;
  height: 24px;
  background-color: var(--primary-color);
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: var(--font-weight-light);
  vertical-align: middle;
}

/* line 145, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .form-error {
  color: #f65f7c;
}

/* line 149, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .form-label {
  vertical-align: middle;
  width: 160px;
  font-weight: var(--font-weight-light);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

/* line 158, app/assets/stylesheets/pulse/components/_two_factor_auth.scss */
.two-factor-auth-wrapper .form-input {
  vertical-align: middle;
  display: inline-block;
}
/*$link-color:#168ae0;*/
/* line 3, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo {
  text-align: center;
}

/* line 6, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .main-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 440px;
  text-align: center;
}

/* line 13, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .main-button-container .main-header {
  margin: 32px 0px 0px 0px;
  font-size: 30px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  line-height: 38px;
}

/* line 22, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .main-button-container .description {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  line-height: 38px;
  padding-bottom: 16px;
}

/* line 32, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo input[type="file"],
.upload_user_photo button[type="submit"] {
  display: none;
}

/* line 37, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .loading_wrapper {
  top: 30px;
  position: relative;
}

/* line 42, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo h3 {
  margin: 0px 0px 10px 0px !important;
}

/* line 46, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_image_wrapper {
  width: auto;
  height: auto;
  display: block;
  margin: 0px;
  padding-bottom: 8px;
}

/* line 53, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_image_wrapper .profile-image {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 60, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_image_wrapper .upload_busy {
  display: none;
  width: 200px;
}

/* line 65, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_image_wrapper .loading_wrapper {
  display: none;
}

/* line 70, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_image_wrapper.waiting .profile-image {
  display: none;
}

/* line 73, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_image_wrapper.waiting .loading_wrapper {
  display: inline;
}

/* line 79, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_image_wrapper.funny-phrase-photo {
  padding-top: 30px;
}

/* line 82, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_image_wrapper.funny-phrase-photo .profile-image {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 91, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo.cropping .profile_image_wrapper {
  display: none;
}

/* line 94, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo.cropping .profile_details_form {
  display: none;
}

/* line 97, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo.cropping .crop_wrapper {
  display: inline-block;
}

/* line 102, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .crop_wrapper {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  display: none;
  text-align: center;
}

/* line 107, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .crop_wrapper .cr-slider-wrap {
  display: -ms-flexbox;
  display: flex;
}

/* line 110, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .crop_wrapper .croppie-container {
  padding: 24px 14%;
}

/* line 115, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .crop_msg {
  font-size: 18px;
  font-weight: 600px;
}

/* line 120, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .crop-btn {
  padding: 8px 20px 8px 20px;
}

/* line 124, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .button-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 131, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .button-section .button-wrapper {
  padding: 24px;
}

/* line 137, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .back-btn:hover {
  text-decoration: none;
}

/* line 142, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .back-btn-wrapper {
  width: 340px;
  display: inline-block;
  position: absolute;
}

/* line 147, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .back-btn-wrapper .back-btn {
  font-size: 12px;
  display: inline-block;
}

/* line 153, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 100%;
}

/* line 162, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .footer-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 24px;
}

/* line 170, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .footer-wrapper .social-network {
  border-top: 1px solid #e1e1e1;
  clear: both;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  width: 92%;
}

/* line 179, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .footer-wrapper .social-network .splitter-text {
  background: white;
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  padding: 0px 8px;
  margin: -12px 0px 0px -12px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

/* line 191, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .footer-wrapper .social-network-icon {
  color: #00b1eb;
  font-size: 14px;
  padding: 8px;
}

/* line 196, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .footer-wrapper .use-social-network {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  vertical-align: middle;
  margin: 0;
}

/* line 208, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .footer-wrapper .use-social-network .social-network-link {
  text-decoration: underline;
  color: #00b1eb;
  font-size: 14px;
  line-height: 25px;
  -ms-flex-item-align: center;
      align-self: center;
  cursor: pointer;
}

/* line 219, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .submission-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-top: 32px;
}

/* line 225, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .submission-buttons .next {
  cursor: pointer !important;
  text-align: center !important;
  padding: 0px !important;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 232, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .submission-buttons .not-sure-button {
  padding: 16px;
  color: #00b1eb;
  font-size: 14px;
  line-height: 25px;
  -ms-flex-item-align: center;
      align-self: center;
  cursor: pointer;
}

/* line 240, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .submission-buttons .not-sure-button:hover {
  text-decoration: none;
}

/* line 246, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .file_selector_wrapper {
  position: relative;
  border: none;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 16px;
}

/* line 253, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .file_selector_wrapper .upload-from {
  font-size: 16px;
}

/* line 257, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .file_selector_wrapper .user_photo_input {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  display: inline-block;
}

/* line 267, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .file_selector_wrapper .user_photo_input {
  height: 100%;
  cursor: pointer;
  border-radius: 15rem;
  opacity: 0;
  /* set to .5 or something so you can better position it as an overlay then back to zero again after you're done */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  z-index: 1000;
}

/* line 279, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .file_selector_wrapper .upload-button .ds-i {
  font-size: 17px;
  vertical-align: middle;
}

/* line 286, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .slash {
  margin-top: 4px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}

/* line 293, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .upload_photo_from_fb_wrapper {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 10px;
}

/* line 300, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .upload_photo_from_fb_wrapper:hover {
  opacity: 0.7;
}

/* line 305, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .fb_icon {
  margin-top: -5px;
  background: url(https://cdn.monday.com/images/small_facebook_f.png);
}

/* line 310, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .upload_photo_from_fb {
  color: #496588;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

/* line 317, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .preparing {
  text-decoration: none !important;
  cursor: default !important;
}

/* line 321, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .profile_details_form .preparing:hover {
  text-decoration: none !important;
}

/* line 327, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .arrow_up,
.upload_user_photo .fb_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-right: 5px;
}

/* line 336, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.upload_user_photo .arrow_up.spin,
.upload_user_photo .fb_icon.spin {
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
}

/* line 342, app/assets/stylesheets/pulse/components/_upload_user_photo.scss */
.monday-style-button-box-sizing {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
/* line 2, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts {
  list-style: none;
  width: 100%;
}

/* line 6, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .loading_animation {
  background: linear-gradient(135deg, #f1f1f1 0%, #e3e3e3 50%, #f1f1f1 100%) 303.03px 50%;
}

/* line 10, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder {
  position: relative;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

/* line 18, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder.inbox {
  padding: 3px 0 3px 15px;
  border: none;
}

/* line 46, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder .avatar_placeholder {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #efefef;
}

/* line 59, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder .title_placeholder, .wall .loading_posts .post_placeholder .subtitle_placeholder {
  position: relative;
  width: 25%;
  display: inline-block;
  height: 8px;
  vertical-align: top;
  margin-top: 9px;
  margin-left: 60px;
  border-radius: 10px;
}

/* line 70, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder .subtitle_placeholder {
  width: 60%;
  margin-top: 10px;
}

/* line 75, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder .body_placeholder {
  margin-top: 40px;
}

/* line 78, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder .body_placeholder .text_placeholder {
  margin-bottom: 16px;
  height: 8px;
  width: 90%;
  border-radius: 10px;
}

/* line 84, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder .body_placeholder .text_placeholder:first-child {
  width: 75%;
}

/* line 88, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder .body_placeholder .text_placeholder:last-child {
  width: 50%;
}

/* line 93, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder .actions_placeholder {
  text-align: right;
  margin-top: 40px;
}

/* line 100, app/assets/stylesheets/pulse/components/_wall.scss */
.wall .loading_posts .post_placeholder .actions_placeholder .action_placeholder {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #efefef;
  display: inline-block;
  margin-left: 5px;
}
/*$link-color:#168ae0;*/
/* line 10, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .wrapper {
  padding: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 18, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .wrapper .close_btn {
  color: #c4c4c4;
  float: right;
  position: relative;
  right: 15px;
  top: 15px;
  font-size: 15px;
  cursor: pointer;
  z-index: 90;
}

/* line 28, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .wrapper .close_btn:hover {
  color: #333;
}

/* line 34, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions {
  -ms-flex-item-align: start;
      align-self: flex-start;
  word-wrap: none;
  width: 0;
  min-width: 0;
  opacity: 0;
  margin-right: 0;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  height: 0px;
  min-height: 317px;
  margin-top: 80px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: min-width 0.4s, width 0.4s, opacity 0.4s ease-in-out;
  transition: min-width 0.4s, width 0.4s, opacity 0.4s ease-in-out;
}

/* line 49, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions.open {
  opacity: 1;
  width: 265px;
  min-width: 265px;
  height: auto;
  padding: 14px;
  margin-right: 16px;
}

/* line 58, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .suggestions_close_btn {
  top: 0 !important;
  right: 0 !important;
}

/* line 63, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .top-arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 100px;
  left: 300px;
}

/* line 74, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .bottom-arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #d7d7d7cc;
  position: absolute;
  top: 100px;
  left: 302px;
}

/* line 85, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .suggestions_content {
  text-align: center;
}

/* line 88, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .suggestions_content h4 {
  font-size: 20px;
  font-weight: 100;
  padding-bottom: 12px;
  padding-top: 11px;
  text-align: left;
  margin-bottom: 5px;
}

/* line 97, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .suggestions_content ol {
  min-height: 180px;
  margin-left: 18px;
  text-align: left;
  color: var(--secondary-text-color);
}

/* line 104, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .suggestions_content .item {
  margin-bottom: 13px;
  font-size: 15px;
}

/* line 108, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .suggestions_content .item a {
  color: var(--link-color);
  font-weight: 100;
}

/* line 114, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .suggestions_content .more_results_wrapper {
  text-align: right;
  margin-top: 36px;
}

/* line 118, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .articles_suggestions .suggestions_content .more_results_wrapper .more_results {
  font-size: 13px;
}

/* line 125, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .blue-slider {
  background: #0fa2e2;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: bottom 0.8s ease;
  transition: bottom 0.8s ease;
  will-change: bottom;
}

/* line 136, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .blue-slider.active {
  height: auto;
  bottom: 0;
  z-index: 9;
}

/* line 143, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .err_wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  background: #e2445c;
  color: #fff;
  z-index: 99;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

/* line 154, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .err_wrapper.active {
  visibility: visible;
  opacity: 1;
}

/* line 159, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .err_wrapper .close_error {
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #fff;
  padding: 2px 10px;
  cursor: pointer;
}

/* line 167, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .err_wrapper .close_error:hover {
  background: #fff;
  color: #f65f7c;
}

/* line 173, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .err_wrapper .err_content {
  position: relative;
  top: 18%;
  font-size: 15px;
  padding: 16px;
  text-align: center;
  font-size: 16px;
}

/* line 183, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .confirmation_wrapper {
  margin-top: 80px;
}

/* line 186, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .confirmation_wrapper .close_btn {
  color: #fff;
}

/* line 191, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 198, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .email-not-confirmed-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  width: 100%;
  font-weight: 400;
  border-radius: var(--spacing-small);
  padding: var(--spacing-medium);
  background-color: var(--negative-color);
  color: var(--text-color-on-primary);
}

/* line 210, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .email-not-confirmed-banner a {
  color: var(--text-color-on-primary);
}

/* line 214, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .email-not-confirmed-banner .email-not-confirmed-resend-button {
  margin-top: 16px;
}

/* line 219, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .ticket-form {
  padding-top: 4px;
}

/* line 222, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .ticket-form .button {
  margin-top: 36px;
}

/* line 227, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .feature-suggestion-form {
  padding-top: 65px;
}

/* line 230, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .feature-suggestion-form .button {
  margin-top: 0px;
}

/* line 235, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .feature-type-radio-section {
  padding: 24px 0px;
}

/* line 238, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .feature-type-radio-section .suggestion-idea-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

/* line 244, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .content .feature-type-radio-section .feature-radio-button {
  margin: 8px 0px;
}

/* line 250, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .confirmation_screen {
  color: #fff;
  height: 410px;
  font-size: 13px;
}

/* line 256, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .confirmation {
  position: relative;
  top: 40%;
  text-align: center;
  font-size: 18px;
}

/* line 262, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .confirmation .email_note {
  font-weight: 100;
}

/* line 265, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .confirmation .email_note span {
  font-weight: 300 !important;
}

/* line 271, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .title {
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
  color: #333;
  width: 300px;
}

/* line 279, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .button {
  display: inline-block;
  color: #fff;
  background-color: #0085FF;
  border-color: #0085FF;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.641rem 2rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: 2.50908rem;
  border-radius: 15rem;
  -webkit-transition: padding-left 0.35s cubic-bezier(0.19, 1, 0.22, 1), padding-right 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: padding-left 0.35s cubic-bezier(0.19, 1, 0.22, 1), padding-right 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

/* line 299, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .button:hover {
  background-color: #0089c3 !important;
  border-color: #0089c3;
}

/* line 304, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .button.disabled {
  pointer-events: none;
  background-color: #f7f7f7;
  color: #dedede;
  -webkit-box-shadow: 0px 1px 0px 0px #dedede;
          box-shadow: 0px 1px 0px 0px #dedede;
}

/* line 312, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form {
  position: relative;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  padding-bottom: 24px;
}

/* line 319, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .ticket-catagory .ticket-category-dropdown {
  font-size: 16px;
}

/* line 321, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .ticket-catagory .ticket-category-dropdown div[class*="placeholder"] {
  color: var(--placeholder-color);
}

/* line 326, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .ticket-catagory .ticket-category-dropdown div[class*="singleValue"] {
  font-weight: bold;
}

/* line 331, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form label {
  font-size: 13px;
  margin-bottom: 7px;
  margin-top: 12px;
}

/* line 337, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .radio-button-component label {
  font-size: 14px;
  margin: 0;
}

/* line 343, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .priority-wrapper {
  margin-top: 16px;
  margin-bottom: 8px;
}

/* line 347, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .priority-wrapper .priority-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}

/* line 354, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .login-behalf-user-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

/* line 358, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .login-behalf-user-wrapper .checkbox-component {
  margin-top: 3px;
  -ms-flex-align: unset;
      align-items: unset;
}

/* line 362, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .login-behalf-user-wrapper .checkbox-description {
  margin-left: 8px;
  font-size: 16px;
}

/* line 368, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .textarea_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 373, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .textarea_wrapper .uploaded_attachments_wrapper .file {
  background: #efefef;
  padding: 0 5px;
  margin: 3px 0;
}

/* line 378, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .textarea_wrapper .uploaded_attachments_wrapper .file .name {
  float: left;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  padding-top: 1px;
  width: 95%;
}

/* line 389, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .textarea_wrapper .uploaded_attachments_wrapper .file .delete {
  float: right;
  width: 5%;
  cursor: pointer;
}

/* line 394, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .textarea_wrapper .uploaded_attachments_wrapper .file .delete .icon-dapulse-x-slim {
  color: #666;
}

/* line 397, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .textarea_wrapper .uploaded_attachments_wrapper .file .delete .icon-dapulse-x-slim:hover {
  color: #333;
}

/* line 403, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .textarea_wrapper .uploaded_attachments_wrapper .file .clear {
  clear: both;
}

/* line 410, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .drag_over {
  background: #e4e4e4 !important;
}

/* line 414, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .attachment_wrapper {
  border: 1px dashed;
  background-color: var(--dark-background-color);
  border-color: var(--ui-border-color);
  display: block;
  font-size: 12px;
  text-align: center;
  height: 43px;
  margin-top: 8px;
}

/* line 424, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .attachment_wrapper .ticket_attachment_form {
  cursor: pointer;
  height: 20px;
  margin-top: 11px;
  font-size: 15px;
}

/* line 431, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .attachment_wrapper .upload_file_button {
  cursor: pointer;
  display: block;
  color: #1d70b8;
}

/* line 437, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .attachment_wrapper .upload_file_button .button_text .icon-dapulse-attachment {
  display: none;
}

/* line 443, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .attachment_wrapper .attachment_link_wrapper {
  color: #0fa2e2;
  margin-left: 2px;
  margin-right: 4px;
  font-size: 13px;
  cursor: pointer;
}

/* line 450, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .attachment_wrapper .attachment_link_wrapper .icon {
  display: inline-block;
  width: 17px;
  vertical-align: top;
}

/* line 456, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .attachment_wrapper .attachment_link_wrapper .icon.icon-dapulse-attachment {
  margin-left: 1px;
}

/* line 460, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .attachment_wrapper .attachment_link_wrapper .file_attachment_description_span {
  vertical-align: top;
  display: inline-block;
  margin-top: -1px;
  cursor: pointer;
}

/* line 469, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .record-session-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 16px;
  text-align: center;
}

/* line 475, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .record-session-wrapper .record-session {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 480, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .record-session-wrapper .record-session .record-link-icon {
  color: var(--primary-color);
  font-size: 16px;
}

/* line 485, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .record-session-wrapper .record-session .record-button {
  padding: 4px;
  font-size: 16px;
}

/* line 492, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .actions {
  margin-top: 8px;
  text-align: right;
}

/* line 495, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .actions .send-button {
  margin-left: 8px;
}

/* line 499, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .subject_error {
  color: #f65f7c;
}

/* line 502, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .cs-availability-banner {
  background: #f5f6f8;
  color: #000000;
  border-radius: 8px;
  padding: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 16px;
}

/* line 517, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .cs-availability-banner .cs-availability-banner-title .cs-availability-banner-title-icon {
  margin-right: 8px;
}

/* line 520, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .cs-availability-banner .cs-availability-banner-title .cs-availability-banner-indicator {
  color: var(--primary-text-color);
  padding: 2px 8px;
  margin-top: 8px;
  border-radius: 4px;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 400;
  line-height: 22px;
  color: var(--primary-text-color);
}

/* line 9, app/shared_client_server/shared-styles/help-center/status-indication-mixin.scss */
.submit-ticket-view-component .form .cs-availability-banner .cs-availability-banner-title .cs-availability-banner-indicator.minor {
  background-color: #ffefb3;
}

/* line 12, app/shared_client_server/shared-styles/help-center/status-indication-mixin.scss */
.submit-ticket-view-component .form .cs-availability-banner .cs-availability-banner-title .cs-availability-banner-indicator.major {
  background-color: #fee6c5;
}

/* line 15, app/shared_client_server/shared-styles/help-center/status-indication-mixin.scss */
.submit-ticket-view-component .form .cs-availability-banner .cs-availability-banner-title .cs-availability-banner-indicator.critical {
  background-color: #f9dade;
}

/* line 18, app/shared_client_server/shared-styles/help-center/status-indication-mixin.scss */
.submit-ticket-view-component .form .cs-availability-banner .cs-availability-banner-title .cs-availability-banner-indicator.none {
  display: none;
}

/* line 530, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .cs-availability-banner .cs-availability-banner-title .cs-availability-banner-title-text {
  margin-right: 8px;
  font-weight: 500;
}

/* line 536, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .cs-availability-banner .cs-availability-banner-text {
  margin-top: 4px;
}

/* line 541, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form input[type="text"] {
  background: #ffffff;
  margin-bottom: 10px;
  outline: none;
  padding: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  color: #333333;
}

/* line 555, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form input[type="text"]::-webkit-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
.submit-ticket-view-component .form input[type="text"]::-moz-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
.submit-ticket-view-component .form input[type="text"]:-ms-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
.submit-ticket-view-component .form input[type="text"]::-ms-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
.submit-ticket-view-component .form input[type="text"]::placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}

/* line 559, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form input[type="text"]:-ms-input-placeholder {
  color: var(--placeholder-color);
}

/* line 562, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form input[type="text"]::-ms-input-placeholder {
  color: var(--placeholder-color);
}

/* line 567, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form input.upload_file_input[type="file"] {
  cursor: pointer;
  opacity: 0;
}

/* line 572, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form textarea {
  resize: none;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  height: 200px;
  font-size: 16px;
  padding: 12px 16px;
}

/* line 581, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form textarea::-webkit-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
.submit-ticket-view-component .form textarea::-moz-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
.submit-ticket-view-component .form textarea:-ms-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
.submit-ticket-view-component .form textarea::-ms-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
.submit-ticket-view-component .form textarea::placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}

/* line 585, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form textarea:-ms-input-placeholder {
  color: var(--placeholder-color);
}

/* line 588, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form textarea::-ms-input-placeholder {
  color: var(--placeholder-color);
}

/* line 593, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .feature-details {
  height: 170px;
}

/* line 597, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form textarea:focus,
.submit-ticket-view-component .form input[type="text"]:focus {
  outline: none;
  border: 1px solid #0085FF;
}

/* line 603, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .err {
  border: 1px solid #f65f7c !important;
}

/* line 605, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .err.Select {
  border-radius: 4px;
}

/* line 607, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .err.Select .Select-control {
  border: none;
}

/* line 609, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .err.Select .Select-control:focus-within {
  border: none;
}

/* line 616, app/assets/stylesheets/pulse/components/_zendesk.scss */
.submit-ticket-view-component .form .btn-primary {
  margin: 12px 0 18px 0;
  width: 90px;
}

/* line 625, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .wrapper {
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.43);
          box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.43);
  padding: 0;
  width: 330px;
  background-color: var(--primary-background-color);
  position: absolute;
  bottom: 15px;
  z-index: 99999999999;
  border-radius: 4px;
}

/* line 635, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .wrapper .close_btn {
  color: #c4c4c4;
  float: right;
  position: relative;
  right: 15px;
  top: 15px;
  font-size: 15px;
  cursor: pointer;
  z-index: 90;
}

/* line 645, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .wrapper .close_btn:hover {
  color: #333;
}

/* line 651, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: -285px;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  width: 265px;
  padding: 14px;
  min-height: 265px;
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.43);
          box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.43);
  -webkit-transition: visibility 0s, opacity 0.5s ease;
  transition: visibility 0s, opacity 0.5s ease;
}

/* line 665, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions.open {
  visibility: visible;
  opacity: 1;
}

/* line 670, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .suggestions_close_btn {
  top: 0 !important;
  right: 0 !important;
}

/* line 675, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .top-arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid;
  border-left-color: var(--primary-background-color);
  position: absolute;
  top: 80px;
  right: -10px;
}

/* line 687, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .bottom-arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid;
  border-left-color: var(--primary-background-color);
  position: absolute;
  top: 80px;
  right: -11px;
}

/* line 699, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .suggestions_content {
  text-align: center;
}

/* line 702, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .suggestions_content h4 {
  font-size: 20px;
  font-weight: 100;
  padding-bottom: 12px;
  padding-top: 11px;
  text-align: left;
  margin-bottom: 5px;
}

/* line 711, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .suggestions_content ol {
  min-height: 180px;
  margin-left: 18px;
  text-align: left;
  color: var(--secondary-text-color);
}

/* line 718, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .suggestions_content .item {
  margin-bottom: 13px;
  font-size: 15px;
}

/* line 722, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .suggestions_content .item a {
  color: var(--link-color);
  font-weight: 100;
}

/* line 728, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .suggestions_content .more_results_wrapper {
  text-align: right;
  margin-top: 10px;
}

/* line 732, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .articles_suggestions .suggestions_content .more_results_wrapper .more_results {
  font-size: 13px;
}

/* line 739, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .blue-slider {
  background: #0fa2e2;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(100% - 2px);
  -webkit-transition: bottom 0.8s ease;
  transition: bottom 0.8s ease;
  will-change: bottom;
}

/* line 750, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .blue-slider.active {
  height: auto;
  bottom: 0;
  z-index: 9;
}

/* line 757, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .err_wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -2px;
  width: 100%;
  background: #e2445c;
  color: #fff;
  z-index: 99;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

/* line 768, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .err_wrapper.active {
  visibility: visible;
  opacity: 1;
}

/* line 773, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .err_wrapper .close_error {
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #fff;
  padding: 2px 10px;
  cursor: pointer;
}

/* line 781, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .err_wrapper .close_error:hover {
  background: #fff;
  color: #f65f7c;
}

/* line 787, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .err_wrapper .err_content {
  position: relative;
  top: 18%;
  font-size: 15px;
  padding: 27px;
  text-align: center;
  font-size: 16px;
}

/* line 797, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .confirmation_wrapper {
  background-color: var(--dark-background-color);
}

/* line 799, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .confirmation_wrapper .close_btn {
  color: #fff;
}

/* line 804, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .content {
  width: 100%;
  padding: 22px;
}

/* line 809, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .confirmation_screen {
  color: #fff;
  height: 410px;
  font-size: 13px;
}

/* line 815, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .confirmation {
  position: relative;
  top: 40%;
  text-align: center;
  font-size: 18px;
}

/* line 821, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .confirmation .email_note {
  font-weight: 100;
}

/* line 824, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .confirmation .email_note span {
  font-weight: 300 !important;
}

/* line 830, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .title {
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
  width: 300px;
}

/* line 837, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .button {
  display: inline-block;
  background-color: #0fa2e2;
  border: none;
  border-radius: 14px;
  color: #ffffff;
  padding: 0 20px;
  margin-top: 22px;
  text-shadow: none;
}

/* line 847, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .button:hover {
  background-color: #0e94cf !important;
}

/* line 851, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .button.disabled {
  pointer-events: none;
  background-color: #f7f7f7;
  color: #dedede;
  -webkit-box-shadow: 0px 1px 0px 0px #dedede;
          box-shadow: 0px 1px 0px 0px #dedede;
}

/* line 859, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form {
  position: relative;
}

/* line 862, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form label {
  font-size: 13px;
  margin-bottom: 7px;
  margin-top: 12px;
}

/* line 868, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .textarea_wrapper {
  position: relative;
}

/* line 871, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .textarea_wrapper .uploaded_attachments_wrapper {
  position: absolute;
  bottom: 7px;
  left: 0;
  padding: 0 4px 0 4px;
  width: 100%;
}

/* line 878, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .textarea_wrapper .uploaded_attachments_wrapper .file {
  background: #efefef;
  padding: 0 5px;
  margin-bottom: 3px;
}

/* line 883, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .textarea_wrapper .uploaded_attachments_wrapper .file .name {
  float: left;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  padding-top: 1px;
  width: 95%;
}

/* line 894, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .textarea_wrapper .uploaded_attachments_wrapper .file .delete {
  float: right;
  width: 5%;
  cursor: pointer;
}

/* line 899, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .textarea_wrapper .uploaded_attachments_wrapper .file .delete .icon-dapulse-x-slim {
  color: #666;
}

/* line 902, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .textarea_wrapper .uploaded_attachments_wrapper .file .delete .icon-dapulse-x-slim:hover {
  color: #333;
}

/* line 908, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .textarea_wrapper .uploaded_attachments_wrapper .file .clear {
  clear: both;
}

/* line 915, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .drag_over {
  background: #e4e4e4 !important;
}

/* line 919, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .attachment_wrapper {
  border: 1px dashed;
  background-color: var(--dark-background-color);
  border-color: var(--ui-border-color);
  display: block;
  font-size: 12px;
  text-align: center;
  height: 43px;
  margin-top: 8px;
}

/* line 929, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .attachment_wrapper .ticket_attachment_form {
  cursor: pointer;
  height: 20px;
  margin-top: 11px;
  font-size: 15px;
}

/* line 936, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .attachment_wrapper .upload_file_button {
  cursor: pointer;
  display: block;
  color: #1d70b8;
}

/* line 942, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .attachment_wrapper .upload_file_button .button_text .icon-dapulse-attachment {
  display: none;
}

/* line 948, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .attachment_wrapper .attachment_link_wrapper {
  color: #0fa2e2;
  margin-left: 2px;
  margin-right: 4px;
  font-size: 13px;
  cursor: pointer;
}

/* line 955, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .attachment_wrapper .attachment_link_wrapper .icon {
  display: inline-block;
  width: 17px;
  vertical-align: top;
}

/* line 961, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .attachment_wrapper .attachment_link_wrapper .icon.icon-dapulse-attachment {
  margin-left: 1px;
}

/* line 965, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .attachment_wrapper .attachment_link_wrapper .file_attachment_description_span {
  vertical-align: top;
  display: inline-block;
  margin-top: -1px;
  cursor: pointer;
}

/* line 974, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .actions {
  text-align: right;
  margin-top: 12px;
}

/* line 977, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .actions .send-button {
  margin-left: 8px;
}

/* line 981, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .subject_error {
  color: #f65f7c;
}

/* line 985, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form input[type="text"] {
  margin-bottom: 10px;
  outline: none;
  padding: 8px;
  font-size: 13px;
  color: #333;
  border: 1px solid #979797;
  border-radius: 2px;
  width: 100%;
  height: 32px;
}

/* line 997, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form input.upload_file_input[type="file"] {
  cursor: pointer;
  opacity: 0;
}

/* line 1002, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form textarea {
  resize: none;
  width: 100%;
  height: 160px;
  font-size: 13px;
}

/* line 1009, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form textarea:focus,
.zendesk_component .form input[type="text"]:focus {
  outline: none;
  border: 1px solid #0085FF;
}

/* line 1015, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .err {
  border: 1px solid #f65f7c !important;
}

/* line 1019, app/assets/stylesheets/pulse/components/_zendesk.scss */
.zendesk_component .form .btn-primary {
  margin: 12px 0 18px 0;
  width: 90px;
}
/*$link-color:#168ae0;*/
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 6, app/assets/stylesheets/pulse/default/core/_core.scss */
body {
  font-weight: 300;
  font-size: 15px;
  background-color: #fff;
}

/* line 12, app/assets/stylesheets/pulse/default/core/_core.scss */
a {
  text-decoration: none;
  color: #1f76c2;
}

/* line 15, app/assets/stylesheets/pulse/default/core/_core.scss */
a:hover {
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/pulse/default/core/_core.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 25, app/assets/stylesheets/pulse/default/core/_core.scss */
ol {
  margin-left: 2em;
}

/* line 29, app/assets/stylesheets/pulse/default/core/_core.scss */
h3 {
  font-weight: 500;
  margin: 10px 0 10px 0;
}

/* line 34, app/assets/stylesheets/pulse/default/core/_core.scss */
hr {
  height: 0px;
  border: 1px solid #e9e9e9;
}

/* line 39, app/assets/stylesheets/pulse/default/core/_core.scss */
.faded_color {
  color: #7d7d7d;
}

/* line 43, app/assets/stylesheets/pulse/default/core/_core.scss */
.completed_color {
  color: #86b732 !important;
}

/* line 47, app/assets/stylesheets/pulse/default/core/_core.scss */
.overdue_color {
  color: #c02323 !important;
}

/* line 51, app/assets/stylesheets/pulse/default/core/_core.scss */
.canceled_color {
  color: #7d7d7d !important;
}

/* line 55, app/assets/stylesheets/pulse/default/core/_core.scss */
.link_color {
  color: #1f76c2 !important;
}

/* line 59, app/assets/stylesheets/pulse/default/core/_core.scss */
.input-help {
  padding: 15px;
  color: #7d7d7d;
}

/* line 65, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box {
  border-radius: 3px 3px 0 0;
  border: 1px dashed;
  border-color: var(--ui-border-color);
  font-size: 14px !important;
  color: var(--primary-text-color);
  background-color: var(--primary-background-color);
  margin: 20px 0 10px 0;
  min-height: 105px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 78, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box small {
  font-size: 12px;
}

/* line 82, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box .help-box-icon {
  padding: 8px;
  -ms-flex: 1 1 15%;
      flex: 1 1 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 90, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box .icon-dapulse-private {
  font-size: 45px;
  color: var(--negative-color);
}

/* line 95, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box .icon-dapulse-share {
  font-size: 45px;
  color: var(--color-purple);
}

/* line 100, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box .icon-dapulse-main {
  font-size: 40px;
  color: var(--primary-color);
}

/* line 105, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box .help-box-text {
  padding: 8px;
  -ms-flex: 1 1 85%;
      flex: 1 1 85%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 114, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box.help_box_private {
  border-color: var(--negative-color);
}

/* line 116, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box.help_box_private .lock_icon_closed_workspace {
  height: 81px;
}

/* line 119, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box.help_box_private .lock_icon_private_board {
  height: 81px;
  margin-top: 10px;
}

/* line 125, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box.help_box_share {
  border-color: var(--color-purple);
}

/* line 128, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box.help_box_main {
  border-color: var(--primary-color) !important;
}

/* line 132, app/assets/stylesheets/pulse/default/core/_core.scss */
.help-box-options-picker {
  margin-top: 20px;
  font-size: 14px;
}

/* line 137, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box_vertical {
  margin-top: 10px;
  position: relative;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid #e9e9e9;
  padding: 20px 20px 20px 20px;
}

/* line 144, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box_vertical:before {
  content: url(https://cdn.monday.com/images/box_help_white.png);
  position: absolute;
  top: -8px;
  right: 6px;
}

/* line 152, app/assets/stylesheets/pulse/default/core/_core.scss */
.help_box_vertical.help_box_vertical_highlight {
  -webkit-transition: all 0.01s ease-in;
  transition: all 0.01s ease-in;
  border: 1px solid #dbd1b0;
  background-color: #f9f5e5;
  color: #7c714a;
}

/* line 168, app/assets/stylesheets/pulse/default/core/_core.scss */
.trans3 {
  opacity: 0.9;
}

/* line 172, app/assets/stylesheets/pulse/default/core/_core.scss */
.trans4 {
  opacity: 0.8;
}

/* line 176, app/assets/stylesheets/pulse/default/core/_core.scss */
.trans5 {
  opacity: 0.7;
}

/* line 180, app/assets/stylesheets/pulse/default/core/_core.scss */
.trans6 {
  opacity: 0.6;
}

/* line 184, app/assets/stylesheets/pulse/default/core/_core.scss */
.trans7 {
  opacity: 0.5;
}

/* line 188, app/assets/stylesheets/pulse/default/core/_core.scss */
.trans8 {
  opacity: 0.4;
}

/* line 192, app/assets/stylesheets/pulse/default/core/_core.scss */
.trans9 {
  opacity: 0.3;
}

/* line 196, app/assets/stylesheets/pulse/default/core/_core.scss */
.trans10 {
  opacity: 0.3;
}

/* line 200, app/assets/stylesheets/pulse/default/core/_core.scss */
.inline_flash {
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 300px;
}

/* line 207, app/assets/stylesheets/pulse/default/core/_core.scss */
.notice.inline_flash {
  border: 1px solid #bed997;
}

/* line 211, app/assets/stylesheets/pulse/default/core/_core.scss */
.warning.inline_flash {
  border: 1px solid #e8b96f;
  background-color: #fcf8e3;
  color: #c09853;
}

/* line 217, app/assets/stylesheets/pulse/default/core/_core.scss */
.error.inline_flash {
  border: 1px solid #d6a0a0;
}

/* line 221, app/assets/stylesheets/pulse/default/core/_core.scss */
.pointer {
  cursor: pointer;
}

/* line 225, app/assets/stylesheets/pulse/default/core/_core.scss */
.color_success {
  color: #86b732;
}

/* line 229, app/assets/stylesheets/pulse/default/core/_core.scss */
.color_alert {
  color: #ff9000;
}

/* line 233, app/assets/stylesheets/pulse/default/core/_core.scss */
.color_error {
  color: #c02323;
}

/* line 237, app/assets/stylesheets/pulse/default/core/_core.scss */
.color_faded {
  color: #7d7d7d;
}

/* line 242, app/assets/stylesheets/pulse/default/core/_core.scss */
.borderise {
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #dfdfdf;
  border-top: 0px;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 4px 0px;
}

/* line 251, app/assets/stylesheets/pulse/default/core/_core.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 255, app/assets/stylesheets/pulse/default/core/_core.scss */
.hide {
  display: none !important;
}

/* line 259, app/assets/stylesheets/pulse/default/core/_core.scss */
.system_toast {
  position: fixed;
  z-index: 100000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 1, app/assets/stylesheets/pulse/default/core/_sprites.scss */
.icn_small {
  display: inline-block;
  vertical-align: top;
}

/* line 6, app/assets/stylesheets/pulse/default/core/_sprites.scss */
.icn_small-v_check {
  height: 12px;
  width: 13px;
  background-image: url(https://cdn.monday.com/images/icn_small/v_check.png);
  background-repeat: no-repeat;
}
/*$link-color:#168ae0;*/
/* line 10, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.button {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 1em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* line 23, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.button:hover {
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.button:active {
  position: relative;
  top: 1px;
}

/* line 31, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.button.blue {
  color: white;
  background-color: #589df6;
}

/* line 35, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.button.green {
  color: white;
  background-color: #739542;
}

/* line 40, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.button.gray {
  color: #1f76c2;
  background-color: #f2f2f2;
  text-shadow: none;
}

/* line 45, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.button.loading {
  opacity: 0.6;
  position: relative;
}

/* line 48, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.button.loading:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(https://cdn.monday.com/images/spinner.gif);
  background-repeat: no-repeat;
}

/* line 83, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input.orange_button[type="submit"] {
  font-size: 18px;
  padding: 10px 40px;
  font-weight: bold;
  border: 0px;
  height: inherit;
  border: solid 1px #dea81c;
  border-color: #dea81c #dea81c #957011 #dea81c;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f9e4a7), color-stop(30%, #f9e4a7), color-stop(70%, #f9b908), color-stop(96%, #f9b908), to(#bb8b08));
  background-image: linear-gradient(#f9e4a7 20%, #f9e4a7 30%, #f9b908 70%, #f9b908 96%, #bb8b08 100%);
  -webkit-box-shadow: #cacaca, 0px, 1px, 3px;
          box-shadow: #cacaca, 0px, 1px, 3px;
  color: #513b00 !important;
  text-shadow: 0px 1px 0px #f6e8bf;
}

/* line 73, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input.orange_button[type="submit"]:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f9e4a7), color-stop(30%, #fbe2a6), color-stop(70%, #fdc73e), color-stop(96%, #f9b908), to(#bb8b08));
  background-image: linear-gradient(#f9e4a7 10%, #fbe2a6 30%, #fdc73e 70%, #f9b908 96%, #bb8b08 100%);
  color: #302506 !important;
  text-decoration: none !important;
}

/* line 86, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input.orange_button.orange_small[type="submit"] {
  font-size: 16px;
  padding: 5px 15px;
}

/* line 90, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.orange_button {
  font-size: 18px;
  padding: 10px 40px;
  font-weight: bold;
  border: 0px;
  height: inherit;
  border: solid 1px #dea81c;
  border-color: #dea81c #dea81c #957011 #dea81c;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f9e4a7), color-stop(30%, #f9e4a7), color-stop(70%, #f9b908), color-stop(96%, #f9b908), to(#bb8b08));
  background-image: linear-gradient(#f9e4a7 20%, #f9e4a7 30%, #f9b908 70%, #f9b908 96%, #bb8b08 100%);
  -webkit-box-shadow: #cacaca, 0px, 1px, 3px;
          box-shadow: #cacaca, 0px, 1px, 3px;
  color: #513b00 !important;
  text-shadow: 0px 1px 0px #f6e8bf;
}

/* line 73, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.orange_button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f9e4a7), color-stop(30%, #fbe2a6), color-stop(70%, #fdc73e), color-stop(96%, #f9b908), to(#bb8b08));
  background-image: linear-gradient(#f9e4a7 10%, #fbe2a6 30%, #fdc73e 70%, #f9b908 96%, #bb8b08 100%);
  color: #302506 !important;
  text-decoration: none !important;
}

/* line 93, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.orange_button.orange_small {
  font-size: 16px;
  padding: 5px 15px;
}

/* line 97, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input.grey_button[type="submit"] {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f7f7f7), color-stop(30%, #fafafa), color-stop(70%, #dcdcdc), color-stop(96%, #c3c3c3), to(#939393));
  background-image: linear-gradient(#f7f7f7 10%, #fafafa 30%, #dcdcdc 70%, #c3c3c3 96%, #939393 100%);
  font-size: 16px !important;
  padding: 5px 15px;
  font-weight: bold;
  border: 0px;
  height: inherit;
  border: solid 1px #8d8d8d;
  border-color: #afafaf #afafaf #8d8d8d #afafaf;
  border-radius: 8px;
  -webkit-box-shadow: #cacaca, 0px, 1px, 3px;
          box-shadow: #cacaca, 0px, 1px, 3px;
  color: #6c6c6c !important;
  text-shadow: 0px 1px 0px #f6e8bf;
}

/* line 110, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input.grey_button[type="submit"]:hover {
  color: #343434 !important;
  text-decoration: none !important;
}

/* line 116, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.orange:active {
  color: #fcd3a5;
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
  text-decoration: none !important;
}

/* line 150, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
span.buttonify,
a.buttonify {
  -webkit-box-shadow: 0 1px 2px #e7e7e7;
          box-shadow: 0 1px 2px #e7e7e7;
  border-radius: 4px;
  color: #000;
  border: 1px solid #e9e9e9;
  height: 20px;
  line-height: 20px;
  padding: 1px 8px 1px 8px;
  margin: 0px;
  border-color: #dddddd #dddddd #d3d3d3 #dddddd;
  background-color: #fff;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(20%, #ffffff), color-stop(80%, #ececec), color-stop(96%, #ececec), to(#e6e6e6));
  background-image: linear-gradient(#ffffff 10%, #ffffff 20%, #ececec 80%, #ececec 96%, #e6e6e6 100%);
}

/* line 153, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
span.buttonify:hover,
a.buttonify:hover {
  border-width: 1px 1px 1px 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(20%, #ffffff), color-stop(80%, #ececec), color-stop(96%, #ececec), to(#e6e6e6));
  background-image: linear-gradient(#ffffff 10%, #ffffff 20%, #ececec 80%, #ececec 96%, #e6e6e6 100%);
  background-color: transparent;
  border-color: #b1b1b1 #b1b1b1 #a7a7a7 #b1b1b1;
  color: #2f5783;
  text-decoration: none;
}

/* line 156, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
span.buttonify img,
a.buttonify img {
  vertical-align: text-bottom;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

/* line 164, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
span.buttonify.right,
a.buttonify.right {
  border-radius: 0px 4px 4px 0px;
  border-width: 1px 1px 1px 0px;
}

/* line 168, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
span.buttonify.right:hover,
a.buttonify.right:hover {
  border-width: 1px 1px 1px 0px;
}

/* line 172, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
span.buttonify.left,
a.buttonify.left {
  border-radius: 4px 0px 0px 4px;
  border-width: 1px 0px 1px 1px;
}

/* line 176, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
span.buttonify.left:hover,
a.buttonify.left:hover {
  border-width: 1px 0px 1px 1px;
}

/* line 180, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
span.buttonify.mid,
a.buttonify.mid {
  border-radius: 0px;
  border-width: 1px 0px 1px 0px;
}

/* line 184, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
span.buttonify.mid:hover,
a.buttonify.mid:hover {
  border-width: 1px 0px 1px 0px;
}

/* line 189, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.disabled {
  -webkit-box-shadow: #e7e7e7, 0px, 0px, 2px;
          box-shadow: #e7e7e7, 0px, 0px, 2px;
  background-image: none;
  border-color: #cecece;
  color: #b8b8b8;
  text-shadow: 0px 1px 1px #fff;
  cursor: default;
}

/* line 195, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.disabled .icn {
  opacity: 0.3;
}

/* line 200, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.smart_down_lead {
  z-index: 1000;
  width: 50px;
  position: absolute;
  background-color: #eee;
  text-align: center;
  color: #fff;
  border-radius: 0px 0px 5px 5px;
}

/* line 210, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.not_recomended {
  color: #868686;
}

/* line 213, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.recomended {
  background-image: url(https://cdn.monday.com/images/btn_back_blue.png);
  color: #fff;
  background-color: #68a2ee;
  text-shadow: 0 1px 0 #1a488f;
  border-color: #3c74bd;
  border-color: #4a84ce #3c74bd #3c74bd #4a84ce;
}

/* line 220, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.recomended:hover {
  text-shadow: 0 1px 0 #1a488f;
  border-color: #64a0ee #4a84ce #4a84ce #64a0ee;
}

/* line 225, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.not_recomended_small {
  font-size: 11px;
  line-height: 16px;
  padding: 1px 10px 1px 10px;
  color: #868686;
}

/* line 231, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.buttonify.recomended_small.green {
  background-image: url(https://cdn.monday.com/images/btn_back_green.png);
  border-color: #3c74bd;
  border-color: #91b545 #7da131 #7da131 #7da131;
  height: 16px;
  background-color: #b0d63a;
  text-shadow: 0 1px 0 #dbe9bd;
  color: #425a0e !important;
}

/* line 239, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.buttonify.recomended_small.green:hover {
  border-color: #a6cf50 #a6cf50 #7da131 #a6cf50;
}

/* line 243, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.buttonify.recomended_small.faded {
  background-image: none;
  border-color: #bbbbbb;
  height: 16px;
  background-color: #fff;
  text-shadow: 0 0px 0 #fff;
  color: #7d7d7d;
}

/* line 250, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.buttonify.recomended_small.faded:hover {
  border-color: #9b9b9b;
}

/* line 254, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.buttonify.recomended_small {
  font-size: 11px;
  line-height: 16px;
  padding: 1px 10px 1px 10px;
  background-image: url(https://cdn.monday.com/images/btn_back.png);
  color: #1f76c2;
  background-color: #f9f9f9;
  text-shadow: 0 1px 0 #fff;
  border-color: #3c74bd;
  border-color: #b6b6b6 #989898 #989898 #989898;
  height: 16px;
}

/* line 265, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.buttonify.recomended_small:hover {
  border-color: #64a0ee #4a84ce #4a84ce #64a0ee;
}

/* line 269, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.green {
  background-image: url(https://cdn.monday.com/images/btn_back_green.png);
  border-color: #3c74bd;
  border-color: #91b545 #7da131 #7da131 #7da131;
  background-color: #b0d63a;
  text-shadow: 0 1px 0 #dbe9bd;
  color: #425a0e !important;
}

/* line 276, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.buttonify.green:hover {
  border-color: #a6cf50 #a6cf50 #7da131 #a6cf50;
}

/* line 281, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input[type="submit"],
input[type="button"] {
  -webkit-box-shadow: 0 1px 2px #e7e7e7;
          box-shadow: 0 1px 2px #e7e7e7;
  border-radius: 4px;
  color: #000;
  border: 1px solid #e9e9e9;
  height: 20px;
  line-height: 20px;
  padding: 1px 8px 1px 8px;
  margin: 0px;
  border-color: #dddddd #dddddd #d3d3d3 #dddddd;
  background-color: #fff;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(20%, #ffffff), color-stop(80%, #ececec), color-stop(96%, #ececec), to(#e6e6e6));
  background-image: linear-gradient(#ffffff 10%, #ffffff 20%, #ececec 80%, #ececec 96%, #e6e6e6 100%);
  height: inherit;
}

/* line 285, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input[type="submit"]:hover,
input[type="button"]:hover {
  border-width: 1px 1px 1px 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(20%, #ffffff), color-stop(80%, #ececec), color-stop(96%, #ececec), to(#e6e6e6));
  background-image: linear-gradient(#ffffff 10%, #ffffff 20%, #ececec 80%, #ececec 96%, #e6e6e6 100%);
  background-color: transparent;
  border-color: #b1b1b1 #b1b1b1 #a7a7a7 #b1b1b1;
  color: #2f5783;
  text-decoration: none;
}

/* line 290, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input.blue_btn[type="submit"],
input.blue_btn[type="button"] {
  background-image: url(https://cdn.monday.com/images/btn_back_blue.png);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8dbcfb), color-stop(5%, #5c9ff8));
  background-image: linear-gradient(#8dbcfb 0%, #5c9ff8 5%);
  border-color: #407bc9 #407bc9 #3164a7 #407bc9;
  background-color: #5ca0f8;
  text-shadow: 0px 1px 1px #4471ab;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* line 301, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input.blue_btn[type="submit"]:hover,
input.blue_btn[type="button"]:hover {
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#79b0fa), color-stop(5%, #4893f7));
  background-image: linear-gradient(#79b0fa 0%, #4893f7 5%);
  background-color: #4895f7;
}

/* line 307, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
input.blue_btn.disabled[type="submit"],
input.blue_btn.disabled[type="button"] {
  opacity: 0.6;
}

/* line 312, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.blue_btn {
  -webkit-box-shadow: 0 1px 2px #e7e7e7;
          box-shadow: 0 1px 2px #e7e7e7;
  border-radius: 4px;
  color: #000;
  border: 1px solid #e9e9e9;
  height: 20px;
  line-height: 20px;
  padding: 1px 8px 1px 8px;
  margin: 0px;
  border-color: #dddddd #dddddd #d3d3d3 #dddddd;
  background-color: #fff;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(20%, #ffffff), color-stop(80%, #ececec), color-stop(96%, #ececec), to(#e6e6e6));
  background-image: linear-gradient(#ffffff 10%, #ffffff 20%, #ececec 80%, #ececec 96%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8dbcfb), color-stop(5%, #5c9ff8));
  background-image: linear-gradient(#8dbcfb 0%, #5c9ff8 5%);
  height: inherit;
  border-color: #407bc9 #407bc9 #3164a7;
  background-color: #5ca0f8;
  color: #fff !important;
  font-weight: bold;
  text-shadow: 0 1px 1px #4471ab;
}

/* line 323, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.blue_btn:hover {
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#79b0fa), color-stop(5%, #4893f7));
  background-image: linear-gradient(#79b0fa 0%, #4893f7 5%);
  background-color: #4895f7;
}

/* line 329, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
a.blue_btn.disabled {
  opacity: 0.6;
}

/* line 334, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.add_shareable_instead {
  background-color: #a25ddc !important;
  border-bottom: 2px solid #7e49ab !important;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
  padding: 3px 12px;
  margin-right: 5px;
}

/* line 341, app/assets/stylesheets/pulse/default/widgets/_buttons.scss */
.add_shareable_instead:hover {
  background-color: #7e49ab !important;
}

/* line 21, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
input[type="text"],
input[type="password"],
select {
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  border: 1px solid;
  border-radius: 3px;
  border-color: var(--ui-border-color);
  font-size: 12px;
  padding: 2px 0px 3px 6px;
}

/* line 12, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: var(--placeholder-color);
}

/* line 16, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
input[type="text"]:hover,
input[type="password"]:hover,
select:hover {
  border-color: var(--primary-text-color);
}

/* line 29, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
input.date[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 110px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(https://cdn.monday.com/images/date_back.png);
}

/* line 37, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
textarea {
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  border: 1px solid;
  border-radius: 3px;
  border-color: var(--ui-border-color);
  font-size: 12px;
  padding: 2px 0px 3px 6px;
}

/* line 12, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color);
}

/* line 16, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
textarea:hover {
  border-color: var(--primary-text-color);
}

/* line 44, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
input .disabled {
  background-color: #74a8f7;
  border-color: #d8d8d8;
  text-shadow: 0 0px 0 #e9e9e9;
  text-decoration: none;
  color: #d8d8d8;
}

/* line 51, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
input .disabled:hover {
  border-color: #d8d8d8;
  text-decoration: none;
  color: #d8d8d8;
}

/* line 60, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
.field_with_errors input {
  border-color: #cb7a77;
}

/* line 62, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
.field_with_errors input:hover {
  border-color: #cb7a77;
}

/* line 66, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
.field_with_errors label.message {
  position: absolute;
  margin-left: 10px;
  max-width: 300px;
}

/* line 72, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
.field_with_errors .message {
  color: #c02425;
}

/* line 70, app/assets/stylesheets/pulse/default/widgets/_tags.scss */
.bootbox.tags_bootbox .twitter-typeahead {
  width: 100%;
}

/* line 73, app/assets/stylesheets/pulse/default/widgets/_tags.scss */
.bootbox.tags_bootbox .tag_dialog_input {
  width: 100%;
  line-height: 34px;
}

/* line 77, app/assets/stylesheets/pulse/default/widgets/_tags.scss */
.bootbox.tags_bootbox .current_tags {
  margin-bottom: 10px;
}

/* line 80, app/assets/stylesheets/pulse/default/widgets/_tags.scss */
.bootbox.tags_bootbox .current_tag_wrapper {
  white-space: nowrap;
  display: inline-block !important;
  margin: 2px 10px;
  font-size: 20px;
}

/* line 86, app/assets/stylesheets/pulse/default/widgets/_tags.scss */
.bootbox.tags_bootbox input {
  outline: none;
}

/* line 89, app/assets/stylesheets/pulse/default/widgets/_tags.scss */
.bootbox.tags_bootbox .new_tag {
  display: none;
}

/* line 92, app/assets/stylesheets/pulse/default/widgets/_tags.scss */
.bootbox.tags_bootbox .modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2, app/assets/stylesheets/pulse/default/widgets/_fancybox_dialog.scss */
.fancybox_dialog h1 {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 23px;
  margin-bottom: 15px;
  margin-left: -15px;
}

/* line 9, app/assets/stylesheets/pulse/default/widgets/_fancybox_dialog.scss */
.fancybox_dialog h2 {
  font-family: "Roboto", helvetica, arial, sans-serif;
  color: #5e5e5e;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 2px;
}

/* line 17, app/assets/stylesheets/pulse/default/widgets/_fancybox_dialog.scss */
.fancybox_dialog .box {
  border-radius: 5px;
  background-color: #f1f1f1;
  border: 1px solid #dbdbdb;
  padding: 10px;
  position: relative;
}

/* line 18, app/assets/stylesheets/pulse/default/widgets/_fancybox_dialog.scss */
.fancybox_dialog .box h2 {
  color: #78963c;
}

/* line 27, app/assets/stylesheets/pulse/default/widgets/_fancybox_dialog.scss */
.fancybox_dialog .tagit {
  border-radius: 5px;
}

/* line 31, app/assets/stylesheets/pulse/default/widgets/_fancybox_dialog.scss */
.fancybox_dialog .footer {
  background-color: #e3e3e3;
  padding: 10px;
}

/* line 38, app/assets/stylesheets/pulse/default/widgets/_fancybox_dialog.scss */
.fancybox-wrap.blue-top {
  border-top: 4px solid #66ccf5;
}

/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/default/widgets/_editable_div.scss */
div.editable {
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  border: 1px solid;
  border-radius: 3px;
  border-color: var(--ui-border-color);
  border-radius: 0;
  min-height: 1em;
  font-size: 16px;
  padding: 12px 0px 13px 8px;
  background-color: white;
  margin-bottom: 0px;
  cursor: text;
  border: none;
}

/* line 12, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
div.editable::-webkit-input-placeholder {
  color: var(--placeholder-color);
}

/* line 16, app/assets/stylesheets/pulse/default/widgets/_forms.scss */
div.editable:hover {
  border-color: var(--primary-text-color);
}

/* line 15, app/assets/stylesheets/pulse/default/widgets/_editable_div.scss */
div.editable a.mention {
  background-color: #bdc7d8;
  color: black;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/pulse/default/widgets/_editable_div.scss */
div.editable_preview {
  font-size: 13px;
  color: #7d7d7d;
  position: relative;
  height: 38px;
  padding-top: 10px;
}

/* line 29, app/assets/stylesheets/pulse/default/widgets/_editable_div.scss */
div.editable_preview:hover {
  color: black;
}

/* line 33, app/assets/stylesheets/pulse/default/widgets/_editable_div.scss */
div.editable_preview .icon {
  position: absolute;
  top: 9px;
  right: 15px;
  color: #333;
}

/* line 40, app/assets/stylesheets/pulse/default/widgets/_editable_div.scss */
div.editable_preview:hover .icon {
  color: var(--primary-color);
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/_onboarding.scss */
.timeline-onboarding {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

/* line 10, app/assets/stylesheets/pulse/views/_onboarding.scss */
.timeline-onboarding-subtitle {
  color: white;
  font-size: 30px;
  position: absolute;
  z-index: 10000;
  white-space: nowrap;
  opacity: 0;
}

/* line 19, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip-x-button {
  position: absolute;
  right: 10px;
  top: 2px;
  text-align: right;
}

/* line 25, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip-x-button a {
  font-size: 10px;
  color: #086c35;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

/* line 32, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip-x-button a:hover {
  color: white;
}

/* line 38, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip {
  position: absolute;
  z-index: 10201;
  pointer-events: all;
  font-size: 15px;
}

/* line 44, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip .on-boarding-tip-inner {
  background-color: var(--primary-color);
  color: white;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}

/* line 51, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip .on-boarding-tip-inner .on-boarding-tip-title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 57, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip .on-boarding-tip-inner .on-boarding-tip-body {
  letter-spacing: 0.2px;
}

/* line 60, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip .on-boarding-tip-inner .on-boarding-tip-body .pulse-name {
  letter-spacing: 0.5px;
  font-style: italic;
}

/* line 66, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip .on-boarding-tip-inner .on-boarding-tip-sub-body {
  margin-top: 5px;
}

/* line 70, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip .on-boarding-tip-inner .on-boarding-tip-button-wrapper {
  margin-top: 15px;
  text-align: right;
}

/* line 74, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip .on-boarding-tip-inner .on-boarding-tip-button-wrapper a {
  color: white;
  border: 1px solid white;
  padding: 4px 12px;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

/* line 82, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip .on-boarding-tip-inner .on-boarding-tip-button-wrapper a:hover {
  background: white;
  color: #66ccf5;
}

/* line 89, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip .on-boarding-tip-inner:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: var(--primary-color);
  width: 15px;
  height: 15px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 104, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip.tip-arrow-down .on-boarding-tip-inner:before, .on-boarding-tip.tip-arrow-up .on-boarding-tip-inner:before {
  left: 50%;
  margin-left: -10px;
}

/* line 112, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip.tip-arrow-down.tip-arrow-down .on-boarding-tip-inner:before, .on-boarding-tip.tip-arrow-up.tip-arrow-down .on-boarding-tip-inner:before {
  bottom: -8px;
}

/* line 120, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip.tip-arrow-down.tip-arrow-up .on-boarding-tip-inner:before, .on-boarding-tip.tip-arrow-up.tip-arrow-up .on-boarding-tip-inner:before {
  top: -8px;
}

/* line 130, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip.tip-arrow-left .on-boarding-tip-inner:before, .on-boarding-tip.tip-arrow-right .on-boarding-tip-inner:before {
  top: 50%;
  margin-top: -10px;
}

/* line 138, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip.tip-arrow-left.tip-arrow-left .on-boarding-tip-inner:before, .on-boarding-tip.tip-arrow-right.tip-arrow-left .on-boarding-tip-inner:before {
  left: -8px;
}

/* line 146, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip.tip-arrow-left.tip-arrow-right .on-boarding-tip-inner:before, .on-boarding-tip.tip-arrow-right.tip-arrow-right .on-boarding-tip-inner:before {
  right: -8px;
}

/* line 155, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip:not(.with-arrow) .on-boarding-tip-inner:before {
  display: none;
}

/* line 163, app/assets/stylesheets/pulse/views/_onboarding.scss */
.on-boarding-tip.set_date_range .on-boarding-tip-inner:before {
  margin-left: 55px;
}

/* line 172, app/assets/stylesheets/pulse/views/_onboarding.scss */
.tl-group-onboarding .tl-gt-image {
  background: transparent !important;
  border-style: dashed !important;
  text-align: center !important;
  line-height: 30px !important;
}
/*$link-color:#168ae0;*/
/* line 2, app/assets/stylesheets/pulse/views/home/_recommended_pulses.scss */
#side_news_rec_pulses .buttons {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 5, app/assets/stylesheets/pulse/views/home/_recommended_pulses.scss */
#side_news_rec_pulses .buttons .follow_btn {
  float: left;
}

/* line 9, app/assets/stylesheets/pulse/views/home/_recommended_pulses.scss */
#side_news_rec_pulses .buttons .ignore_btn {
  float: right;
}

/* line 1, app/assets/stylesheets/pulse/views/home/_access_denied.scss */
.message {
  text-align: center;
  margin-top: 200px;
  font-size: 25px;
  position: relative;
}

/* line 6, app/assets/stylesheets/pulse/views/home/_access_denied.scss */
.message span.icon {
  display: inline-block;
  background-color: #ffd0d9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: 30px;
  padding-top: 13px;
  font-size: 55px;
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top {
  background-image: url(https://cdn.monday.com/images/top_icons.png);
  background-position: -0px -0px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 36px;
  height: 30px;
  vertical-align: middle;
  margin: 0px;
}

/* line 14, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.arrow_down {
  background-position: 0px 0px;
  height: 7px;
  width: 11px;
}

/* line 19, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.people {
  background-position: 0px -30px;
}

/* line 22, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.projects {
  background-position: 0px -60px;
}

/* line 25, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.newspapericn {
  background-position: 0px -90px;
}

/* line 28, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.admin {
  background-position: 0px -120px;
}

/* line 31, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.message {
  background-position: 0px -180px;
}

/* line 34, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.todo {
  background-position: 0px -210px;
}

/* line 37, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.shutdown {
  background-position: 0px -240px;
}

/* line 40, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.admin_s {
  width: 20px;
  height: 20px;
  background-position: 0px -240px;
}

/* line 45, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.icon_top.logout_s {
  width: 20px;
  height: 20px;
  background-position: 0px -270px;
}

/* line 89, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.t_Content_newspaper {
  font-size: 12px;
  padding: 15px;
  color: #333;
}

/* line 95, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.t_Content_newspaper a,
.t_Content_newspaper a:hover {
  color: #333;
  text-decoration: none;
  background: none;
  border: 0;
}

/* line 102, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.t_Content_newspaper a:hover,
.t_Content_newspaper a:hover:hover {
  text-decoration: underline;
}

/* line 109, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#main_wrapper.search_menu_open #header .search_wrapper input.search {
  border-color: #66ccf5 !important;
}

/* line 114, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#main_wrapper.search_menu_open #content.content {
  height: calc(100% - 52px);
}

/* line 119, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header {
  text-align: left;
  background-color: #eee;
  vertical-align: middle;
  padding: 0;
}

/* line 125, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .logo {
  width: 180px;
  height: 44px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  position: absolute;
  top: 10px;
  left: 0px;
}

/* line 140, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .leftnav .header-logo-image {
  height: 100%;
}

/* line 145, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .leftnav.square-logo .logo {
  margin: 0px;
  background-position: 50%;
  width: 100%;
}

/* line 153, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .logo_text {
  color: #fff;
  width: 180px;
  line-height: 44px;
  display: inline-block;
  padding: 0px;
  font-size: 16px;
  margin: 0px 0px 0px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 166, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100px;
  margin: -5px 4px 0px 0px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 6500;
  font-size: 24px;
}

/* line 181, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message:hover {
  background-color: #fff;
  border-color: #c4c4c4;
}

/* line 186, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message .count {
  border-radius: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 11px;
  font-weight: 400;
  padding: 1px 5px 0px 5px;
  display: block;
  background-color: #f65f7c;
  color: white;
  z-index: 6050;
}

/* line 200, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message .count + .icon {
  position: absolute;
  top: 6px;
  left: 14px;
}

/* line 206, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message .notification-inactive {
  display: none;
}

/* line 211, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message .count.hidden + .icon .notification-inactive {
  display: inline-block;
}

/* line 215, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message .count.hidden + .icon .notification-active {
  display: none;
}

/* line 220, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message .plaster {
  display: block;
  width: 1px;
  height: 25px;
  background: white;
  position: absolute;
  top: 24px;
  left: 48px;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

/* line 233, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message.selected {
  border: 1px solid #c4c4c4;
  border-radius: 100px 100px 0 0;
  border-bottom: none;
  background-color: #fff;
}

/* line 239, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notification_message.selected .plaster {
  opacity: 1;
}

/* line 245, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 5px 0px 0px;
}

/* line 250, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder {
  display: inline-block;
  position: relative;
}

/* line 254, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder input {
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 290px;
  height: 30px;
  font-size: 15px;
}

@media (max-width: 1100px) {
  /* line 254, app/assets/stylesheets/pulse/views/layouts/_header.scss */
  #header .search_wrapper #top_project_finder input {
    width: 200px;
  }
}

/* line 268, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .search_icon {
  font-size: 16px;
  position: absolute;
  top: 4px;
  right: 11px;
  color: #c4c4c4;
  z-index: 1000;
}

/* line 277, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .save_search_btn {
  position: absolute;
  background: #333;
  color: #66ccf5;
  display: inline-block;
  height: 20px;
  border-radius: 50px;
  line-height: 20px;
  right: 5px;
  top: 5px;
  font-size: 12px;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
}

/* line 296, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .save_search_btn .icon {
  margin-right: 3px;
}

/* line 300, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .save_search_btn .ladda-label {
  -webkit-transition: initial !important;
  transition: initial !important;
}

/* line 304, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .save_search_btn .success_label,
#header .search_wrapper #top_project_finder .save_search_btn .fa-check {
  display: none;
}

/* line 309, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .save_search_btn .fa-check {
  color: #00c875;
}

/* line 313, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .save_search_btn .success_label {
  color: white;
}

/* line 317, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .save_search_btn:hover {
  background: black;
}

/* line 322, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .save_search_btn.success_state .save_label,
#header .search_wrapper #top_project_finder .save_search_btn.success_state .icon-dapulse-favorite {
  display: none;
}

/* line 326, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .save_search_btn.success_state .success_label,
#header .search_wrapper #top_project_finder .save_search_btn.success_state .fa-check {
  display: inline;
}

/* line 333, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .date_search_btn {
  position: absolute;
  left: 205px;
  top: 5px;
  background: #888;
  color: white;
  height: 21px;
  padding: 0px 10px;
  border-radius: 20px;
  line-height: 20px;
  z-index: 9999999;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

/* line 348, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .date_search_btn:hover {
  background: #666;
}

/* line 352, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .date_search_btn.with_value {
  background-color: #66ccf5;
}

/* line 357, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .tt-hint {
  padding-left: 9px;
}

/* line 361, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .search {
  padding: 3px 0px 3px 12px;
  color: #66ccf5;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-color: #fff !important;
  border: 1px solid #c4c4c4;
}

/* line 369, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .search:focus {
  border-color: #66ccf5 !important;
}

/* line 374, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .tt-menu {
  top: 38px !important;
  border: 1px solid #e1e1e1 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 382, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .tt-menu:after, #header .search_wrapper #top_project_finder .tt-menu:before {
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 394, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .tt-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 7px;
  margin-left: -7px;
}

/* line 401, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .tt-menu:before {
  border-color: rgba(225, 225, 225, 0);
  border-bottom-color: #e1e1e1;
  border-width: 8px;
  margin-left: -8px;
}

/* line 409, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .tt-menu .tt-dataset-search_autocomplete .ui-menu-item.tt-cursor .search_item,
#header .search_wrapper #top_project_finder .tt-menu .tt-dataset-search_autocomplete .ui-menu-item .search_item:hover,
#header .search_wrapper #top_project_finder .tt-menu .tt-dataset-search_autocomplete .ui-menu-item .search_item:focus {
  background-color: #f1f1f1 !important;
}

/* line 414, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .tt-menu .tt-dataset-search_autocomplete .ui-menu-item.tt-cursor .search_item .tag_selector_label,
#header .search_wrapper #top_project_finder .tt-menu .tt-dataset-search_autocomplete .ui-menu-item .search_item:hover .tag_selector_label,
#header .search_wrapper #top_project_finder .tt-menu .tt-dataset-search_autocomplete .ui-menu-item .search_item:focus .tag_selector_label {
  color: #333 !important;
}

/* line 419, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .tt-menu .tt-dataset-search_autocomplete .ui-menu-item .search_item {
  padding-left: 6px !important;
  height: 32px !important;
  line-height: 32px !important;
}

/* line 424, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper #top_project_finder .tt-menu .tt-dataset-search_autocomplete .ui-menu-item .search_item .thumb {
  display: none;
}

/* line 435, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper.with_value #top_project_finder input.search::-webkit-input-placeholder {
  color: white;
}

/* line 438, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper.with_value #top_project_finder input.search:-moz-placeholder {
  color: white;
}

/* line 441, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper.with_value #top_project_finder input.search::-moz-placeholder {
  color: white;
}

/* line 444, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper.with_value #top_project_finder input.search:-ms-input-placeholder {
  color: white;
}

/* line 448, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper.with_value #top_project_finder input.search {
  border-color: #66ccf5 !important;
  background-color: #66ccf5 !important;
  color: white !important;
  padding-right: 100px;
}

/* line 456, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper.with_value .search_icon {
  display: none;
}

/* line 461, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper.with_value:not(.with_saved_search) .save_search_btn {
  opacity: 1 !important;
  z-index: 5000;
}

/* line 468, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper .close_btn {
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 476, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper .close_btn:hover {
  color: black;
}

/* line 483, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .search_wrapper.search_open .close_btn, #header .search_wrapper.with_value .close_btn {
  margin-left: 8px;
  visibility: visible;
  opacity: 1;
  vertical-align: middle;
}

/* line 492, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .top_counter.red {
  border-radius: 20px;
  background-color: #ee5c5c;
  padding: 1px 3px 1px 3px;
  color: #fff;
  margin-left: 5px;
  text-shadow: 0 1px 0 #c03232;
}

/* line 501, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_invite_members {
  cursor: pointer;
  margin-right: 0;
  margin-left: 15px;
}

/* line 506, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_invite_members:hover:not(.guest-disable) {
  color: #0085FF;
}

/* line 510, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_invite_members.emphasize {
  font-weight: 400;
}

/* line 514, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_invite_members .icon-dapulse-addbtn-big {
  display: inline;
  vertical-align: bottom;
  margin-right: 2px;
}

/* line 520, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_invite_members .icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  color: #0085FF;
}

/* line 527, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_invite_members .icon.plus {
  font-size: 12px;
  margin-top: 12px;
}

/* line 532, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_invite_members .icon.user {
  margin-left: -2px;
}

/* line 537, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_invite_members #invite_members_btn {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin-top: 10px;
  padding-left: 4px;
}

/* line 546, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_profile a {
  padding-top: 6px;
}

/* line 550, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_profile .pulse_menu_options {
  background: #f6f8fa !important;
  border-radius: 4px;
  background-clip: padding-box;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  right: -10px;
}

/* line 562, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_profile .pulse_menu_options:after, #header #header_top_nav_profile .pulse_menu_options:before {
  bottom: 100%;
  left: 83%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 574, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_profile .pulse_menu_options:after {
  border-color: rgba(246, 248, 250, 0);
  border-bottom-color: #f6f8fa;
  border-width: 7px;
  margin-left: -7px;
}

/* line 581, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_profile .pulse_menu_options:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-width: 8px;
  margin-left: -8px;
}

/* line 589, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_profile .pulse_menu_options li.seperator {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 595, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_profile .pulse_menu_options li a {
  color: #444;
  text-shadow: none;
  display: block;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 1px !important;
}

/* line 603, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #header_top_nav_profile .pulse_menu_options li a:hover, #header #header_top_nav_profile .pulse_menu_options li a.ui-state-focus, #header #header_top_nav_profile .pulse_menu_options li a.ui-state-active {
  color: white !important;
}

/* line 611, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 12px;
  overflow: inherit;
}

/* line 619, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  padding-top: 3px;
  padding-left: 0px;
  height: 45px;
  text-decoration: none;
  position: relative;
  top: -3px;
  z-index: 300;
  margin-left: -8px;
}

/* line 631, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu .hover-circle,
#header #top_user_profile #user_profile_menu .hover-circle-border {
  -webkit-transition: border-radius 0.1s ease-in-out;
  transition: border-radius 0.1s ease-in-out;
}

/* line 637, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu:hover .hover-circle {
  background-color: white;
}

/* line 640, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu:hover .hover-circle-border {
  background-color: #c4c4c4;
}

/* line 645, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu:focus {
  outline: none;
}

/* line 650, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu.active .hover-circle,
#header #top_user_profile #user_profile_menu.active .hover-circle-border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 655, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu.active .top-profile-arrow-wrapper {
  height: 44px;
  top: -9px;
}

/* line 660, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu.active .top-profile-arrow-wrapper2 {
  height: 42px;
}

/* line 666, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu.active .hover-circle {
  background-color: white;
}

/* line 669, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu.active .hover-circle-border {
  background-color: #c4c4c4;
}

/* line 673, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #user_profile_menu.active .top-profile-arrow-wrapper:before {
  background-color: white;
}

/* line 679, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile > span {
  display: inline-block;
  height: 40px;
  padding: 0;
  vertical-align: middle;
}

/* line 686, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile > span:hover .icon_top.admin_s {
  background-position: -36px -240px;
}

/* line 689, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile > span:hover .icon_top.logout_s {
  background-position: -36px -270px;
}

/* line 695, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .separator {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 15px;
  border-right: 1px solid #dfdfdf;
}

/* line 703, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .separator.right_seperator {
  margin-left: 0;
}

/* line 707, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .separator.separator_left {
  margin-left: -2px;
  margin-right: 5px;
}

/* line 713, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #header_top_nav_upgrade {
  vertical-align: bottom;
}

/* line 716, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #header_top_nav_upgrade button.ds-btn {
  vertical-align: bottom;
  margin-top: 2px;
}

/* line 720, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #header_top_nav_upgrade button.ds-btn.small-button {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 723, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #header_top_nav_upgrade button.ds-btn.small-button:hover {
  color: #0086c0;
}

/* line 730, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #header_top_nav_viewer_indication {
  cursor: pointer;
}

/* line 733, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #header_top_nav_viewer_indication .viewer-indicator-icon {
  display: inline-block;
  width: 18px;
  vertical-align: top;
  margin-top: 12px;
}

/* line 740, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #header_top_nav_viewer_indication .viewer-indicator-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  padding-left: 4px;
}

/* line 747, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #header_top_nav_viewer_indication .viewer-indicator-arrow-icon {
  font-size: 14px;
  margin-top: 14px;
  margin-left: 8px;
}

/* line 754, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #header_top_nav_viewer_indication:hover .viewer-indicator-text,
#header #top_user_profile #header_top_nav_viewer_indication:hover .viewer-indicator-arrow-icon {
  color: var(--primary-color);
}

/* line 761, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .profile_pic {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #c4c4c4;
}

/* line 771, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .top-profile-arrow-wrapper2 {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 1000px;
  background-color: transparent;
  top: 1px;
  left: 1px;
  z-index: 1;
  display: inline-block;
}

/* line 783, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .top-profile-pic-wrapper2 {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: transparent;
  top: 1px;
  left: 1px;
  z-index: 1;
  display: inline-block;
}

/* line 795, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .top-profile-arrow-wrapper {
  position: relative;
  margin-top: -5px;
  display: inline-block;
  margin-left: -5px;
  width: 34px;
  height: 34px;
  border-radius: 1000px;
  top: -19px;
  background-color: #f7f7f7;
}

/* line 807, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .top-profile-pic-wrapper {
  position: relative;
  display: inline-block;
  top: -8px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: #f7f7f7;
  left: 11px;
}

/* line 818, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .top-profile-arrow-circle {
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}

/* line 830, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .top-profile-arrow-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  background-color: #323232;
  color: white;
  border-radius: 50%;
  position: absolute;
  padding-top: 4px;
  font-size: 10px;
  top: 2px;
  left: 2px;
  z-index: 3;
}

/* line 846, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #top-profile-pic {
  background-color: white;
  padding: 2px;
  margin-left: 8px;
  position: absolute;
  z-index: 4;
  display: inline-block;
  margin-top: 0px;
  left: 11px;
}

/* line 857, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #top-user-menu {
  background-color: white !important;
  border-radius: 0 0 4px 4px;
}

/* line 860, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #top-user-menu .fa {
  width: 16px;
}

/* line 865, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile .top-profile-arrow-wrapper:before {
  content: "";
  position: absolute;
  width: 74px;
  height: 2px;
  background-color: transparent;
  z-index: 444;
  top: 43px;
  right: 1px;
  display: block;
}

/* line 877, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header #top_user_profile #contacts-icon {
  margin-top: 6px;
}

@media screen and (max-width: 1140px) {
  /* line 883, app/assets/stylesheets/pulse/views/layouts/_header.scss */
  #header #top_user_profile.has_trial #header_top_nav_invite_members {
    display: none;
  }
}

/* line 890, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header span#broadcast_component {
  margin: 0 4px;
}

/* line 893, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header span#broadcast_component #broadcast_button {
  border-radius: 100%;
  line-height: 40px;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  width: 42px;
  height: 42px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: border-radius 0.1s ease;
  transition: border-radius 0.1s ease;
}

/* line 905, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header span#broadcast_component #broadcast_button:hover, #header span#broadcast_component #broadcast_button.active {
  background-color: white;
  border: 1px solid #c4c4c4;
}

/* line 911, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header span#broadcast_component #broadcast_button.active {
  border-radius: 100% 100% 0 0;
  border-bottom: none;
}

/* line 916, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header span#broadcast_component #broadcast_button.active:before {
  content: "";
  position: absolute;
  background: white;
  width: 2px;
  height: 20px;
  left: -1px;
  bottom: -3px;
}

/* line 928, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header span#broadcast_component #broadcast_frame {
  position: absolute;
  top: 24px;
}

/* line 935, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notify,
#header .heart {
  position: relative;
}

@media screen and (max-width: 1000px) {
  /* line 935, app/assets/stylesheets/pulse/views/layouts/_header.scss */
  #header .notify,
#header .heart {
    display: none !important;
  }
}

/* line 943, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notify .heart_top_wrapper,
#header .heart .heart_top_wrapper {
  border-radius: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  font-size: 20px;
  position: relative;
  z-index: 201;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

/* line 961, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notify .heart_top_wrapper .icon,
#header .heart .heart_top_wrapper .icon {
  position: absolute;
  top: 5px;
  left: 10px;
}

/* line 962, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notify .heart_top_wrapper .icon.heartbeat,
#header .heart .heart_top_wrapper .icon.heartbeat {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  font-size: 30px;
  top: 0px !important;
  left: 5px !important;
  -webkit-animation: heartbeat 1300ms ease 0s infinite normal;
          animation: heartbeat 1300ms ease 0s infinite normal;
  color: #f65f7c;
}

/* line 974, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notify .heart_top_wrapper .icon-speaker,
#header .heart .heart_top_wrapper .icon-speaker {
  font-size: 23px;
  line-height: 30px;
  left: 9px;
}

/* line 980, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notify .heart_top_wrapper:hover, #header .notify .heart_top_wrapper.active,
#header .heart .heart_top_wrapper:hover,
#header .heart .heart_top_wrapper.active {
  background-color: white;
  border: 1px solid #c4c4c4;
}

/* line 986, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notify .heart_top_wrapper.active,
#header .heart .heart_top_wrapper.active {
  border-radius: 100% 100% 0 0;
  border-bottom-color: #fff;
  color: #ee3f60;
}

/* line 993, app/assets/stylesheets/pulse/views/layouts/_header.scss */
#header .notify .separator,
#header .heart .separator {
  margin-left: 5px !important;
}

/* line 999, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.guest_mode_btn {
  margin-top: 4px;
  margin-right: 10px;
}

@media (max-width: 900px) {
  /* line 1005, app/assets/stylesheets/pulse/views/layouts/_header.scss */
  #header #header_top_nav_invite_members {
    display: none !important;
  }
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  14% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  28% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  42% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  14% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  28% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  42% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/* line 1028, app/assets/stylesheets/pulse/views/layouts/_header.scss */
.viewer-indicator-tooltip-content {
  max-width: 225px;
}
/*$link-color:#168ae0;*/
/*$link-color:#168ae0;*/
/*$link-color:#168ae0;*/
/*$link-color:#168ae0;*/
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
/* line 8, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select {
  position: relative;
}

/* line 11, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

/* line 22, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 25, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

/* line 30, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 46, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* line 49, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-control .Select-input:focus {
  outline: none;
}

/* line 52, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.is-searchable.is-open > .Select-control {
  cursor: text;
}

/* line 55, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

/* line 61, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

/* line 65, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

/* line 68, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

/* line 72, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 88, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

/* line 92, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

/* line 97, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

/* line 105, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

/* line 111, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

/* line 128, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.is-focused .Select-input > input {
  cursor: text;
}

/* line 131, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

/* line 134, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

/* line 137, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

/* line 145, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* line 159, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

/* line 171, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-clear-zone:hover {
  color: #D0021B;
}

/* line 174, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

/* line 179, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi .Select-clear-zone {
  width: 17px;
}

/* line 182, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

/* line 191, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}

/* line 199, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

/* line 203, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

/* line 206, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 230, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

/* line 246, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

/* line 250, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

/* line 258, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 262, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

/* line 268, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

/* line 274, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

/* line 278, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

/* line 285, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

/* line 290, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

/* line 293, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

/* line 309, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

/* line 314, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

/* line 320, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

/* line 325, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

/* line 328, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

/* line 337, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

/* line 344, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

/* line 349, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

/* line 354, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

/* line 358, app/assets/stylesheets/pulse/views/users/user_profile/_react_select.scss */
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container {
  /************ search find out section *********/
  /*********** end of search find out section *********/
  /************* birthday and work anniversary *********/
  /***** end of birthday and work anniversary *********/
}

/* line 7, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .search_icon_container {
  margin: 20px auto;
  background-color: var(--primary-text-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--primary-background-color);
  text-align: center;
}

/* line 16, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .search_icon_container i {
  margin-top: 18px;
}

@media (max-width: 450px) {
  /* line 7, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
  .user_profile_bottom_container .search_icon_container {
    width: 30px;
    height: 30px;
  }
  /* line 23, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
  .user_profile_bottom_container .search_icon_container i {
    margin-top: 8px;
  }
}

/* line 29, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .find_out_title_container {
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  /* line 29, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
  .user_profile_bottom_container .find_out_title_container {
    margin-bottom: 10px;
  }
}

/* line 36, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .find_out_title_container .find_out_title {
  font-size: 30px;
  color: var(--primary-text-color);
}

@media (max-width: 450px) {
  /* line 36, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
  .user_profile_bottom_container .find_out_title_container .find_out_title {
    font-size: 14px;
  }
}

/* line 45, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .find_out_container {
  padding-bottom: 40px;
}

/* line 48, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .find_out_container .find_out_link_container {
  display: inline-block;
  margin: 0px 14px;
}

/* line 51, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .find_out_container .find_out_link_container a {
  color: var(--primary-color);
}

/* line 54, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .find_out_container .find_out_link_container a:hover {
  color: var(--primary-hover-color);
}

@media (max-width: 550px) {
  /* line 48, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
  .user_profile_bottom_container .find_out_container .find_out_link_container {
    margin-bottom: 4px;
  }
}

/* line 61, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .find_out_container .find_out_link_container i {
  margin: 0 10px 0 0;
}

/* line 65, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .find_out_container .search_link:hover {
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .search_icon_container.is-touch-device,
.user_profile_bottom_container .find_out_title_container.is-touch-device,
.user_profile_bottom_container .find_out_container.is-touch-device {
  display: none;
}

/* line 82, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container {
  padding-bottom: 20px;
  color: #333;
}

/* line 85, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container i.fa {
  margin: 0 10px 0 0;
}

/* line 89, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container .birthday {
  display: inline-block;
}

/* line 92, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container .birthday .date_edit_link {
  margin-left: 10px;
}

/* line 96, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container .birthday .birthday_icon_container {
  display: block;
  font-size: 18px;
}

/* line 101, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container .birthday .birthday_name {
  margin-left: 4px;
}

/* line 106, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container .grey_edit_link {
  color: #b3b3b3;
}

/* line 108, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container .grey_edit_link:hover {
  color: gray;
}

/* line 113, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container .dark_grey {
  color: #0086c0;
}

/* line 117, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.user_profile_bottom_container .user_profile_birthday_container .birthday {
  display: block;
}

/***** Custom fields on boarding *********/
/* line 126, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.custom_fields_on_boarding {
  padding: var(--spacing-small) var(--spacing-medium);
  margin-bottom: 10px;
  border-radius: var(--border-radius-small);
  background-color: var(--primary-selected-color);
  color: var(--primary-text-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 136, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.custom_fields_on_boarding .icon-dapulse-x-slim {
  margin-top: 3px;
  font-size: 12px;
  cursor: pointer;
}

/* line 141, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.custom_fields_on_boarding .icon-dapulse-x-slim:hover {
  color: var(--primary-hover-color);
}

/* line 146, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.custom_fields_on_boarding .custom_fields_on_boarding_button {
  margin-left: 5px;
  color: var(--link-color);
  font-weight: 400;
  cursor: pointer;
}

/* line 152, app/assets/stylesheets/pulse/views/users/user_profile/_personal_info.scss */
.custom_fields_on_boarding .custom_fields_on_boarding_button:hover {
  color: var(--primary-hover-color);
}

/***** End custom fields on boarding *********/
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 6, app/assets/stylesheets/pulse/views/users/user_profile/_email_integration.scss */
.user_profile_bottom_container .email_integration_address {
  background-color: var(--primary-background-hover-color);
  padding: 4px 0;
  width: 80%;
  text-align: center;
  border: 1px solid;
  border-color: var(--ui-border-color);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/pulse/views/users/user_profile/_email_integration.scss */
  .user_profile_bottom_container .email_integration_address .slug {
    display: none;
  }
}

/* line 22, app/assets/stylesheets/pulse/views/users/user_profile/_email_integration.scss */
.user_profile_bottom_container .email_integration_show_more {
  color: var(--primary-color);
  margin-bottom: 20px;
}

/* line 25, app/assets/stylesheets/pulse/views/users/user_profile/_email_integration.scss */
.user_profile_bottom_container .email_integration_show_more:hover {
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/pulse/views/users/user_profile/_email_integration.scss */
.user_profile_bottom_container .email_integration_img_pulse {
  margin-top: 25px;
  margin-left: -20px;
}

/* line 34, app/assets/stylesheets/pulse/views/users/user_profile/_email_integration.scss */
.user_profile_bottom_container .email_integration_img_board {
  margin-top: 25px;
  margin-left: -26px;
}

/* line 7, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
#change_profile_image_fancybox {
  padding: 0 30px 25px 30px;
}

@media (max-width: 450px) {
  /* line 7, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
  #change_profile_image_fancybox {
    padding: 0 15px 15px 15px;
  }
}

/* line 14, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
.fancybox-skin.transparent-background {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 19, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
.remove_profile_photo_wrapper {
  text-align: center;
}

/* line 22, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
.remove_profile_photo_wrapper .remove_profile_photo {
  font-size: 13px;
  background: transparent;
  border: 1px solid #b3b3b3;
  border-radius: 30px;
  padding: 4px 10px;
  color: #b3b3b3;
}

/* line 29, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
.remove_profile_photo_wrapper .remove_profile_photo:hover {
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
.remove_profile_photo_wrapper .remove_profile_photo:focus {
  text-decoration: none;
  color: #b3b3b3;
}

/* line 39, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
.user_profile_confirm_message {
  margin: 10px auto;
}

/* line 41, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
.user_profile_confirm_message .user_profile_confirm_msg_title {
  font-weight: 400;
}

/* line 44, app/assets/stylesheets/pulse/views/users/user_profile/_all.scss */
.user_profile_confirm_message .user_profile_confirm_msg_list {
  margin-left: 20px;
}

/* line 2, app/assets/stylesheets/pulse/views/users/user_list/_single_user_message.scss */
.ul-single-user-container {
  padding-top: 10px;
}

/* line 6, app/assets/stylesheets/pulse/views/users/user_list/_single_user_message.scss */
.ul-single-user-content {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}

/* line 12, app/assets/stylesheets/pulse/views/users/user_list/_single_user_message.scss */
.ul-single-user-headline {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 10px;
}

/* line 18, app/assets/stylesheets/pulse/views/users/user_list/_single_user_message.scss */
.ul-single-user-message {
  font-size: 15px;
  line-height: 28px;
}

/* line 2, app/assets/stylesheets/pulse/views/users/user_list/_add_user_row.scss */
.add-user-row-container .add-user-wrapper {
  display: inline-block;
}

/* line 5, app/assets/stylesheets/pulse/views/users/user_list/_add_user_row.scss */
.add-user-row-container .add-user-wrapper.enabled {
  color: var(--primary-color);
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/pulse/views/users/user_list/_add_user_row.scss */
.add-user-row-container .add-user-wrapper.enabled:hover {
  color: #006acc;
}

/* line 12, app/assets/stylesheets/pulse/views/users/user_list/_add_user_row.scss */
.add-user-row-container .add-user-wrapper.enabled:hover .add-user-button-container {
  border: 1px dashed #006acc !important;
}

/* line 18, app/assets/stylesheets/pulse/views/users/user_list/_add_user_row.scss */
.add-user-row-container .add-user-wrapper:not(.enabled) {
  cursor: not-allowed;
  color: #c4c4c4;
}

/* line 22, app/assets/stylesheets/pulse/views/users/user_list/_add_user_row.scss */
.add-user-row-container .add-user-wrapper:not(.enabled) .add-user-button-container {
  border-color: #c4c4c4;
}

/* line 27, app/assets/stylesheets/pulse/views/users/user_list/_add_user_row.scss */
.add-user-row-container .add-user-wrapper .add-user-button-container {
  height: 39px;
  width: 39px;
  display: inline-block;
  border: 1px dashed #00a1e6;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
  text-align: center;
}

/* line 38, app/assets/stylesheets/pulse/views/users/user_list/_add_user_row.scss */
.add-user-row-container .add-user-wrapper .add-user-button-container .icon {
  line-height: 38px;
}

/* line 43, app/assets/stylesheets/pulse/views/users/user_list/_add_user_row.scss */
.add-user-row-container .add-user-wrapper .add-user-message {
  font-weight: 400;
  margin-bottom: 8px;
}

/* line 21, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users {
  padding: 25px;
  height: 100%;
  overflow: hidden;
  color: var(--primary-text-color);
}

@media (max-width: 768px) {
  /* line 21, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users {
    padding: 10px;
    position: relative;
  }
}

/* line 31, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.teams-page-content-wrapper {
  height: 100%;
}

/* line 35, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-search {
  position: relative;
}

/* line 39, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu {
  min-height: 420px;
  width: 220px;
  border-right: 1px solid;
  border-color: var(--ui-border-color);
  float: left;
  height: 100%;
}

/* line 46, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul.team-section-scrollable {
  overflow: auto;
  margin-bottom: 0;
}

/* line 50, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul.team-section-scrollable::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

/* line 55, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul.team-section-scrollable::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* line 59, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul.team-section-scrollable::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

/* line 63, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu .users-menu-scrollable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 39, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-left-menu {
    width: 100%;
    padding-bottom: 0;
    border: none;
    float: none;
    min-height: 0px;
  }
  /* line 74, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-left-menu div.users-menu-default {
    margin: -10px -10px 25px -10px;
    padding: 10px 10px 0 10px;
    background-color: #efefef;
    border-bottom: 1px solid #c4c4c4;
  }
  /* line 79, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-left-menu div.users-menu-default.users-menu-hidden {
    display: none;
    margin-bottom: 0;
    border: none;
  }
}

/* line 87, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu div.users-left-menu-toggle {
  position: absolute;
  top: 12px;
  right: 10px;
  border: 1px solid;
  border-color: var(--primary-color);
  color: var(--primary-color);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 14px;
  z-index: 1;
}

@media (min-width: 769px) {
  /* line 87, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-left-menu div.users-left-menu-toggle {
    display: none;
  }
}

/* line 103, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu div.users-search {
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 107, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul {
  list-style: none;
  margin-bottom: 16px;
  padding-right: 8px;
}

/* line 111, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul.with-new-team {
  margin-bottom: 1px;
}

/* line 114, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li {
  padding: 5px 8px;
  cursor: pointer;
  margin-bottom: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 122, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li span {
  display: inline-block;
}

/* line 126, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li.team {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding-bottom: 8px;
}

/* line 131, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li.team.active {
  color: var(--primary-text-color);
  background-color: var(--primary-selected-color);
}

/* line 136, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li.team:hover:not(.active) {
  background-color: var(--primary-background-hover-color);
}

/* line 140, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li.team .ds-text-component {
  width: auto !important;
}

/* line 143, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li.team div.team-detail {
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  white-space: initial;
}

/* line 149, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li.team div.team-detail.name {
  overflow: hidden;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 154, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li.team div.team-detail.picture {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 165, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li.team div.team-detail.picture.default-pic {
  border: none;
  background: none;
}

/* line 169, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu ul li.team div.team-detail.picture img {
  max-width: 100%;
  max-height: 100%;
}

/* line 177, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu input.new-team-input {
  border: 1px dotted #333333;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 15px;
}

/* line 182, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu input.new-team-input.saving-new-team {
  border: 1px solid transparent;
  -webkit-animation: saving-new-team 1s infinite;
          animation: saving-new-team 1s infinite;
  color: #ffffff;
}

@-webkit-keyframes saving-new-team {
  0% {
    background: #333;
  }
  50% {
    background: #777;
  }
  100% {
    background: #333;
  }
}

@keyframes saving-new-team {
  0% {
    background: #333;
  }
  50% {
    background: #777;
  }
  100% {
    background: #333;
  }
}

/* line 198, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu input.new-team-input:focus {
  outline: none;
}

/* line 202, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu div.team-list-title {
  margin: 0 0 10px 8px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 209, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu div.team-list-title h2 {
  margin: 2px;
  font-weight: 400;
  font-size: 24px;
}

/* line 214, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu div.team-list-title .weighted-text {
  font-weight: 400;
}

/* line 219, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-left-menu div.team-list-title .ds-btn-secondary:hover {
  color: var(--primary-hover-color);
}

/* line 226, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 220px;
  height: 100%;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-right-content {
    margin: 0;
    padding: 0;
  }
}

/* line 237, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px;
}

/* line 242, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 96px;
}

/* line 250, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title .team-details {
  padding-right: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}

/* line 253, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title .team-details .team-name-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

/* line 257, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title .team-details .team-name-wrapper .delete-team {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 266, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title .team-details .team-name-wrapper .delete-team.disabled {
  color: #c5c7d0;
  cursor: auto;
}

/* line 271, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title .team-details .team-name-wrapper .delete-team:not(.disabled):hover {
  color: var(--primary-color);
}

/* line 278, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title .team-details:hover .delete-team {
  opacity: 1;
}

/* line 288, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title .team-details .team-kind-wrapper {
  display: -ms-flexbox;
  display: flex;
}

/* line 290, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title .team-details .team-kind-wrapper .team-kind-indication {
  margin-left: 6px;
  border-radius: 24px;
  padding: 0 6px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 4px;
}

/* line 298, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title .team-details .team-kind-wrapper .team-kind-indication.closed-team {
  background-color: #f65f7c;
}

@media (max-width: 768px) {
  /* line 242, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-right-content .team-page-header div.team-title {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

/* line 309, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title h2 {
  border: 1px dotted transparent;
  padding: 4px 6px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 309, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-right-content .team-page-header div.team-title h2 {
    padding-left: 0px;
  }
}

/* line 321, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title h2.team-name-editable:hover, div#new-users div.users-right-content .team-page-header div.team-title h2.team-name-editable:focus {
  border-color: var(--ui-border-color);
  outline: none;
}

/* line 328, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title div.editable-input input {
  border: 1px dotted;
  border-color: var(--ui-border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 2px 6px;
  color: var(--primary-text-color);
  font-family: "Roboto", helvetica, arial, sans-serif;
}

/* line 338, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title h2,
div#new-users div.users-right-content .team-page-header div.team-title div.editable-input input {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  outline: none;
  background-color: var(--primary-background-color);
}

/* line 349, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title div.team-picture {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  height: 60px;
  width: 60px;
  position: relative;
}

/* line 357, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title div.team-picture div.team-picture-container {
  border-radius: 50%;
  overflow: hidden;
  height: 60px;
  width: 60px;
  border: 1px solid #efefef;
  text-align: center;
}

/* line 364, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title div.team-picture div.team-picture-container.default-pic {
  border: none;
}

/* line 368, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title div.team-picture img {
  max-width: 100%;
  max-height: 100%;
}

/* line 372, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title div.team-picture i.fa {
  color: #333333;
  font-size: 60px;
}

/* line 376, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title div.team-picture div.team-picture-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--primary-color);
  color: var(--text-color-on-primary);
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

/* line 389, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title div.team-picture div.team-picture-edit:hover {
  background-color: var(--primary-hover-color);
}

/* line 392, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header div.team-title div.team-picture div.team-picture-edit span.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 403, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header .predefined-team-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
}

/* line 408, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header .predefined-team-actions .manage-users {
  color: var(--primary-color);
  margin-right: 16px;
}

/* line 414, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-page-header .ellipsis {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}

/* line 419, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .users-limit-indication-wrapper {
  margin-bottom: 24px;
}

/* line 423, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

/* line 427, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.users-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 432, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users {
  width: 280px;
  position: relative;
  margin-left: auto;
}

@media (max-width: 768px) {
  /* line 432, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-right-content .team-users-actions div.team-add-users {
    margin-top: -20px;
  }
}

/* line 439, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users .input-rounded-top {
  border-radius: 4px;
}

/* line 442, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users .tt-menu {
  border-radius: 4px;
}

/* line 445, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users span.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: var(--primary-color);
  font-size: 16px;
}

/* line 454, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input {
  width: 100%;
  border: 1px solid;
  background-color: var(--primary-background-color);
  border-color: var(--ui-border-color);
  border-radius: 0;
  padding: 4px 5px 4px 38px;
  font-size: 16px;
  cursor: pointer;
}

/* line 463, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input::-webkit-input-placeholder {
  color: var(--secondary-text-color);
}

/* line 466, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input:-moz-placeholder {
  color: var(--secondary-text-color);
  opacity: 1;
}

/* line 470, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input::-moz-placeholder {
  color: var(--secondary-text-color);
  opacity: 1;
}

/* line 474, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input:-ms-input-placeholder {
  color: var(--secondary-text-color);
}

/* line 477, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input:focus {
  outline: none;
  border-color: #c4c4c4;
  cursor: text;
}

/* line 481, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* line 484, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}

/* line 488, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

/* line 492, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-users-actions div.team-add-users input:focus:-ms-input-placeholder {
  color: transparent;
}

/* line 500, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users-wrapper {
  height: 100%;
  overflow: auto;
}

/* line 504, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

/* line 509, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* line 513, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users-wrapper::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

/* line 518, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

/* line 523, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-users-table-wrapper {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

/* line 529, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users .empty-state-action {
  color: var(--primary-color);
  cursor: pointer;
}

/* line 532, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users .empty-state-action.disabled {
  cursor: auto;
  color: #c5c7d0;
}

/* line 535, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users .empty-state-action.disabled:hover {
  text-decoration: none;
}

/* line 541, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user {
  display: table-row;
  font-size: 14px;
  border-bottom: 1px solid;
  border-color: var(--ui-border-color);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 547, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user:last-of-type:not(.force-show-seprator) {
  border-color: transparent;
}

/* line 550, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-table-cell {
  display: table-cell;
  padding: 15px 12px;
  vertical-align: middle;
}

/* line 555, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-table-cell a {
  color: var(--primary-color);
}

/* line 558, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-table-cell a:hover {
  color: var(--primary-hover-color);
}

/* line 562, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-table-cell.center {
  text-align: center;
}

/* line 565, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-table-cell:first-of-type {
  padding-left: 0;
}

/* line 568, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-table-cell:last-of-type {
  padding-right: 8px;
}

@media (max-width: 768px) {
  /* line 550, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-right-content div.team-users div.team-user div.user-table-cell {
    display: none;
  }
  /* line 573, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-right-content div.team-users div.team-user div.user-table-cell:first-of-type {
    display: inline-block;
    width: 50%;
  }
  /* line 577, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
  div#new-users div.users-right-content div.team-users div.team-user div.user-table-cell:nth-of-type(2) {
    display: inline-block;
    width: 50%;
    text-align: right;
  }
}

/* line 584, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-buttons-cell {
  text-align: right;
}

/* line 587, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-buttons-cell button.btn {
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
  border-radius: 18px;
}

/* line 592, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-buttons-cell button.btn.cancel {
  color: #f75b5b;
  border: 1px solid #f75b5b;
  border-bottom: 2px solid #f75b5b;
  margin-left: 10px;
}

/* line 597, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-buttons-cell button.btn.cancel:hover {
  border-color: #f52a2a;
  color: #f52a2a;
}

/* line 602, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-buttons-cell button.btn.resend {
  border: 1px solid;
  color: var(--primary-color);
  border-color: var(--primary-color);
  border-bottom: 2px solid;
  border-bottom-color: var(--primary-color);
}

/* line 608, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-buttons-cell button.btn.resend:hover {
  color: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
}

/* line 613, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-buttons-cell button.btn:active, div#new-users div.users-right-content div.team-users div.team-user div.user-buttons-cell button.btn:focus, div#new-users div.users-right-content div.team-users div.team-user div.user-buttons-cell button.btn:active:focus {
  outline: none;
}

/* line 620, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell {
  white-space: nowrap;
}

/* line 622, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell a.user-photo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
}

/* line 628, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell a.user-photo .user-photo {
  width: 40px;
  height: 40px;
}

/* line 633, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics {
  display: inline-block;
  vertical-align: middle;
}

/* line 636, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-name-wrapper {
  display: inline-block;
}

/* line 638, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-name-wrapper a.user-name {
  font-weight: 400;
  color: var(--primary-color);
  vertical-align: middle;
}

/* line 643, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-name-wrapper div.user-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 648, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-kind-text-wrapper {
  display: inline-block;
  margin-left: 8px;
  border: 1px solid black;
  padding: 0 4px;
  border-radius: 2px;
  cursor: default;
  font-size: 12px;
  font-weight: 400;
}

/* line 658, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-kind-text-wrapper.viewer {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

/* line 663, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-kind-text-wrapper.guest {
  color: var(--color-purple);
  border-color: var(--color-purple);
}

/* line 668, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.flag-title-location-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 672, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.flag-title-location-container div.user-flag-field {
  max-width: 100px;
}

/* line 676, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-flag-field {
  white-space: nowrap;
  max-width: 230px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--secondary-text-color);
}

/* line 683, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-flag-field span.icon {
  display: inline-block;
  width: 15px;
  text-align: center;
}

/* line 689, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-pending {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 693, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-pending .icon {
  margin-right: 4px;
  color: var(--primary-color);
}

/* line 697, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-pending .btn.resend {
  background: #fff;
  border: none;
  padding: 0;
  font-size: 12px;
  color: var(--primary-color);
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 707, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-pending:hover .icon {
  color: var(--primary-hover-color);
}

/* line 710, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-pending:hover .btn.resend {
  color: var(--primary-hover-color);
}

/* line 715, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-pending:active, div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-pending:focus, div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics div.user-pending:active:focus {
  outline: none;
}

/* line 721, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-basics-cell div.user-basics span.user-new-tag {
  color: white;
  background-color: #f65f7c;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 4px 6px;
  font-size: 10px;
  margin-left: 8px;
  vertical-align: middle;
}

/* line 733, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-unsubscribe-cell {
  text-align: right;
}

/* line 735, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-unsubscribe-cell a {
  color: #c4c4c4;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  text-decoration: none;
}

/* line 739, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user div.user-unsubscribe-cell a:hover {
  color: #333333;
}

/* line 744, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.team-users div.team-user span.user-teams-more {
  padding: 1px 8px;
  border-radius: 10px/50%;
  background-color: var(--primary-color);
  color: var(--text-color-on-primary);
  cursor: pointer;
  margin-left: 6px;
  white-space: nowrap;
}

/* line 754, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
ul.user-teams-list {
  list-style: none;
}

/* line 756, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
ul.user-teams-list a {
  color: #428bca;
  font-size: 14px;
}

/* line 759, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
ul.user-teams-list a:hover {
  color: #2a6496;
}

/* line 768, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #e4e7f0;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer;
}

/* line 779, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%;
  width: 0px;
}

/* line 787, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip:not(.disabled):hover {
  border-color: var(--primary-color);
}

/* line 790, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip.active {
  border-color: var(--primary-color);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 794, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip.active.inverted {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-left-color: transparent;
}

/* line 801, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip.active div.tip-data {
  display: block;
  max-width: 400px;
  -webkit-animation-name: tip-data-roll-in;
          animation-name: tip-data-roll-in;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  opacity: 1;
}

/* line 810, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip.disabled {
  cursor: default;
  background-color: #f7f7f7;
}

/* line 813, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip.disabled i.tip-icon,
div#new-users div.users-right-content div.user-info-tip.disabled span.tip-icon {
  color: #e4e4e6;
}

/* line 818, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip i.tip-icon,
div#new-users div.users-right-content div.user-info-tip span.tip-icon {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  color: var(--primary-color);
  display: inline-block;
  vertical-align: middle;
}

/* line 825, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip div.tip-data {
  height: 40px;
  position: absolute;
  overflow: hidden;
  left: 100%;
  top: 50%;
  max-width: 0;
  opacity: 0;
  cursor: default;
  -webkit-animation-name: tip-data-roll-out;
          animation-name: tip-data-roll-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-transition: max-width 0.2s ease;
  transition: max-width 0.2s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
  z-index: 1;
  border: 1px solid;
  border-color: var(--primary-color);
  border-left: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* line 846, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip div.tip-data div.tip-data-wrapper {
  display: table;
  height: 100%;
  margin: 0 15px 0 4px;
}

/* line 850, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip div.tip-data div.tip-data-wrapper span {
  cursor: default;
}

/* line 853, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip div.tip-data div.tip-data-wrapper a,
div#new-users div.users-right-content div.user-info-tip div.tip-data div.tip-data-wrapper span {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

/* line 859, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip div.tip-data div.tip-data-wrapper a.tip-copy,
div#new-users div.users-right-content div.user-info-tip div.tip-data div.tip-data-wrapper span.tip-copy {
  font-size: 11px;
}

/* line 862, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip div.tip-data div.tip-data-wrapper a.tip-copy-spacer,
div#new-users div.users-right-content div.user-info-tip div.tip-data div.tip-data-wrapper span.tip-copy-spacer {
  padding: 0 6px;
}

/* line 868, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip.inverted div.tip-data {
  left: initial;
  right: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-left: 1px solid;
  border-left-color: var(--primary-color);
}

/* line 878, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content div.user-info-tip.inverted div.tip-data div.tip-data-wrapper {
  margin: 0 2px 0 10px;
}

/* line 884, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-tip {
  text-align: left;
}

/* line 887, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-tip .team-tip-header {
  font-weight: 400;
  color: var(--primary-text-color);
}

/* line 892, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-tip.team-tip-lg .team-tip-header {
  font-size: 30px;
}

/* line 896, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-tip.team-tip-sm .team-tip-header {
  font-size: 18px;
}

/* line 900, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-tip .team-tip-inner {
  display: inline-block;
  margin-bottom: 50px;
}

/* line 904, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-tip .team-tip-inner ul {
  list-style: none;
  margin-top: 10px;
  text-align: left;
  line-height: 28px;
}

/* line 910, app/assets/stylesheets/pulse/views/users/user_list/_all.scss */
div#new-users div.users-right-content .team-tip .team-tip-inner ul b {
  font-weight: 400;
}

@-webkit-keyframes tip-data-roll-in {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tip-data-roll-in {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tip-data-roll-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes tip-data-roll-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/*$link-color:#168ae0;*/
/* line 7, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_fancybox_wrap .fancybox-skin {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 12, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_fancybox_wrap .pulse_members_wrapper {
  border-radius: 16px;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_fancybox_wrap .pulse_members_wrapper .pulse_members_wrapper_main_content {
  padding: 24px 24px 0 24px;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 368px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  background: var(--primary-background-color);
}

/* line 27, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_fancybox_wrap .confirm_unauthorized_email_dialog {
  width: 512px;
}

/* line 32, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  background: #fff;
  min-height: 420px;
  border-radius: 0 0 16px 16px;
}

/* line 41, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper {
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
}

/* line 44, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper .pulse_members_wrapper {
  height: 474px;
}

/* line 47, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper .pulse_members_wrapper .pulse_members_list .pulse_members {
  max-height: 285px;
}

/* line 52, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper .members_content {
  margin-right: 8px;
}

/* line 55, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper .members_content .pulse_members span.actions .crown_user {
  background: #0085FF !important;
  color: #fff !important;
}

/* line 59, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper .members_content .pulse_members span.actions .crown_user:hover {
  background-color: #006acc !important;
}

/* line 66, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper span.separator {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 530px;
  background-color: #555;
  display: inline-block;
}

/* line 77, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper .pulse_members_wrapper.share:not(.guest_mode) .title .icon-dapulse-info {
  color: #66ccf5;
}

/* line 81, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper .pulse_members_wrapper.share:not(.guest_mode) .board-kind-info .icon-dapulse-info {
  color: #66ccf5;
}

/* line 86, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper .tt-menu {
  top: 34px !important;
  border-radius: 8px;
  border: none;
}

/* line 91, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_guests_wrapper .tt-menu .tt-dataset .dataset_title {
  background: transparent;
}

/* line 98, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  width: 560px;
  height: 506px;
}

/* line 107, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .invite_members_wrapper {
  margin-bottom: 24px;
  margin-top: 12px;
}

/* line 112, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .pulse_members_header_v2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 116, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .pulse_members_header_v2 .title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #323338;
  text-align: center;
}

/* line 124, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .pulse_members_header_v2 .title .purple-title {
  color: #a25ddc;
}

/* line 128, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .pulse_members_header_v2 .title.member_list_title {
  font-size: 18px;
}

/* line 133, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .pulse_members_header_v2 .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  margin-top: 8px;
  color: #9699a6;
  text-align: center;
}

/* line 144, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .pulse_members_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 148, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .pulse_members_header .title_main {
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 400;
}

/* line 152, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .pulse_members_header .title_main .icon {
  margin-right: 4px;
}

/* line 157, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .pulse_members_header .help-center-link {
  margin-left: auto;
}

/* line 162, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .title {
  font-size: 18px;
  font-weight: 400;
}

/* line 166, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .title em {
  font-weight: 400;
  font-weight: 500;
}

/* line 171, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .title.member_list_title {
  font-size: 18px;
}

/* line 175, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .title .icon {
  font-size: 23px;
}

/* line 180, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .invite_users {
  margin-top: 0px;
}

/* line 183, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .invite_users .ui-autocomplete-input {
  min-width: 90px;
}

/* line 187, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .invite_users .invite_button_wrapper {
  vertical-align: top;
  display: inline-block;
  position: relative;
}

/* line 192, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .invite_users .invite_button_wrapper .invite_button {
  width: 100px;
  margin-top: 0px;
  min-height: 38px;
}

/* line 198, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .invite_users .invite_button_wrapper .loading_wrapper {
  position: absolute;
  left: 15px;
  top: 43px;
}

/* line 203, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .invite_users .invite_button_wrapper .loading_wrapper .ajax_spinner {
  margin-top: 0px;
  margin-right: 3px;
}

/* line 208, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .invite_users .invite_button_wrapper .loading_wrapper .ajax_text {
  margin-top: 1px;
}

/* line 215, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .board-kind-info {
  border: 1px dashed #c4c4c4;
  padding: 6px;
  margin-bottom: 16px;
  margin-top: 16px;
  position: relative;
}

/* line 222, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .board-kind-info .icon-dapulse-info {
  font-size: 32px;
  display: inline-block;
  top: 2px;
  color: #11eea5;
}

/* line 229, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .board-kind-info .text {
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  margin-top: 6px;
}

/* line 241, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.private .pulse_members, .pulse_members_wrapper.public .pulse_members {
  max-height: 340px;
}

/* line 251, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.private .board-kind-info .icon-dapulse-info {
  color: #f65f7c;
}

/* line 257, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.private .pulse_members span.actions .crown_user {
  background: #f65f7c;
  color: white;
}

/* line 261, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.private .pulse_members span.actions .crown_user:hover {
  background-color: #f32f54;
}

/* line 270, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.share .board-kind-info .icon-dapulse-info {
  color: #a25ddc;
}

/* line 276, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.share .pulse_members span.actions .crown_user {
  background: #a25ddc;
  color: white;
}

/* line 280, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.share .pulse_members span.actions .crown_user:hover {
  background-color: #8a33d3;
}

/* line 289, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.guest_mode .board-kind-info .icon-dapulse-info {
  color: #a25ddc;
}

/* line 295, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.guest_mode .pulse_members span.actions .crown_user {
  background: #a25ddc;
  color: white;
}

/* line 299, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.guest_mode .pulse_members span.actions .crown_user:hover {
  background-color: #8a33d3;
}

/* line 305, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.guest_mode .title .icon {
  color: #a25ddc;
}

/* line 309, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.guest_mode .invite_button {
  background-color: #a25ddc;
  border-bottom-color: #8a33d3;
}

/* line 313, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.guest_mode .invite_button:hover {
  background-color: #8a33d3;
}

/* line 318, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper.guest_mode .invite_button.disabled {
  opacity: 0.8;
}

/* line 323, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 578px;
}

/* line 329, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board .copy_share_link_wrapper {
  border-top: 1px solid #e6e9ef;
  padding: 12px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

/* line 337, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board .copy_share_link_wrapper .link-icon {
  font-size: 16px;
  background: #a25ddc;
  border-radius: 50%;
  padding: 8px;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
}

/* line 350, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board .copy_share_link_wrapper .copy_share_link_desc {
  padding-left: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 14px;
}

/* line 356, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board .copy_share_link_wrapper .copy_share_link_desc .copy_share_link_title {
  font-weight: 400;
}

/* line 360, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board .copy_share_link_wrapper .copy_share_link_desc .copy_share_link_subtitle {
  font-size: 12px;
  color: #8e8e8e;
}

/* line 366, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board .copy_share_link_wrapper .copy_share_link {
  margin-left: auto;
  color: var(--primary-color);
  font-size: 14px;
  cursor: pointer;
}

/* line 372, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board .copy_share_link_wrapper .copy_share_link .copy_share_link_text {
  padding-left: 2px;
}

/* line 378, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board .share_settings_wrapper {
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  background: #00ca72;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 386, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_wrapper .share_board .share_settings_wrapper .open_share_settings {
  white-space: nowrap;
  cursor: pointer;
  text-decoration: underline;
  margin-left: auto;
}

/* line 396, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_list {
  display: block;
  overflow: auto;
  margin: 8px 0;
}

/* line 401, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_list::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
  width: 4px;
  height: 11px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* line 408, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e1e1e1;
}

/* line 413, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_list .pulse_members .empty_state_dialog_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 12px;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 419, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_list .pulse_members .empty_state_dialog_container .empty_state_dialog_text {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  width: 360px;
  color: var(--primary-text-color);
}

/* line 430, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_list .show_loading {
  text-align: center;
  display: block;
  margin: 25px 0 0 0;
}

/* line 436, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members_list .fa-spinner {
  display: inline-block;
  margin-right: 10px;
}

/* line 442, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members {
  display: block;
}

/* line 445, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 8px;
  height: 52px;
}

/* line 452, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user-name-details-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/* line 457, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user-name-details-container .user-name-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 462, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user-name-details-container .member_profile_image_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 4px;
}

/* line 468, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .members-list-profile-image {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}

/* line 473, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member:last-child {
  border-bottom: none;
}

/* line 477, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member.waiting_for_response {
  opacity: 0.3;
}

/* line 481, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_photo {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  border-radius: 50%;
  border: 1px solid var(--ui-border-color);
}

/* line 491, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .guest-stamp {
  position: absolute;
  top: 18px;
  left: 18px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  color: var(--shareable-color);
}

/* line 499, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .view-only {
  position: absolute;
  bottom: 8px;
  left: 18px;
  width: 16px;
}

/* line 506, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  vertical-align: top;
  margin-left: 5px;
  width: 380px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--secondary-text-color);
}

/* line 519, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .multi_board_warn .multi_board_warn_img {
  width: 16px;
  height: 16px;
  color: var(--primary-color);
}

/* line 525, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .multi_board_warn .multi_board_warn_text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  white-space: normal;
}

/* line 534, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .user_details_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}

/* line 540, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .user_details_info .user_details_name_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--secondary-text-color);
}

/* line 548, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details.disabled_user {
  opacity: 0.3;
}

/* line 552, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .user_name {
  color: var(--link-color);
}

/* line 556, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .pending_email_confirm {
  display: block;
  font-size: 12px;
  color: black;
  font-weight: 500;
}

/* line 563, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .resend_email_confirmation_btn {
  font-weight: 300;
}

/* line 567, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .resend_email_spinner {
  color: #000;
  margin-left: 1px;
  display: none;
}

/* line 572, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .resend_email_spinner.active {
  display: inline-block;
}

/* line 577, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .resend_email_success {
  display: none;
  color: #37dd4e;
  margin-left: 1px;
}

/* line 582, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member .user_details .resend_email_success.active {
  display: inline-block;
  opacity: 1;
}

/* line 589, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member span.actions {
  float: right;
  margin-top: 2px;
}

/* line 593, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member span.actions .crown_user {
  color: #fff;
  font-size: 15px;
  background: #0fa2e2;
  width: 20px;
  border-radius: 100%;
  height: 20px;
  text-align: center;
  line-height: 21px;
  display: inline-block;
  position: relative;
  top: -2px;
  padding-right: 1px;
}

/* line 605, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member span.actions .crown_user:hover {
  text-decoration: none;
  background-color: #0c80b2;
}

/* line 610, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member span.actions .crown_user.empty {
  background-color: #9699a6 !important;
  color: #fff !important;
}

/* line 614, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member span.actions .crown_user.empty:hover {
  background-color: #7a7e8f !important;
}

/* line 633, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member span.actions .delete_user {
  font-size: 19px;
  color: #9699a6;
  margin-left: 5px;
}

/* line 638, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.pulse_members li.pulse_member span.actions .delete_user:hover {
  text-decoration: none;
  color: #626574;
}

/* line 649, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
#admin-list .pulse_members li.pulse_member {
  margin-right: 0;
}

@media (max-width: 768px) {
  /* line 656, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .pulse_members_list {
    height: 210px !important;
  }
  /* line 659, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .pulse_members_list .pulse_members {
    height: auto !important;
  }
  /* line 662, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .pulse_members_list .pulse_members .pulse_member:last-child {
    padding-bottom: 40px !important;
  }
  /* line 668, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .members_content,
.guests_content {
    width: 100%;
  }
  /* line 672, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .guests_content .pulse_members_wrapper {
    top: -22px;
  }
  /* line 675, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .subscribers-btn {
    margin-left: 0px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  /* line 682, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .pulse_members_wrapper {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  /* line 685, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .pulse_members_wrapper .invite_button_wrapper {
    float: right !important;
    margin-top: 5px !important;
  }
  /* line 692, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .pulse_members_wrapper .pulse_members li.pulse_member .user_details {
    max-width: 130px;
    width: auto !important;
  }
  /* line 700, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .pulse_members_wrapper .invite_users .invite_new_user_term {
    width: auto !important;
  }
}

@media (max-width: 767px) {
  /* line 708, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
  .pulse_members_wrapper {
    width: 100% !important;
  }
}

/* line 713, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
.confirm_unauthorized_email_dialog {
  border-radius: 8px;
}

/* line 718, app/assets/stylesheets/pulse/views/projects/_members_list.scss */
#admin-list .confirm_unauthorized_email_dialog {
  width: 560px;
}

/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 6, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
.collaboration_area_flash {
  margin-top: 0;
  max-width: 100%;
  text-align: left;
}

/* line 12, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area {
  padding: 10px 20px;
  max-width: 750px;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .plus_icon {
  font-size: 16px;
  margin-bottom: -2px;
  display: inline-block;
  color: #13d0f2;
}

/* line 24, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area ul.boxes,
#collaboration_area ul.nav_tabs,
#collaboration_area ul.collaboration_boxes_container {
  list-style: none;
  overflow: visible;
}

/* line 31, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .add_collaboration_box_btn {
  position: absolute;
  right: 0;
  background: white;
  padding: 10px;
  border: 1px dashed #ccc;
  border-radius: 0;
  z-index: 100;
}

/* line 40, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .add_collaboration_box_btn span {
  vertical-align: top;
  display: inline-block;
}

/* line 45, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .add_collaboration_box_btn .add_text {
  padding-top: 2px;
  margin-left: 2px;
  font-size: 11px;
  font-weight: 500;
  color: #000 !important;
}

/* line 53, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .add_collaboration_box_btn:hover, #collaboration_area .add_collaboration_box_btn.active {
  text-decoration: none;
  border: 1px dashed #ccc;
  background: #fff !important;
}

/* line 60, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .add_collaboration_box_btn.active {
  border-bottom: none;
}

/* line 65, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area #add_box_options {
  position: absolute;
  right: 0;
  top: 42px;
  width: 250px;
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 90;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  font-weight: 100;
  border-radius: 0;
  border: 1px dashed #ccc;
}

/* line 79, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area #add_box_options .preloader {
  margin-left: 4px;
}

/* line 84, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area #add_box_options li.ui-menu-item a {
  font-weight: 300;
  padding: 5px 10px;
}

/* line 87, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area #add_box_options li.ui-menu-item a.ui-corner-all {
  border-radius: 0 !important;
}

/* line 90, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area #add_box_options li.ui-menu-item a.ui-state-focus {
  background: #66ccf5;
  border-color: #66ccf5;
  color: white;
}

/* line 99, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .ui-sortable-helper {
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
  border-radius: 0px;
  background: white;
}

/* line 103, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .ui-sortable-helper a {
  background-color: white !important;
}

/* line 108, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .collaboration_boxes_container {
  overflow: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0px #ddd;
          box-shadow: 0px 2px 0px #ddd;
  display: none;
}

/* line 114, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .collaboration_boxes_container li.box_group {
  background: white;
}

/* line 120, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .boxes {
  border: 1px solid #ddd;
  border-top: none;
}

/* line 124, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .boxes > li {
  display: none;
  background: white;
}

/* line 128, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .boxes > li.active {
  display: block;
}

/* line 135, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .tab_title .btn_text_wrapper {
  vertical-align: top;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 4px 7px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 148, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .rename_input_wrapper {
  border-radius: 6px 6px 0 0;
  color: #888;
  text-decoration: none;
  display: inline-block;
  background-color: white;
  border: 1px solid #dddddd;
  padding: 5px;
}

/* line 157, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .rename_input_wrapper input[type="text"] {
  background-color: #ffffff;
  border: 2px solid #c1c1c1;
  border-radius: 4px;
  color: black;
  vertical-align: top;
  padding: 4px;
  width: auto;
  outline: none;
  -webkit-transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  display: inline-block;
  text-align: center;
}

/* line 170, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .rename_input_wrapper input[type="text"]:focus {
  border: 2px solid #aad0fb;
  background-color: white;
}

/* line 177, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs {
  border-bottom: 1px solid #ddd;
  list-style: none;
  display: block;
}

/* line 182, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs .drop_placeholder {
  display: inline-block;
  background: #e9e9e9;
  vertical-align: top;
}

/* line 188, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs:after, #collaboration_area .box_group .nav_tabs:before {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}

/* line 196, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs li {
  margin-bottom: -2px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px 5px 0px 0px;
}

/* line 203, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs li.active a {
  color: #000;
  cursor: default;
  background-color: white;
  border: 1px solid #ddd;
  bottom-bottom: transparent;
}

/* line 210, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs li.active a:hover {
  background-color: white;
}

/* line 216, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs li.editable.active a .btn_text_wrapper:hover {
  border: 1px solid #c7e0f4;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  cursor: text;
}

/* line 223, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs li a {
  padding: 6px;
  color: #aaa;
  text-decoration: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid transparent;
}

/* line 233, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs li a:hover {
  background-color: #eee;
  text-decoration: none;
  color: black;
}

/* line 239, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_area.scss */
#collaboration_area .box_group .nav_tabs li a:active {
  outline: 0;
}

/* line 2, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box_permissions.scss */
.permissions_box_fancybox .permissions_box_wrapper {
  padding: 20px;
  width: 500px;
}

/* line 7, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box_permissions.scss */
.permissions_box_fancybox .left_icn.crown {
  width: 28px !important;
}

/* line 11, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box_permissions.scss */
.permissions_box_fancybox h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 16, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box_permissions.scss */
.permissions_box_fancybox .permission_wrapper {
  display: block;
  margin-bottom: 15px;
}

/* line 21, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box_permissions.scss */
.permissions_box_fancybox .button_wrapper {
  text-align: right;
}

/* line 25, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box_permissions.scss */
.permissions_box_fancybox .blue_button {
  background: #589df6;
  color: white;
  padding: 3px 13px;
}

/* line 30, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box_permissions.scss */
.permissions_box_fancybox .blue_button:hover {
  background: #4994f5;
}

/* line 31, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box_permissions.scss */
.permissions_box_fancybox .blue_button:active {
  top: 1px;
  background: #0c67dc;
}

/*$link-color:#168ae0;*/
/* line 5, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .right_side_wrapper {
  position: absolute;
  top: 0px;
  right: 5px;
}

/* line 11, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .permission_lock {
  font-size: 12px;
  color: #999;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  position: relative;
}

/* line 19, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .permission_lock .icn_small {
  margin-right: 2px;
}

/* line 23, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .permission_lock .permission_text {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

/* line 30, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 34, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper .settings_btn {
  padding: 3px;
  z-index: 151;
  display: block;
  border: 1px solid transparent;
  border-top: none;
  position: relative;
}

/* line 42, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper .settings_btn:hover {
  text-decoration: none;
}

/* line 46, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper .settings_btn .settings_text {
  color: #999;
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  margin-top: 1px;
}

/* line 56, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper:hover .settings_text {
  color: var(--primary-color);
}

/* line 61, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper .settings_menu {
  display: none;
}

/* line 66, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper.active .settings_btn {
  text-decoration: none;
  border-color: var(--primary-color);
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

/* line 72, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper.active .settings_btn .settings_text {
  color: var(--primary-color);
}

/* line 77, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper.active i.icon {
  color: var(--primary-color);
}

/* line 81, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper.active .settings_menu {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 200px;
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 150;
  border: 1px solid;
  border-color: var(--primary-color);
  border-radius: 0;
  background-color: var(--primary-background-color);
  font-style: normal;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 4px 4px 0px 0px;
}

/* line 97, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper.active .settings_menu .seperator {
  margin: 5px 0 !important;
}

/* line 101, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper.active .settings_menu li i.fa {
  margin-right: 5px;
}

/* line 105, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper.active .settings_menu li.ui-menu-item {
  font-family: Roboto, sans-serif;
}

/* line 108, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper.active .settings_menu li.ui-menu-item a {
  padding: 5px 10px;
  font-size: 11px;
  color: var(--primary-text-color);
}

/* line 113, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .settings_btn_wrapper.active .settings_menu li.ui-menu-item a.ui-state-focus {
  background-color: var(--primary-color);
  border-radius: 0;
  border: 1px solid;
  border-color: var(--primary-color);
  background-color: var(--primary-background-color);
  font-weight: 500;
}

/* line 127, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .bottom_bar {
  position: relative;
  height: 28px;
  display: block;
}

/* line 132, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_box.scss */
.collaboration_box .bottom_bar .last_updated {
  font-size: 10px;
  font-style: italic;
  color: #999;
  margin-left: 10px;
  margin-top: 4px;
  display: inline-block;
}

/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 5, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .actions_wrapper {
  margin-top: 4px;
}

/* line 9, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .redactor-editor {
  border: 0;
}

/* line 13, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .redactor-box {
  border: none !important;
}

/* line 17, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .editor_content.not_active {
  min-height: 70px;
  padding: 0 12px;
}

/* line 22, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .editor_content img[data-asset_id] {
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box:hover .edit_text_btn.visible {
  opacity: 1;
}

/* line 32, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .edit_text_btn {
  font-family: Roboto, sans-serif;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  border-radius: 0;
  font-size: 13px;
  padding: 2px 7px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 47, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .edit_text_btn:hover {
  text-decoration: none;
  color: #007eb5;
}

/* line 52, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .edit_text_btn i.icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  margin-top: 3px;
  font-size: 10px;
}

/* line 61, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .post_update_wrapper {
  margin-right: 10px;
  font-size: 10px;
  color: #999;
  display: inline-block;
  margin-top: 4px;
}

/* line 68, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .post_update_wrapper .post_update_text {
  display: inline-block;
  vertical-align: top;
}

/* line 73, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .post_update_wrapper .post_update_checkbox {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}

/* line 80, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .preloader {
  margin-right: 9px;
}

/* line 84, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .bottom_toolbar {
  margin: 5px 2px 0px 2px;
  text-align: right;
}

/* line 88, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .bottom_toolbar .file_upload {
  display: inline-block;
  float: left;
  margin-top: -4px;
  margin-left: -10px;
}

/* line 95, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .bottom_toolbar .file_upload .add_attachments {
  color: var(--primary-color);
}

/* line 100, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .bottom_toolbar .file_upload.disabled .add_attachments {
  color: #c4c4c4;
}

/* line 107, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
.collaboration_text_box .cancel_edit_mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 114, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
  .collaboration_text_box .edit_text_btn.visible {
    opacity: 1 !important;
  }
  /* line 118, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
  .collaboration_text_box .cancel_edit {
    display: none !important;
  }
  /* line 122, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
  .collaboration_text_box .cancel_edit_mobile {
    display: inline-block !important;
  }
  /* line 126, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_text_box.scss */
  .collaboration_text_box .post_update_wrapper {
    margin: 0 0 10px !important;
  }
}

/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .crocodoc_iframe {
  height: 400px !important;
  border: 1px solid #c4c4c4;
}

/* line 9, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_table_wrapper {
  display: block;
  min-height: 70px;
}

/* line 14, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_table {
  margin-bottom: 30px;
  width: 100%;
  table-layout: fixed;
}

/* line 19, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_table th[data-column-name="file_name"] {
  width: 50%;
}

/* line 23, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_table th[data-column-name="last_updated"] {
  width: 30%;
}

/* line 27, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_table th[data-column-name="notes"] {
  width: 20%;
}

@media (max-width: 768px) {
  /* line 32, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
  .collaboration_file_list .file_list_table .last_updated_column {
    display: none;
  }
  /* line 35, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
  .collaboration_file_list .file_list_table .notes_column {
    display: none;
  }
  /* line 38, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
  .collaboration_file_list .file_list_table th {
    width: 50% !important;
  }
}

/* line 45, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_head th {
  font-size: 13px;
  color: var(--secondary-text-color);
  font-weight: 300;
  padding: 8px 2px 0;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 54, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_head th.sorted.ascending:after {
  content: "  \2191";
}

/* line 58, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_head th.sorted.descending:after {
  content: " \2193";
}

/* line 65, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item td {
  font-size: 12px;
  padding: 0px 10px 0 0;
}

/* line 70, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .file_name,
.collaboration_file_list .file_list_item .time_ago,
.collaboration_file_list .file_list_item .user_name,
.collaboration_file_list .file_list_item .file_notes {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 300;
}

/* line 81, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .file_notes {
  display: block;
}

/* line 85, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .user_name_wrapper {
  margin-left: 15px;
  color: #c4c4c4;
}

/* line 90, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item.editable .file_notes {
  height: 2em;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 2px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

/* line 99, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item.editable .file_notes:hover {
  border-color: #c7e0f4;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  cursor: text;
}

/* line 106, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .rename_input_wrapper {
  border-radius: 0;
  color: #888;
  text-decoration: none;
  display: inline-block;
  background-color: white;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

/* line 116, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .rename_input_wrapper .rename_input {
  border: 1px solid #c4c4c4;
  border-radius: 0;
  font-size: 12px;
  height: auto;
  width: 100%;
}

/* line 125, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .expandable {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  padding-left: 12px;
  position: relative;
  zoom: 1;
}

/* line 131, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .expandable:before {
  content: "\25BE";
  position: absolute;
  display: block;
  height: 5px;
  width: 5px;
  top: 2px;
  left: -8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg) translate(-13px, 1px);
      -ms-transform: rotate(-90deg) translate(-13px, 1px);
          transform: rotate(-90deg) translate(-13px, 1px);
  color: #666;
  font-size: 14px;
  text-align: left;
}

/* line 148, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .expandable.open:before {
  -webkit-transform: rotate(0deg) translate(9px, 1px);
      -ms-transform: rotate(0deg) translate(9px, 1px);
          transform: rotate(0deg) translate(9px, 1px);
}

/* line 153, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .file_link {
  display: block;
  white-space: nowrap;
  background-position: 10px 0px;
  background-repeat: no-repeat;
  padding-left: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 161, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .file_link.file_name {
  padding-top: 5px;
  color: var(--secondary-text-color);
  font-weight: 400;
}

/* line 166, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .file_link.file_name .file_icon {
  color: #000;
  font-size: 14px;
  padding-right: 3px;
}

/* line 173, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .file_link:hover {
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .time_ago {
  color: #aaa;
  max-width: 110px;
  min-width: 80px;
}

/* line 184, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item .user_name {
  color: var(--link-color);
}

/* line 189, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .dropzone {
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  display: none;
}

/* line 200, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .dropzone.in {
  opacity: 0.6;
  display: block;
}

/* line 205, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .dropzone.hover {
  opacity: 0.8;
}

/* line 207, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .dropzone.hover .dropzone_text {
  color: black;
}

/* line 212, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 216, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .dropzone .dropzone_text {
  position: absolute;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -15px;
  text-align: center;
  font-weight: bold;
}

/* line 234, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .upload_button_wrapper .file_upload_button {
  overflow: hidden;
  -moz-transform: none !important;
}

/* line 240, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .upload_button_wrapper .file_upload_button.disabled {
  cursor: auto;
}

/* line 243, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .upload_button_wrapper .file_upload_button .upload_file_input {
  cursor: auto;
}

/* line 249, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_list_item_preview {
  display: none;
}

/* line 253, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview {
  border-bottom: 1px solid #ddd;
}

/* line 256, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .preview_content {
  text-align: center;
}

/* line 259, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .preview_content .file_link {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 267, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .preview_spinner_wrapper {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 275, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .preview_spinner_wrapper .preview_spinner {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(https://cdn.monday.com/images/ajax_spinner.gif);
  background-position: 50% 50%;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}

/* line 289, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions {
  margin: 5px 10px 50px 10px;
  display: block;
}

/* line 293, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .download_file_btn {
  float: left;
}

/* line 296, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .download_file_btn .icn_small-download {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 3px;
}

/* line 303, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .download_file_btn .download_file_text {
  vertical-align: top;
  display: inline-block;
  margin-top: 1px;
}

/* line 309, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .download_file_btn:hover {
  text-decoration: none;
}

/* line 311, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .download_file_btn:hover .download_file_text {
  text-decoration: underline;
}

/* line 317, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .delete_file_btn {
  float: right;
}

/* line 320, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .delete_file_btn:hover {
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .delete_file_btn:hover .delete_file_text {
  text-decoration: underline;
}

/* line 327, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .delete_file_btn .icn_big {
  margin: 0;
}

/* line 330, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .delete_file_btn .icn_big:hover {
  background-color: transparent;
}

/* line 335, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_file_list.scss */
.collaboration_file_list .file_preview .file_actions .delete_file_btn .delete_file_text {
  vertical-align: top;
  display: inline-block;
  margin-top: 1px;
  margin-left: -3px;
}

/* line 1, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper {
  min-height: 75px;
}

/* line 4, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .questions_list {
  margin-top: 20px;
  list-style: none !important;
}

/* line 9, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .ui-sortable-helper,
.faq_list_wrapper .dragged {
  list-style: none !important;
  height: auto !important;
  padding: 5px !important;
  -webkit-transform: rotate(1deg) !important;
      -ms-transform: rotate(1deg) !important;
          transform: rotate(1deg) !important;
  -webkit-box-shadow: -2px 5px 5px #333 !important;
          box-shadow: -2px 5px 5px #333 !important;
  border-radius: 0px !important;
  background: white;
  border: 1px solid #ccc;
}

/* line 15, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .ui-sortable-helper .edit_question_btn,
.faq_list_wrapper .dragged .edit_question_btn {
  display: none;
}

/* line 19, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .ui-sortable-helper .question_wrapper,
.faq_list_wrapper .dragged .question_wrapper {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

/* line 24, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .ui-sortable-helper .answer_wrapper,
.faq_list_wrapper .dragged .answer_wrapper {
  display: none;
}

/* line 34, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .ui-sortable-helper a,
.faq_list_wrapper .dragged a {
  background-color: white !important;
}

/* line 39, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .question_placeholder {
  background: #ccc;
  height: 30px;
  margin-bottom: 2px;
  border: 1px dashed #aaa;
  border-radius: 3px;
}

/* line 47, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .add_question_btn_wrapper {
  text-align: right;
}

/* line 54, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item {
  margin-bottom: 25px;
  position: relative;
  list-style: none;
}

/* line 60, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item:hover .drag_handle {
  display: block;
}

/* line 65, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .qa_prefix_wrapper {
  color: #00c875;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: bold;
}

/* line 72, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .drag_handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

/* line 80, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .question_wrapper,
.faq_list_wrapper .faq_list_item .answer_wrapper {
  position: relative;
  margin: 0px 10px 5px 10px;
}

/* line 86, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .question_wrapper {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
  font-weight: 500;
  position: relative;
}

/* line 92, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .question_wrapper .edit_question_btn {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 10px;
  color: #ccc;
  font-weight: normal;
}

/* line 102, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .btn_delete_answer {
  color: #7d7d7d;
  margin-top: 1px;
  display: inline-block;
}

/* line 107, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .btn_delete_answer:hover {
  text-decoration: none;
}

/* line 109, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .btn_delete_answer:hover .delete_btn_text {
  text-decoration: underline;
}

/* line 114, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .btn_delete_answer .icn_big.delete {
  margin-right: -3px;
  margin-top: 3px;
}

/* line 117, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .btn_delete_answer .icn_big.delete:hover {
  background-color: transparent;
}

/* line 122, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .btn_delete_answer .delete_btn_text {
  color: #7d7d7d;
}

/* line 127, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .expander_toggle {
  background: white;
  height: 20px;
  top: 0px;
  left: auto;
  right: 0px;
  bottom: auto;
  display: inline-block;
  width: auto;
  padding-left: 15px;
}

/* line 138, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .expander_toggle .faq_more_indicator {
  display: block;
}

/* line 143, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .question_input {
  width: 100%;
  border-radius: 0;
  border: #c4c4c4 1px solid;
  background: #fff;
  padding: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

/* line 153, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .qa_prefix_wrapper {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 159, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .question_content_wrapper,
.faq_list_wrapper .faq_list_item .answer_content_wrapper {
  display: block;
  margin-left: 25px;
}

/* line 166, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .answer_content_wrapper ul {
  padding-left: 24px;
}

/* line 170, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .question_content_wrapper {
  margin-right: 30px;
}

/* line 174, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .question_input_label {
  margin-top: 10px;
}

/* line 178, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .answer_input_label {
  margin-top: 10px;
}

/* line 182, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .question_edit_btn_wrapper {
  display: block;
  margin-top: 5px;
  margin-bottom: 50px;
}

/* line 188, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .btn_faq_edit_cancel {
  color: #7d7d7d;
  float: right;
  margin-right: 5px;
}

/* line 194, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .preloader {
  float: right;
  margin-top: 6px;
  margin-right: 18px;
}

/* line 200, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_faq_list.scss */
.faq_list_wrapper .faq_list_item .btn_faq_edit_save {
  float: right;
}

/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper {
  position: relative;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

/* line 10, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper.open_menu .collaboration_zone_header {
  border-bottom-color: #c4c4c4;
}

/* line 13, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper.open_menu .collaboration_zone_header .add_area_button {
  color: var(--primary-color);
  border: 1px solid;
  border-color: var(--ui-border-color);
  background-color: var(--primary-background-color);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 5px;
}

/* line 22, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper.open_menu .collaboration_zone_header .add_area_button:after {
  opacity: 1;
}

/* line 28, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper.open_menu .collaboration_zone_menu {
  height: 60px;
  border: 1px solid #c4c4c4;
}

/* line 34, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_header {
  height: 32px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 41, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_header:hover .add_area_button {
  color: var(--primary-color);
  border: 1px solid;
  border-color: var(--ui-border-color);
  background-color: var(--primary-background-color);
}

/* line 49, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_header .add_area_button {
  position: absolute;
  top: 4px;
  right: 0;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #66ccf5;
  font-size: 16px;
  display: inline-block;
  padding: 6px 8px;
  line-height: 14px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 63, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_header .add_area_button:after {
  content: " ";
  background-color: var(--primary-background-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

/* line 76, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_header .help {
  display: none;
  position: absolute;
  top: 9px;
  right: 10px;
  border: 1px solid;
  border-color: var(--ui-border-color);
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  width: 18px;
  height: 18px;
  padding: 0;
  font-weight: 500;
  color: #999;
  line-height: 13px;
  padding-top: 2px;
}

/* line 96, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_menu {
  height: 0;
  list-style: none;
  padding: 0;
  width: 100%;
  background-color: var(--primary-background-color);
  border: 1px solid transparent;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
}

/* line 109, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_menu li {
  position: relative;
  float: left;
  text-align: center;
  width: 33%;
  padding: 5px 0;
  border-right: 1px dashed;
  border-right-color: var(--ui-border-color);
  margin: 10px 0;
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_menu li:last-child {
  border-right: none;
}

/* line 123, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_menu li i.icon {
  display: inline-block;
  margin-right: 5px;
}

/* line 127, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_menu li i.icon.icon-dapulse-notes {
  position: relative;
  top: 1px;
}

/* line 132, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_menu li i.icon.icon-dapulse-files {
  position: relative;
  top: 3px;
}

/* line 137, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_menu li i.icon:before {
  font-size: 24px;
}

/* line 142, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_menu li:hover {
  color: var(--primary-color);
}

/* line 146, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_menu li.disabled {
  cursor: default;
  color: #c4c4c4;
  pointer-events: none;
}

/* line 153, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

/* line 159, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .box_placeholder {
  width: 100%;
  height: 37px;
  background-color: var(--primary-background-color);
  border: 1px dashed;
  border-color: var(--ui-border-color);
  margin-top: 5px;
}

/* line 168, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box {
  background-color: var(--primary-background-color);
  padding: 8px 10px 5px;
  margin: 5px 0 0;
  border: 1px solid;
  border-color: var(--ui-border-color);
  position: relative;
}

/* line 176, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .redactor-editor {
  font-size: 13px !important;
}

/* line 180, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box.minimized {
  height: 37px;
}

/* line 183, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box.minimized .title_underline,
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box.minimized .body_wrapper {
  display: none;
}

/* line 188, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box.minimized .minimize_btn {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 193, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-left: -35px;
  padding-left: 35px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

/* line 204, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper:not(.now_editing):hover .minimize_btn {
  color: var(--primary-color);
}

/* line 207, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper:not(.now_editing):hover .drag_handle {
  display: block;
}

/* line 210, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper:not(.now_editing):hover i.icon.icon-dapulse-edit {
  display: inline-block;
}

/* line 215, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper .drag_handle {
  cursor: move;
  display: none;
  position: absolute;
  top: 5px;
  left: 9px;
  background: url(https://cdn.monday.com/images/drag_handle_large.png) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
}

/* line 227, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper .title {
  border: 1px dashed transparent;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

/* line 233, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper .title.edit_btn_hover {
  border: 1px dashed #c4c4c4;
}

/* line 238, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper i.icon.icon-dapulse-edit {
  font-size: 11px;
  color: #333;
  margin-left: 5px;
  position: relative;
  top: -2px;
  display: none;
}

/* line 245, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper i.icon.icon-dapulse-edit:hover {
  color: #0086c0;
}

/* line 250, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper .title_underline {
  border-bottom: 1px solid #f1f1f1;
  height: 0px;
  position: absolute;
  top: 27px;
  left: 35px;
  right: 0;
}

/* line 259, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper .editable-container.editable-inline {
  vertical-align: top;
}

/* line 263, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper .editable-input input {
  border-radius: 0;
  padding: 0;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  outline: none;
  position: relative;
  top: -1px;
  margin-left: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px dashed #c4c4c4;
}

/* line 277, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper .minimize_btn {
  position: absolute;
  top: -1px;
  right: 0;
  color: #c4c4c4;
  vertical-align: text-top;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 288, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .title_wrapper:before {
  vertical-align: text-top;
  font-size: 16px;
}

/* line 294, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .collaboration_box_body {
  position: relative;
}

/* line 297, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .collaboration_box_body .expander_toggle {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #fcfcfc));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fcfcfc 50%);
}

/* line 302, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .collaboration_box_body .expander_toggle .expander_text {
  background: #fcfcfc;
}

/* line 308, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated {
  position: relative;
  height: 24px;
  margin: 10px 0 0;
  font-size: 12px;
  color: #c4c4c4;
  font-style: italic;
}

@media (max-width: 1386px) {
  /* line 316, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
  .collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .last_updated_message {
    display: none;
  }
}

/* line 320, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .last_updated_message a.user_name {
  color: var(--link-color);
}

/* line 325, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions {
  position: absolute;
  top: -2px;
  right: -3px;
}

/* line 330, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions .share_with,
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions .settings_btn_wrapper {
  display: inline-block;
}

/* line 334, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions .share_with i.icon,
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions .settings_btn_wrapper i.icon {
  font-size: 16px;
  vertical-align: text-top;
}

/* line 340, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions .share_with {
  padding-right: 15px;
}

/* line 343, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions .share_with i.icon {
  font-size: 14px;
  left: -15px;
  top: -1px;
  position: absolute;
}

/* line 352, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions .settings_btn_wrapper .settings_btn {
  margin: 0 !important;
  padding-top: 3px !important;
  height: 26px !important;
  color: #777;
}

/* line 358, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions .settings_btn_wrapper .settings_btn.open_up {
  border-top: none;
  background-color: var(--primary-background-color);
}

/* line 363, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box .last_updated .box_actions .settings_btn_wrapper .settings_btn i.icon:before {
  vertical-align: top;
}

/* line 375, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box.collaboration_file_list .file_upload_wrapper {
  text-align: right;
}

/* line 379, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box.collaboration_file_list .file_upload_wrapper .file_upload .upload_file_button {
  color: #fff !important;
  margin-top: 0 !important;
}

/* line 383, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_zone_boxes .collaboration_box.collaboration_file_list .file_upload_wrapper .file_upload i.fa.fa-plus {
  display: none;
}

/* line 394, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_message {
  display: none;
  position: relative;
  opacity: 0;
  color: var(--primary-text-color);
  background-color: var(--primary-background-color);
  border: 1px solid;
  font-size: 13px;
  padding: 10px 15px;
  margin: 10px auto 30px;
}

/* line 409, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_message:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #bce8f1 transparent;
  position: absolute;
  top: -9px;
  right: 10px;
}

/* line 421, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_message:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #d9edf7 transparent;
  position: absolute;
  top: -7px;
  right: 11px;
}

/* line 434, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_message .close_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

/* line 442, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_message .close_btn:hover {
  color: #1d4356;
}

/* line 447, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
.collaboration_zone_wrapper .collaboration_message.show_tip {
  opacity: 1;
}

@media (max-width: 767px) {
  /* line 455, app/assets/stylesheets/pulse/views/projects/collaboration_boxes/_collaboration_zone.scss */
  .collaboration_box .drag_handle,
.collaboration_box i.icon.icon-dapulse-edit {
    display: none !important;
  }
}
/*$link-color:#168ae0;*/
/* line 5, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.welcome_wizard_fancybox .fancybox-skin {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 16px;
}

/* line 11, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  /* Buttons
   ----------------------------------------------*/
  /* Wizard Content Box
     -------------------------------------------*/
}

/* line 16, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 22, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .skip_button {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 28, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .profile_image_button {
  outline: none;
  border: none;
  height: auto;
  border-radius: 4px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: var(--element-width);
}

/* line 40, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .medium_size_button {
  color: var(--primary-text-color);
  font: var(--font-paragraph);
  padding: 8px 16px;
  height: 40px;
}

/* line 47, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .tertiary_button {
  color: var(--primary-text-color);
  background-color: rgba(0, 0, 0, 0);
}

/* line 51, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .tertiary_button:hover {
  background-color: var(--primary-background-hover-color);
}

/* line 56, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .primary_button {
  background-color: var(--primary-color);
  color: var(--text-color-on-primary);
}

/* line 60, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .primary_button:hover {
  background-color: var(--primary-hover-color);
}

/* line 65, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .next_button,
#welcome_wizard .blue_button {
  background-color: #589df6;
}

/* line 68, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .next_button:hover,
#welcome_wizard .blue_button:hover {
  background: #4994f5;
}

/* line 71, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .next_button:active,
#welcome_wizard .blue_button:active {
  top: 1px;
  background: #0c67dc;
}

/* line 77, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .green_button,
#welcome_wizard .green_button:hover,
#welcome_wizard .green_button:active {
  top: 0px;
  cursor: default;
  background: #54c561 url(https://cdn.monday.com/images/welcome_wizard/v_white.png) no-repeat 9px 10px !important;
  padding-left: 22px !important;
}

/* line 86, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .next_button {
  float: right;
  vertical-align: top;
  padding: 4px 20px;
}

/* line 92, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .button {
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  /* transition: background-color 0.3s, color 0.3s; */
  padding: 0.65em 1.2em;
  color: #eee;
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .button:hover {
  color: #fff;
}

/* line 107, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_container {
  height: auto;
}

/* line 110, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_container.one_input_only {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 116, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #work_from_home_banner {
  width: 400px;
  background-color: #e6e9ef;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 129, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #work_from_home_banner .work_form_home_banner_text {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-left: 12px;
}

/* line 137, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px rgba(170, 170, 170, 0.3);
          box-shadow: 0px 1px rgba(170, 170, 170, 0.3);
  border-radius: 10px 10px 0px 0px;
  height: 80px;
  /* Steps Progress
     -------------------------------------------*/
}

/* line 146, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps {
  list-style: none;
  padding-top: 13px;
  text-align: center;
}

/* line 151, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li {
  display: inline-block;
  vertical-align: top;
}

/* line 157, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li.active .header_step_title, #welcome_wizard #welcome_wizard_header .wizard_steps li.done .header_step_title {
  color: #000 !important;
}

/* line 163, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li:first-child .step_seperator_wrapper {
  display: none;
}

/* line 168, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li .step_wrapper {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: -4px;
}

/* line 174, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li .step_wrapper .header_step_circle {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: block;
  text-align: center;
  color: white;
  border: 1px solid #ddd;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  background: white;
  margin: 2px;
  position: relative;
}

/* line 189, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li .step_wrapper .header_step_circle .circle_fill,
#welcome_wizard #welcome_wizard_header .wizard_steps li .step_wrapper .header_step_circle .step_number {
  width: 20px;
  height: 19px;
  padding-top: 1px;
  position: absolute;
  margin-left: -10px;
  margin-top: -10px;
  left: 50%;
  top: 50%;
  display: block;
}

/* line 202, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li .step_wrapper .header_step_circle .circle_fill {
  border-radius: 12px;
  opacity: 0;
  color: white;
  background-color: #58bee2;
}

/* line 209, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li .step_wrapper .header_step_circle .step_number {
  color: #999;
  text-align: center;
}

/* line 215, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li .step_wrapper .header_step_title {
  font-size: 12px;
  margin-top: 3px;
  color: #777;
  display: block;
  text-align: center;
  width: 100px;
  margin-left: -32px;
}

/* line 226, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li .step_seperator_wrapper {
  width: 130px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0px 0px 0px;
  position: relative;
  z-index: 2;
}

/* line 235, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_header .wizard_steps li .step_seperator_wrapper .step_seperator_frame {
  background: white;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  width: 100%;
  height: 10px;
  top: 0px;
  left: 4px;
}

/* line 252, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content {
  padding: 48px;
  -ms-flex-preferred-size: 633px;
      flex-basis: 633px;
  /* Selecting Pulses
     -------------------------------------------*/
}

/* line 256, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}

/* line 262, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content h2 {
  text-align: center;
  font-size: 18px;
}

/* line 267, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content h4 {
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  color: #444444;
  font-family: "Helvetica", "Arial", "Sans-Serif";
  margin-top: 10px;
}

/* line 278, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container {
  margin-top: 20px;
}

/* line 281, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
  vertical-align: top;
}

/* line 286, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container li:nth-child(3n + 3) {
  margin-right: 0px;
}

/* line 291, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item {
  width: 234px;
  height: 60px;
  padding: 6px 5px;
  background: rgba(238, 238, 238, 0.53);
  border: 1px solid rgba(238, 238, 238, 0.82);
  border-radius: 5px;
  position: relative;
}

/* line 302, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item .icon {
  height: 61px;
  width: 75px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 13px;
}

/* line 311, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item .icon.created {
  z-index: 2;
  opacity: 0;
}

/* line 315, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item .icon.created.visible {
  opacity: 1;
}

/* line 321, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item .title {
  color: #5483dd;
  font-size: 14px;
  margin-left: 82px;
  font-family: "Roboto", helvetica, arial, sans-serif;
}

/* line 328, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item .num-members {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  vertical-align: middle;
  color: #7a7777;
  display: inline-block;
  margin-top: 4px;
}

/* line 337, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item .user-photo {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 5px;
}

/* line 345, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item .create-pulse,
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item .join-pulse {
  height: 30px;
  line-height: 14px;
  display: inline-block;
  margin-top: 5px;
  margin-left: 82px;
  width: 78px;
}

/* line 355, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #pulses_container .pulse_item .join-pulse {
  width: 70px;
}

/* line 361, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #current_wizard_step {
  display: block;
  height: auto;
}

/* line 365, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #current_wizard_step h3 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 15px;
  font-size: 28px;
  color: #444;
}

/* line 375, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .login-form-title {
  margin: 10px 0 10px 60px;
  font-weight: 500;
}

/* line 378, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .login-form-title .login-form-sub-title {
  font-weight: 300;
}

/* line 380, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .login-form-title .login-form-sub-title .auth-domain-bold {
  font-weight: 400;
}

/* line 385, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .email-address-title {
  margin-bottom: -20px;
  margin-top: 32px;
}

/* line 389, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .invitation-copy-text {
  font-weight: 400;
  font-size: 14px;
  margin-left: 15px;
  line-height: 42px;
  color: #589df6;
  cursor: pointer;
}

/* line 396, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .invitation-copy-text:hover {
  color: var(--primary-hover-color);
}

/* line 399, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .invitation-copy-text.link-text-done {
  color: #00ca72;
  cursor: default;
}

/* line 402, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .invitation-copy-text.link-text-done:hover {
  color: #00ca72;
}

/* line 407, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .icon-invitation {
  margin-right: 4px;
}

/* line 410, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group-invitation-link {
  margin-left: 60px;
}

/* line 412, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group-invitation-link #invitation-text {
  width: 350px;
}

/* line 416, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group-invitation-link.link-text-diabled .invitation-copy-text {
  color: #c5c7cd;
  cursor: default;
}

/* line 420, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group-invitation-link.link-text-diabled #invitation-text {
  color: #c5c7cd;
  background: #f5f6f8;
}

/* line 426, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container #invite_colleagues_form {
  margin-top: 40px;
}

/* line 430, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.two_inputs_no_link {
  min-height: 300px;
  margin-top: 80px;
}

/* line 436, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.one_input_only #invite_colleagues_form {
  margin-top: 48px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

/* line 443, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.one_input_only ul {
  margin-top: 0;
  margin-left: -12px;
}

/* line 449, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container ul {
  list-style: none;
  text-align: center;
  margin-top: 30px;
}

/* line 455, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container li {
  margin-bottom: 16px;
}

/* line 458, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container li .ajax_spinner {
  background: url(https://cdn.monday.com/images/ajax_spinner.gif) no-repeat 50% 50%;
  width: 18px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  margin-left: 7px;
  position: absolute;
}

/* line 468, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container li .ajax_spinner.done {
  background: url(https://cdn.monday.com/images/v_big.png) no-repeat;
}

/* line 474, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container label {
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  text-align: left;
  text-shadow: 0 1px 0 #ffffff;
  height: 35px;
  margin-top: 0px;
}

/* line 485, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container label.auth_domain_label {
  border: 2px solid #e0e0e0;
  padding: 4px 15px;
  min-width: 190px;
  color: black;
  margin-right: 66px;
  background: #e0e0e0;
}

/* line 494, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container label.make_admin_label {
  padding: 4px;
  cursor: pointer;
}

/* line 500, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container input.is_admin {
  font-size: 30px;
  margin: 0px 10px;
}

/* line 505, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .question {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
  vertical-align: middle;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

/* line 519, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .question:hover {
  color: #0fa2e2;
  border-color: #0fa2e2;
}

/* line 525, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .welcome_wizard_auth_domain {
  margin-left: 64px;
  padding: 8px;
  display: -ms-flexbox;
  display: flex;
}

/* line 530, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .welcome_wizard_auth_domain:not(.english) {
  margin: auto;
}

/* line 534, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .welcome_wizard_auth_domain .auth_domain_name {
  font-weight: 400;
}

/* line 538, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .welcome_wizard_auth_domain #auth_domain_checkbox {
  margin: 6px 0 0;
}

/* line 542, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .welcome_wizard_auth_domain .welcome_wizard_auth_domain_text {
  margin-left: 10px;
}

/* line 548, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content .next_button_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: auto;
  position: relative;
  text-align: right;
}

/* line 556, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content .next_button_container .ajax_spinner {
  background: url(https://cdn.monday.com/images/ajax_spinner.gif) no-repeat 50% 50%;
  width: 18px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 7px;
  margin-right: 10px;
}

/* line 567, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content .next_button_container a {
  text-decoration: none;
}

/* line 570, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content .next_button_container a:hover {
  opacity: 0.7;
}

/* line 575, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content .next_button_container .icn_small {
  margin-top: 4px;
  margin-left: 5px;
}

/* line 581, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content input[type="text"] {
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  width: 200px;
  height: 39px;
  font-size: 14px;
  color: black;
  vertical-align: top;
  padding: 3px 10px 1px 10px;
  outline: none;
}

/* line 592, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content input[type="text"]:focus {
  border: 2px solid #aad0fb;
}

/* line 596, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content input.invalid[type="text"], #welcome_wizard #welcome_wizard_content input.not_filled[type="text"] {
  border: 2px solid #f65f7c;
}

/* line 603, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .big-title {
  font-weight: 400;
}

/* line 606, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .sub-title {
  font-size: 20px;
}

/* line 608, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .sub-title .bold {
  font-weight: 400;
}

/* line 612, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .no-text-align {
  text-align: initial;
}

/* line 616, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .email_input_box .form_hidden {
  visibility: hidden;
}

/* line 621, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group {
  position: relative;
}

/* line 624, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group .pop_label {
  visibility: hidden;
  position: absolute;
  right: 155px;
  white-space: nowrap;
  top: 0px;
  color: #c4c4c4;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 635, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group input.with_pop_label {
  background: transparent;
}

/* line 639, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group input.with_value ~ .pop_label,
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group input.parsley-error ~ .pop_label {
  color: #777;
  right: 245px !important;
}

/* line 645, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container .form-group input:focus ~ .pop_label {
  color: #66afe9;
  right: 245px !important;
}

/* line 652, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.no_auth_domain .pop_label {
  right: 300px;
}

/* line 656, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.no_auth_domain input.with_value ~ .pop_label,
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.no_auth_domain input.parsley-error ~ .pop_label {
  right: 387px !important;
}

/* line 661, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.no_auth_domain input:focus ~ .pop_label {
  right: 387px !important;
}

/* line 665, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.no_auth_domain input[type="text"] {
  width: 350px;
}

/* line 671, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.with_wfh_banner .big-title {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  margin-left: 3px;
  line-height: 48px;
}

/* line 679, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.with_wfh_banner .login-form-title {
  margin-left: 9px;
}

/* line 683, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.with_wfh_banner .form-group-invitation-link {
  margin-left: 3px;
}

/* line 687, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content #invite_colleagues_container.with_wfh_banner .welcome_wizard_auth_domain {
  margin-left: -3px;
}

/* line 693, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard #welcome_wizard_content label {
  font-size: 18px;
  margin-left: -6px;
  color: #666;
  font-size: 18px;
  margin-top: 1px;
  display: inline-block;
}

/* line 703, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .hidden_step_title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #444444;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

/* line 714, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .welcome_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 723, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro {
  padding-bottom: 36px;
}

/* line 728, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro .line {
  display: block;
  width: 100%;
  margin: 5px auto;
  text-align: center;
}

/* line 734, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro .line .pane {
  text-align: left;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 104px;
  vertical-align: top;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 13px;
}

/* line 744, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro .line .pane .pane_title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  height: 37px;
}

/* line 751, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro .line .pane .pane_content {
  display: block;
  font-size: 16px;
  margin-left: 2px;
  line-height: 20px;
}

/* line 758, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro .line .pane.left {
  margin-right: 2px;
}

/* line 765, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro .line1 .left {
  width: 214px;
  background: #4382c4;
}

/* line 770, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro .line1 .right {
  width: 389px;
  background: #70bbfe;
}

/* line 777, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro .line2 .left {
  width: 314px;
  background: #1c5b96;
}

/* line 782, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_welcome .metro .line2 .right {
  width: 289px;
  background: #589be1;
}

/* line 791, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .introduction_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 47px;
}

/* line 800, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .introduction_subtitle {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-top: 238px;
}

/* line 809, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 821, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper:hover .circle_working_feed span {
  color: #99b8dd;
}

/* line 825, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper:hover .circle_topic {
  background: #adcae5;
}

/* line 828, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper:hover .circle_topic span {
  color: #d6dbe9;
}

/* line 833, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper:hover .circle_board {
  background: #91b5d8;
}

/* line 836, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper:hover .circle_board span {
  color: #d6dbe9;
}

/* line 842, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle {
  text-align: center;
}

/* line 845, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle span {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  margin: 0 auto;
  cursor: default;
}

/* line 854, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle:hover {
  opacity: 1;
}

/* line 857, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle:hover span {
  color: #fff;
}

/* line 863, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle_working_feed {
  width: 220px;
  height: 110px;
  position: absolute;
  left: 290px;
  border-radius: 0 0 220px 220px;
  background: #f9f9f9;
}

/* line 867, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle_working_feed span {
  margin-top: 30px;
  color: #4382c4;
}

/* line 872, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle_working_feed:hover span {
  color: #4382c4;
}

/* line 877, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle_topic {
  width: 310px;
  height: 155px;
  position: absolute;
  left: 245px;
  border-radius: 0 0 310px 310px;
  background: #6098cc;
}

/* line 881, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle_topic:hover {
  background: #6098cc;
}

/* line 885, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle_topic span {
  margin-top: 115px;
}

/* line 890, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle_board {
  width: 400px;
  height: 200px;
  position: absolute;
  left: 200px;
  border-radius: 0 0 400px 400px;
  background: #4582be;
}

/* line 894, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle_board:hover {
  background: #4582be;
}

/* line 898, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .circle_wrapper .circle_board span {
  margin-top: 160px;
}

/* line 904, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .tooltips {
  display: none;
}

/* line 908, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .wizard_introduction .next_button_container {
  position: absolute !important;
  bottom: 0;
  width: 730px;
  margin-bottom: 10px !important;
}

/* line 916, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
#welcome_wizard .next {
  text-align: right;
  padding: 0px 26px;
}

/* line 923, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.t_Tooltip_transparent .t_Skin {
  display: none;
}

/* line 928, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.tooltip_circles {
  display: block;
  width: 305px;
  height: 305px;
  border: 6px solid #4582be;
  border-radius: 305px;
  background: white;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #444;
}

/* line 943, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.tooltip_circles .text {
  width: 70%;
  margin: 15% auto;
}

/* line 948, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.tooltip_circles .subtitle {
  color: #4582be;
}

/* line 952, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.tooltip_circles .smalltext {
  margin-top: 55%;
}

/* line 956, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.tooltip_circles .tooltip_circle {
  opacity: 0;
  position: absolute;
  width: 305px;
  height: 305px;
  border-radius: 305px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* line 966, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.tooltip_circles .board {
  background: #fff url(https://cdn.monday.com/images/hover_board.png) no-repeat;
  background-size: 80%;
  background-position: 50% 90px;
}

/* line 972, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.tooltip_circles .topic {
  background: #fff url(https://cdn.monday.com/images/hover_topic.png) no-repeat;
  background-size: 80%;
  background-position: 50% 90px;
}

/* line 978, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
.tooltip_circles .working_feed {
  font-size: 13px;
  background: #fff url(https://cdn.monday.com/images/hover_working_feed.png) no-repeat;
  background-size: 80%;
  background-position: 50% 105px;
}

@media (max-width: 767px) {
  /* line 989, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  #welcome_wizard .wizard_container {
    height: auto;
  }
  /* line 993, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  #welcome_wizard #welcome_wizard_content {
    padding: 20px 5px;
  }
  /* line 996, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  #welcome_wizard #welcome_wizard_content input[type="text"] {
    width: 35%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 45px;
    border-radius: 4px;
  }
  /* line 1004, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  #welcome_wizard #welcome_wizard_content #invite_colleagues_container label {
    min-width: 0;
    padding: 4px 6px;
  }
  /* line 1009, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  #welcome_wizard #welcome_wizard_content #invite_colleagues_container li .ajax_spinner {
    display: none;
  }
}

@media (min-width: 767px) {
  /* line 1018, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  input.with_pop_label::-webkit-input-placeholder {
    color: transparent;
  }
  /* line 1021, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  input.with_pop_label:-moz-placeholder {
    color: transparent;
  }
  /* line 1024, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  input.with_pop_label::-moz-placeholder {
    color: transparent;
  }
  /* line 1027, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  input.with_pop_label:-ms-input-placeholder {
    color: transparent;
  }
  /* line 1030, app/assets/stylesheets/pulse/views/welcome_wizard/_welcome_wizard.scss */
  .pop_label {
    visibility: visible !important;
  }
}

@media (orientation: landscape) {
  /* line 3, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
  #main_wrapper .mobile_to_desk_container {
    overflow: auto !important;
  }
  /* line 7, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
  #main_wrapper .image_section {
    display: none !important;
  }
  /* line 11, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
  #main_wrapper .cloud_section {
    display: none !important;
  }
}

@media (max-height: 500px) {
  /* line 17, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
  #main_wrapper .image_section {
    display: none !important;
  }
  /* line 21, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
  #main_wrapper .cloud_section {
    display: none !important;
  }
}

/* line 26, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
#main_wrapper .mobile_to_desk_container {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
}

/* line 36, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
#main_wrapper .mobile_to_desk_header {
  text-align: center;
  margin-top: 18px;
  font-size: 9vw;
}

/* line 42, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
#main_wrapper .image_section {
  position: absolute;
  left: 50%;
  margin-left: -39vw;
  bottom: 0;
  width: 78vw;
  height: 24vh;
}

/* line 50, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
#main_wrapper .image_section img {
  width: 78vw;
  height: 24vh;
}

/* line 56, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
#main_wrapper .cloud_section {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 10vh;
}

/* line 63, app/assets/stylesheets/pulse/views/welcome_wizard/_mobile_to_desktop.scss */
#main_wrapper .cloud_section img {
  width: 100vw;
  height: 10vh;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 5, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog {
  width: 100%;
  position: relative;
  padding: 20px 20px 0px 20px;
  border-top: 4px solid #66ccf5;
  /* Select 2 for timezones */
}

/* line 11, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog h2 {
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 30px;
}

/* line 17, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog .submit_btn {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border: none;
  display: block;
  color: white;
  font-size: 20px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 50px;
  background-color: var(--primary-color);
}

/* line 30, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog .submit_btn:hover {
  background-color: var(--primary-hover-color);
}

/* line 34, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog .submit_btn:hover, .fancybox_dialog .submit_btn:focus {
  outline: 0;
}

/* line 39, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog .submit_btn.disabled {
  background-color: var(--disabled-background-color);
}

/* line 45, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog div.form-control.select2-container {
  padding: 0;
  border: none;
  width: 560px;
}

/* line 50, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog a.select2-choice {
  height: 34px;
  line-height: 34px;
  background: none;
  border: 1px var(--border-style);
  border-color: #cccccc #e2e2e2 #e2e2e2 #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 58, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog a.select2-choice:focus {
  outline: none;
}

/* line 63, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog div.form-control.select2-container.select2-dropdown-open a.select2-choice {
  border-color: #0fa2e2;
}

/* line 67, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.fancybox_dialog div.select2-container .select2-choice .select2-arrow {
  border-left: none;
  background: none;
}

/* line 73, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile {
  height: 450px;
}

/* line 75, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile .complete_profile_dialog {
  margin-bottom: 40px;
}

/* line 79, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile .date-control {
  width: 100px;
  display: inline-block;
}

/* line 85, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance {
  text-align: center;
  margin-bottom: 20px;
  max-width: 300px;
}

/* line 92, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery_wrapper {
  border: 1px var(--border-style) var(--ui-border-color);
  border-radius: 0;
  -webkit-box-shadow: 0 4px 15px var(--ui-border-color);
          box-shadow: 0 4px 15px var(--ui-border-color);
}

/* line 98, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery_top_half {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 15px;
  position: relative;
}

/* line 106, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery_top_half .icon-dapulse-x-slim {
  font-size: 12px;
  cursor: pointer;
  color: var(--icon-color);
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 24px;
  height: 24px;
  border-radius: var(--border-radius-small);
  right: 6px;
  top: 6px;
}

/* line 120, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery_top_half .icon-dapulse-x-slim:hover {
  background-color: var(--primary-background-hover-color);
}

/* line 125, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery_top_half h2 {
  font-size: var(--font-size-h4);
  text-align: left;
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: var(--font-weight-bold);
}

/* line 145, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery_bottom_half {
  padding: 10px 0;
  border-bottom: 1px solid;
  border-color: var(--ui-border-color);
}

/* line 159, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery_container {
  margin: 15px auto;
}

/* line 163, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery {
  background: #fff;
  padding: 0px;
  border: 2px var(--border-style) #333;
  border-radius: 20px;
  width: 250px;
  height: 18px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}

/* line 173, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery .battery_wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

/* line 179, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery .battery_fill {
  display: block;
  width: 20%;
}

/* line 183, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery .battery_fill .battery_fill_top,
#user_guidance .power_battery .battery_fill .battery_fill_bottom {
  display: block;
  height: 9px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

/* line 190, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery .battery_fill .battery_fill_top {
  background: #f65f7c;
}

/* line 193, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery .battery_fill .battery_fill_bottom {
  background: #df2f4a;
}

/* line 198, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery .battery_fill.green .battery_fill_top {
  background-color: #37dd4e;
}

/* line 201, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance .power_battery .battery_fill.green .battery_fill_bottom {
  background-color: #00c875;
}

/* line 214, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance ul.action_list {
  list-style: none;
  text-align: left;
  margin-left: 20px;
}

/* line 219, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance ul.action_list li {
  position: relative;
  margin: 0px 0 3px 15px;
}

/* line 223, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance ul.action_list li i {
  position: absolute;
  font-size: 15px;
  left: -20px;
  top: 4px;
  color: #aaa;
}

/* line 231, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance ul.action_list li a {
  text-decoration: none;
  display: block;
}

/* line 235, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance ul.action_list li a:hover span {
  text-decoration: underline;
}

/* line 242, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance ul.action_list li .done i {
  color: #00c875;
}

/* line 245, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance ul.action_list li .done .action_text {
  color: #00c875;
}

/* line 250, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance ul.action_list li .action_text {
  font-size: 15px;
  vertical-align: top;
  display: inline-block;
  color: var(--primary-text-color);
}

/* line 257, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
#user_guidance ul.action_list li .action_btn {
  outline: 0;
}

/* line 264, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.action_upload_photo {
  padding: 10px;
}

/* line 267, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.action_upload_photo h2 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 15px;
}

/* line 275, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view input.disabled {
  opacity: 0.6;
}

/* line 279, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup {
  padding: 10px;
}

/* line 282, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup .submit_row {
  text-align: right;
}

/* line 286, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup label {
  font-size: var(--font-size-general-label);
}

/* line 290, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup input,
.complete_profile_view #user_profile_popup select,
.complete_profile_view #user_profile_popup textarea {
  border: 2px var(--border-style) #c1c1c1;
  border-radius: var(--border-radius-medium);
  width: 220px;
  height: 25px;
  font-size: 20px;
  color: black;
  font-weight: 100;
  vertical-align: top;
  margin-top: 3px;
  padding: 3px 10px 1px 10px;
  margin-right: 7px;
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  outline: none;
  -webkit-transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 309, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup input:focus,
.complete_profile_view #user_profile_popup select:focus,
.complete_profile_view #user_profile_popup textarea:focus {
  border: 2px var(--border-style) #55a0f7;
  background-color: white;
}

/* line 314, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup input.input_error,
.complete_profile_view #user_profile_popup select.input_error,
.complete_profile_view #user_profile_popup textarea.input_error {
  border: 2px var(--border-style) #f65f7c;
  background-color: white;
}

/* line 320, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup #form_submit_btn {
  display: inline-block;
  margin-bottom: 20px;
  border: 1px var(--border-style) rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background: #74c013;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  top: 0px;
  -webkit-transition: none;
  transition: none;
  float: right;
  padding: 6px 20px 6px 20px;
  margin-top: 25px;
  font-weight: normal;
  font-size: var(--font-size-general-label);
  width: auto;
  height: auto;
}

/* line 343, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup #form_submit_btn.disabled {
  opacity: 0.6;
}

/* line 347, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup #form_submit_btn:hover {
  background: #6cb212;
  text-decoration: none;
}

/* line 352, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup #form_submit_btn:active {
  top: 1px;
  background: #66a911;
}

/* line 358, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup small {
  font-size: 12px;
  padding-top: 6px;
  display: inline-block;
}

/* line 364, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup #birthday_selectors select {
  font-size: var(--font-size-paragraph);
  width: 90px;
}

/* line 369, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup #edit_user_details {
  width: auto !important;
}

/* line 373, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view #user_profile_popup form {
  margin: 10px;
}

/* line 378, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view .preloader {
  margin-top: 35px;
  margin-right: 15px;
}

/* line 383, app/assets/stylesheets/pulse/views/user_guidance/_user_guidance.scss */
.complete_profile_view .input_error {
  border: 1px var(--border-style) red;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 2, app/assets/stylesheets/pulse/views/pulse_list/_column_name.scss */
.bootbox.name_cell_bootbox .bootbox-input {
  font-size: 18px;
}

@media (max-width: 768px) {
  /* line 10, app/assets/stylesheets/pulse/views/pulse_list/_column_name.scss */
  body:not(.touchable) .column_type_name {
    width: 300px !important;
  }
  /* line 15, app/assets/stylesheets/pulse/views/pulse_list/_column_name.scss */
  .pulse_name_text {
    max-width: 85% !important;
  }
}

/*$link-color:#168ae0;*/
/* line 8, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .modal-body {
  padding: 0;
}

/* line 11, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .modal-footer {
  display: none;
}

/* line 15, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .mobile_status_picker {
  background: #efefef;
  width: 100%;
  padding: 10px 0;
}

/* line 20, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .mobile_status_picker .colors_container {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

/* line 28, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .mobile_status_picker .colors_container li {
  color: #fff;
  padding: 0px 5px 5px 5px;
  display: inline-block;
  width: 45%;
  vertical-align: top;
}

/* line 38, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .mobile_status_picker .colors_container li a {
  display: block;
  min-height: 40px;
  line-height: 36px;
  width: 100%;
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .mobile_status_picker .colors_container li a.selected {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

/* line 49, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .mobile_status_picker .colors_container li a.selected .label {
  padding-top: 10px;
}

/* line 54, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .mobile_status_picker .colors_container li a .label {
  width: 100%;
  display: block;
  padding-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
  font-size: 100%;
}

/* line 62, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .mobile_status_picker .colors_container li a .label:empty {
  display: inline;
}

/* line 67, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .mobile_status_picker .colors_container li a.edit_labels {
  padding-top: 1px;
}

/* line 75, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .color_label_dialog {
  display: none;
  text-align: left;
  z-index: 100;
  background: #efefef;
  padding-bottom: 7px;
  text-align: center;
  padding: 10px 0;
}

/* line 84, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .color_label_dialog .color_label {
  display: inline-block;
  width: 45%;
  padding: 0 5px 11px 0;
  vertical-align: top;
}

/* line 90, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .color_label_dialog .color_label.go_right {
  text-align: right;
}

/* line 95, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .color_label_dialog .save_labels {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 22px;
  margin-top: 2px;
}

/* line 102, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .color_label_dialog .color_label_example {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 10px;
  height: 12px;
  width: 10%;
}

/* line 111, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
.bootbox.color_picker_bootbox .color_label_dialog .color_label_input {
  display: inline-block;
  border: none;
  outline: none;
  height: 27px;
  width: 75%;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 3px 3px 3px 10px;
  border-radius: 3px;
  margin-top: 7px;
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 768px) {
  /* line 135, app/assets/stylesheets/pulse/views/pulse_list/_column_color.scss */
  body:not(.embeded_board) .fancybox-wrap.post_preview_mobile .post_body_wrapper .post_body > .body_text,
body:not(.embeded_board) .fancybox-wrap.post_preview_mobile .post .post_body_wrapper .post_body .replay_area {
    margin-left: 0;
  }
}

/* line 6, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
.bootbox.person_picker_bootbox .modal-body {
  padding: 15px 20px 20px 20px;
}

/* line 9, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
.bootbox.person_picker_bootbox .modal-body .clear_person_container {
  padding: 0 15px;
  text-align: right;
}

/* line 13, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
.bootbox.person_picker_bootbox .modal-body .clear_person_container .clear_person {
  display: inline-block;
}

/* line 19, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
.bootbox.person_picker_bootbox .modal-footer {
  display: none;
}

/* line 23, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
.bootbox.person_picker_bootbox .person_picker {
  margin: 15px;
  position: relative;
}

/* line 27, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
.bootbox.person_picker_bootbox .person_picker .picker_img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

/* line 34, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
.bootbox.person_picker_bootbox .person_picker .input_wrapper .person_input {
  outline: none;
  width: 100%;
  border: 1px solid #ccc;
  color: #444;
  padding: 4px 10px;
  vertical-align: top;
  border-radius: 0;
}

/* line 43, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
.bootbox.person_picker_bootbox .person_picker .input_wrapper .person_input:focus {
  border-color: #0fa2e2;
}

@media (max-width: 768px) {
  /* line 70, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
  .bootbox.person_picker_bootbox .person_picker .tt-is-under-cursor {
    background: none;
  }
  /* line 73, app/assets/stylesheets/pulse/views/pulse_list/_column_person.scss */
  .bootbox.person_picker_bootbox .person_picker .tt-suggestion img {
    border-radius: 0;
  }
  border-radius: 0 0 2px 2px;
}

/*$link-color:#168ae0;*/
/* line 3, app/assets/stylesheets/pulse/views/pulse_list/_column_date.scss */
.glyph-red {
  color: #e2445c;
}

/* line 7, app/assets/stylesheets/pulse/views/pulse_list/_column_date.scss */
.glyph-orange {
  color: #fdab3d;
}

/* line 11, app/assets/stylesheets/pulse/views/pulse_list/_column_date.scss */
.glyph-green {
  color: #00c875;
}

/* line 15, app/assets/stylesheets/pulse/views/pulse_list/_column_date.scss */
.glyph-blue {
  color: #4fc1e9;
}

/* line 12, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
.account_resurrected_note {
  text-align: center;
  padding: 30px;
  background: white;
}

/* line 17, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
.account_resurrected_note h1,
.account_resurrected_note h2 {
  font-family: "Roboto", sans-serif;
}

/* line 22, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
.account_resurrected_note h1 {
  color: #4f6ee2;
  font-size: 34px;
  margin-bottom: 15px;
}

/* line 28, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
.account_resurrected_note h2 {
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 34, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
.account_resurrected_note img {
  margin-bottom: 5px;
  width: 800px;
  height: 475px;
}

/* line 41, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox,
#deleted_fancybox {
  color: #393939;
  font-size: 15px;
  -webkit-transition: all 0.2px ease-in-out;
  transition: all 0.2px ease-in-out;
  display: block;
  width: 700px;
  min-height: 500px;
}

/* line 46, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox h2,
#deleted_fancybox h2 {
  font-size: 20px;
}

/* line 50, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox a.restore_pulse_btn_wrapper,
#deleted_fancybox a.restore_pulse_btn_wrapper {
  color: #66ccf5;
}

/* line 52, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox a.restore_pulse_btn_wrapper:hover,
#deleted_fancybox a.restore_pulse_btn_wrapper:hover {
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper,
#deleted_fancybox .restore_pulse_btn_wrapper {
  display: inline-block;
  vertical-align: top;
  float: right;
}

/* line 62, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper .color,
#deleted_fancybox .restore_pulse_btn_wrapper .color {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  float: left;
  margin: 4px 4px;
}

/* line 70, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper .restore_pulse_btn,
#deleted_fancybox .restore_pulse_btn_wrapper .restore_pulse_btn {
  padding: 3px;
  z-index: 151;
  display: block;
  border: 1px solid transparent;
  border-top: none;
  position: relative;
}

/* line 78, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper .restore_pulse_btn .restore_pulse_text,
#deleted_fancybox .restore_pulse_btn_wrapper .restore_pulse_btn .restore_pulse_text {
  color: #999;
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  margin-top: 1px;
}

/* line 88, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper:hover .settings_text,
#deleted_fancybox .restore_pulse_btn_wrapper:hover .settings_text {
  color: #569cf7;
}

/* line 93, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper .restore_pulse_menu,
#deleted_fancybox .restore_pulse_btn_wrapper .restore_pulse_menu {
  display: none;
}

/* line 98, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_btn,
#deleted_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_btn {
  text-decoration: none;
  border-color: #0fa2e2;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

/* line 105, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu,
#deleted_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 200px;
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 150;
  border: 1px solid #0fa2e2;
  border-radius: 0;
  background: white;
  font-style: normal;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 4px 4px 0px 0px;
}

/* line 120, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu .seperator,
#deleted_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu .seperator {
  margin: 5px 0 !important;
}

/* line 124, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu li i.fa,
#deleted_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu li i.fa {
  margin-right: 5px;
}

/* line 128, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu li.ui-menu-item,
#deleted_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu li.ui-menu-item {
  font-family: Roboto, sans-serif;
}

/* line 131, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu li.ui-menu-item a,
#deleted_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu li.ui-menu-item a {
  padding: 5px 10px;
  font-size: 11px;
}

/* line 135, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu li.ui-menu-item a.ui-state-focus,
#deleted_fancybox .restore_pulse_btn_wrapper.active .restore_pulse_menu li.ui-menu-item a.ui-state-focus {
  background: #0085FF;
  border-radius: 0;
  border: 1px solid #0085FF;
  color: white;
  font-weight: 500;
}

/* line 153, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox #archived_pulses,
#archived_fancybox #deleted_pulses,
#deleted_fancybox #archived_pulses,
#deleted_fancybox #deleted_pulses {
  overflow: auto;
  height: 500px;
  margin-bottom: 40px;
}

/* line 159, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox #archived_pulses .counter,
#archived_fancybox #deleted_pulses .counter,
#deleted_fancybox #archived_pulses .counter,
#deleted_fancybox #deleted_pulses .counter {
  color: #393939;
}

/* line 164, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox .pulse_list_table.pulses,
#deleted_fancybox .pulse_list_table.pulses {
  table-layout: initial;
}

/* line 168, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox h4,
#deleted_fancybox h4 {
  font-size: 16px;
  color: #393939;
  margin: 20px 0 0 0;
}

/* line 174, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox div.groups,
#deleted_fancybox div.groups {
  font-family: "Roboto", sans-serif;
}

/* line 177, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox div.groups .group_item,
#deleted_fancybox div.groups .group_item {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}

/* line 181, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox div.groups .group_item .color,
#deleted_fancybox div.groups .group_item .color {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

/* line 189, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox div.groups .group_item a.unarchive_group,
#archived_fancybox div.groups .group_item a.restore_group,
#archived_fancybox div.groups .group_item a.restore_pulse_link,
#deleted_fancybox div.groups .group_item a.unarchive_group,
#deleted_fancybox div.groups .group_item a.restore_group,
#deleted_fancybox div.groups .group_item a.restore_pulse_link {
  font-size: smaller;
  margin-left: 10px;
  float: right;
  color: #66ccf5;
}

/* line 200, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox div.pulses,
#deleted_fancybox div.pulses {
  font-family: "Roboto", sans-serif;
}

/* line 203, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox div.pulses .pulse_item,
#deleted_fancybox div.pulses .pulse_item {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}

/* line 207, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox div.pulses .pulse_item .ladda-button,
#deleted_fancybox div.pulses .pulse_item .ladda-button {
  display: none;
  float: right;
  margin-right: 10px;
}

/* line 214, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox div.pulses a.restore_pulse_link,
#deleted_fancybox div.pulses a.restore_pulse_link {
  color: #66ccf5;
}

/* line 217, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
#archived_fancybox div.pulses .restore_pulse_btn_wrapper,
#deleted_fancybox div.pulses .restore_pulse_btn_wrapper {
  font-size: smaller;
  margin-left: 10px;
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
  body:not(.embeded_board) #board_log_header {
    display: none !important;
  }
  /* line 230, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
  body:not(.embeded_board) #board_filter {
    margin: 25px;
    display: none !important;
  }
  /* line 234, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
  body:not(.embeded_board) #board_filter .person_select {
    display: none !important;
  }
  /* line 238, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
  body:not(.embeded_board) #board_filter .advanced_button {
    display: none !important;
  }
  /* line 242, app/assets/stylesheets/pulse/views/pulse_list/_pulse_list.scss */
  body:not(.embeded_board) #board_filter .hint {
    display: none !important;
  }
}

/*$link-color:#168ae0;*/
/* line 3, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen {
  padding-top: 50px;
  text-align: center;
}

/* line 7, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* line 13, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen h2 {
  max-width: 900px;
  display: inline-block;
}

/* line 17, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen h2 .suggestion_link {
  text-decoration: none;
  color: #0fa2e2;
}

/* line 21, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen h2 .suggestion_link:hover {
  color: #0086c0;
}

/* line 27, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen .image_wrapper {
  margin-bottom: 32px;
}

/* line 30, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen .image_wrapper.empty_search {
  margin-bottom: 0px;
}

/* line 36, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen.version_4 .image_wrapper {
  padding-top: 20px;
}

/* line 39, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen.version_4 .image_wrapper img {
  height: 128px;
  width: 156px;
}

/* line 44, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen.version_4 .image_wrapper.empty_search {
  padding-top: 5px;
}

/* line 47, app/assets/stylesheets/pulse/views/pulse_list/_cross_board.scss */
.cross_board_home_screen.version_4 .image_wrapper.empty_search img {
  height: 234px;
  width: 187px;
}

@media (max-width: 768px) {
  /* line 3, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
  .bootbox .bootbox-close-button {
    font-size: 28px;
    color: #999;
    opacity: 1;
    margin-top: -4px;
  }
  /* line 11, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
  .bootbox .modal-body .bootbox-input {
    border-radius: 0;
  }
  /* line 17, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
  .bootbox .modal-footer .btn {
    font-size: 18px;
  }
}

/* line 25, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox .modal-body {
  max-height: 460px;
  overflow-y: auto;
}

/* line 29, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox .modal-body .columns-list {
  margin-left: 20px;
}

/* line 34, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox .modal-footer {
  margin-top: 0;
}

/* line 40, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v2 .modal-header {
  border: initial;
  padding: 24px 20px 0;
  font-size: 16px;
  font-weight: 500;
}

/* line 47, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v2 .modal-header ~ .modal-body {
  padding-top: 8px;
}

/* line 52, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v2 .bootbox-body .help_box {
  border: none;
  margin-bottom: 0;
  min-height: 0;
}

/* line 57, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v2 .bootbox-body .help_box .help-box-icon {
  -ms-flex: 1 1 10%;
      flex: 1 1 10%;
}

/* line 61, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v2 .bootbox-body .help_box .icon-dapulse-private {
  font-size: 40px;
}

/* line 65, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v2 .bootbox-body .help_box .help-box-text {
  display: unset;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 70, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v2 .bootbox-body .help_box li {
  margin-bottom: 8px;
  margin-left: 8px;
}

/* line 76, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v2 .modal-footer {
  border: none;
}

/* line 83, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v3 .modal-dialog .modal-content {
  border-radius: var(--border-radius-big);
}

/* line 86, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v3 .modal-dialog .modal-content .modal-header {
  border: initial;
  padding: 32px 28px 0px 32px;
}

/* line 90, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v3 .modal-dialog .modal-content .modal-header .modal-title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-50);
}

/* line 95, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v3 .modal-dialog .modal-content .modal-header .close {
  font-weight: 100;
  font-size: 28px;
  margin: -16px -8px;
}

/* line 101, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v3 .modal-dialog .modal-content .modal-body {
  font-size: 16px;
  font-weight: 300;
  padding: 8px 32px 0 32px;
}

/* line 107, app/assets/stylesheets/pulse/views/pulse_list/_bootbox.scss */
.bootbox.confirmation-style-v3 .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 24px 32px 32px 0;
}

/* line 1, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker {
  right: 135px;
  top: 22px;
}

/* line 5, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder {
  border-top: none;
  min-width: 275px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* line 11, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame {
  background-color: white;
}

/* line 14, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box {
  padding: 0px;
}

/* line 17, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header {
  background-color: white;
  padding: 0px;
  color: black;
  margin: 0px;
  cursor: default;
}

/* line 24, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker-top-header {
  text-align: left;
  font-size: 15px;
  padding: 10px;
  background-color: #484848;
  margin-bottom: 15px;
  color: white;
}

/* line 32, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker-top-header a {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 13px;
  color: #66ccf5;
}

/* line 41, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--prev, .picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--next {
  bottom: 10px;
  top: auto;
}

/* line 45, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--prev.picker__nav--prev, .picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--next.picker__nav--prev {
  left: 0px;
}

/* line 49, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--prev.picker__nav--next, .picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--next.picker__nav--next {
  right: 10px;
}

/* line 53, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--prev:before, .picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--next:before {
  display: none;
}

/* line 57, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--prev:hover, .picker .picker__holder .picker__frame .picker__box .picker__header .picker__nav--next:hover {
  background-color: inherit;
  color: #66ccf5;
}

/* line 63, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker__select--year {
  color: black;
  top: 2px;
  font-size: 15px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  font-style: italic;
  margin: 0;
  height: 19px;
  line-height: 19px;
  border: none;
  padding: 0;
  padding-left: 5px;
  width: 45px;
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker__select--year:focus {
  outline: none;
}

/* line 85, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__header .picker__select--year::-ms-expand {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
}

/* line 94, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table {
  margin: 20px 10px 10px 10px;
  width: calc(100% - 20px);
}

/* line 99, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table thead th {
  color: #666;
  font-weight: 400;
  text-align: center;
}

/* line 107, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table tbody td {
  background-color: white;
}

/* line 110, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table tbody td .picker__day {
  color: #1f1f1f;
  padding-top: 8px;
  border-radius: 100%;
}

/* line 115, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table tbody td .picker__day.picker__day--today {
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table tbody td .picker__day.picker__day--outfocus {
  color: #aaa7a7;
}

/* line 123, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table tbody td .picker__day.picker__day--highlighted {
  background-color: #13d0f2;
  color: #fff;
}

/* line 128, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table tbody td .picker__day.picker__day--selected {
  border-color: #13d0f2;
}

/* line 132, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table tbody td .picker__day.picker__day--infocus:hover, .picker .picker__holder .picker__frame .picker__box .picker__table tbody td .picker__day.picker__day--outfocus:hover {
  background: #87ddec;
}

/* line 136, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__table tbody td .picker__day.picker__day--today:before {
  display: none;
}

/* line 145, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__footer .picker__button--clear {
  background-color: white;
  border: none;
  padding: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #a1a1a1;
  margin-bottom: 9px;
}

/* line 153, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__footer .picker__button--clear:hover {
  color: #333;
}

/* line 157, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__frame .picker__box .picker__footer .picker__button--clear::before {
  display: none;
}

/* line 165, app/assets/stylesheets/pulse/views/pulse_list/_datepicker.scss */
.picker .picker__holder .picker__day--disabled {
  opacity: 0.3;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 56, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.zapier-container {
  width: 95%;
  margin: 0 auto;
}

/* line 61, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.integrations_page_nav {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 66, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#google_integrations_section {
  display: none;
  overflow: auto;
  width: 420px;
}

/* line 71, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#google_integrations_section .google_integration_item {
  padding: 10px 10px 10px 0;
  margin: 0 6px 6px 0;
}

/* line 75, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#google_integrations_section .google_integration_item .board_name {
  margin-top: 6px;
}

/* line 79, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#google_integrations_section .google_integration_item a.gcal_unsync_btn {
  color: #0fa2e2;
}

/* line 85, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page {
  margin: 0 30px;
  padding-top: 30px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  color: var(--primary-text-color);
}

/* line 91, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page h1 {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 35px;
  color: #4e4e4e;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 32px;
  color: var(--primary-text-color);
}

/* line 98, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .import-subtitle {
  font-size: 24px;
  margin: 5px 0 0 5px;
}

/* line 103, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .import-description {
  font-size: 16px;
  margin: 5px 0 24px 5px;
}

/* line 108, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 111, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item {
  border: 1px solid;
  border-color: var(--primary-background-color);
  padding: 5px;
  text-align: left;
  margin: 0 30px 20px 5px;
  overflow: hidden;
  position: relative;
  width: 210px;
}

/* line 122, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .description {
  font-size: 16px;
}

/* line 126, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo {
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 10px;
  margin-bottom: 8px;
}

/* line 134, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo:hover {
  cursor: pointer;
  opacity: 0.9;
}

/* line 139, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo .logo-image {
  width: 140px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 147, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo #excel_logo_image {
  background-image: url(https://cdn.monday.com/images/automations/excel1.png);
}

/* line 151, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo #google_sheets_logo_image {
  background-image: url(https://cdn.monday.com/images/automations/google_sheets_white.png);
  background-size: 100% auto;
}

/* line 156, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo #trello_logo_image {
  background-image: url(https://cdn.monday.com/images/automations/trello.png);
}

/* line 160, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo #asana_logo_image {
  background-image: url(https://cdn.monday.com/images/automations/asana.png);
}

/* line 164, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo #basecamp_logo_image {
  background-image: url(https://cdn.monday.com/images/automations/basecamp.png);
}

/* line 168, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo #facebook_ads_logo_image {
  background-image: url(https://cdn.monday.com/images/automations/facebook-ads.png);
}

/* line 172, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo #zendesk_logo_image {
  background-image: url(https://cdn.monday.com/images/automations/zendesk3.png);
}

/* line 176, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo #jira_logo_image {
  background-image: url(https://cdn.monday.com/images/automations/jira3.png);
}

/* line 180, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item .logo #jira_on_premise_logo_image {
  background-image: url(https://cdn.monday.com/images/automations/jira-server-white.png);
}

/* line 185, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item #excel_logo {
  background: #046a32;
}

/* line 189, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item #google_sheets_logo {
  background: #f5f6f8;
}

/* line 193, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item #trello_logo {
  background: #0079bf;
}

/* line 197, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item #import_asana_logo {
  background: #34354d;
}

/* line 201, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item #import_basecamp_logo {
  background: #038930;
}

/* line 205, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item #import_facebook_ads_logo {
  background: #3b5998;
}

/* line 209, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item #import_zendesk_logo {
  background: #02363d;
}

/* line 213, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item #import_jira_logo {
  background: #004ed4;
}

/* line 217, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#imports_page .store .item #import_jira_on_premise_logo {
  background: #004ed4;
}

/* line 224, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page {
  margin: 30px;
  font-family: "Roboto", helvetica, arial, sans-serif;
}

/* line 229, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page #slack_integrations_section a {
  color: var(--primary-color);
}

/* line 232, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page #slack_integrations_section .slack-integration-deactivate {
  color: var(--primary-color);
  background-color: #fff;
  width: 130px;
}

/* line 237, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page #slack_integrations_section .slack-integration-deactivate:hover:not(.disabled) {
  background-color: rgba(0, 161, 229, 0.16);
}

/* line 240, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page #slack_integrations_section .slack-integration-deactivate.error {
  color: red;
}

/* line 243, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page #slack_integrations_section .slack-integration-deactivate.success {
  color: green;
}

/* line 249, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page h1 {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 35px;
  color: #4e4e4e;
  font-weight: 300;
  margin-bottom: 20px;
}

/* line 254, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .question_explain {
  vertical-align: middle;
  color: #999;
  cursor: pointer;
  border: 1px solid #999;
  font-weight: 500;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  padding: 2px 5px 2px 5px;
}

/* line 267, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .question_explain:hover {
  color: #007eb5;
  border-color: #007eb5;
}

/* line 274, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item {
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
  margin: 0 30px 20px 20px;
  overflow: hidden;
  position: relative;
  width: 270px;
}

/* line 283, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item .cta {
  display: block;
  margin: 10px 0 10px 0;
}

/* line 284, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item .cta a {
  color: #fff;
  text-decoration: none;
}

/* line 292, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item .logo img {
  height: 150px;
  padding: 30px 30px 0 30px;
}

/* line 297, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item div.name {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 303, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item div.discription {
  color: #ededed;
  width: 150px;
}

/* line 308, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item:hover {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* line 313, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item:hover .cta {
  display: block;
}

/* line 319, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item.restricted .item_inner {
  opacity: 0.5;
}

/* line 323, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .store .item.restricted:before {
  content: "Upgrade Plan";
  position: absolute;
  background-color: #00c875;
  color: white;
  padding: 0px 45px;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -40px;
  top: 18px;
}

/* line 338, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .zapier_placeholder .zapier_headline {
  font-size: 20px;
  margin-top: 20px;
}

/* line 343, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .zapier_placeholder .zapier {
  margin-bottom: 0;
}

/* line 349, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .integromat-integrations .integromat_headline {
  font-size: 20px;
  margin-top: 20px;
}

/* line 354, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .integromat-integrations .integromat {
  background: #f1f4f5;
  border-radius: 3px;
  border: 1px solid #dddddd;
  padding: 1em;
}

/* line 360, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .integromat-integrations .integromat .integromat-widget {
  height: 67px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em;
}

/* line 369, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .integromat-integrations .integromat .integromat-widget:not(:last-child) {
  margin-bottom: 1em;
}

/* line 373, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .integromat-integrations .integromat .integromat-widget .from-platform-img,
#integrations_page .integromat-integrations .integromat .integromat-widget .to-platform-img {
  width: 36px;
  height: 36px;
}

/* line 379, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .integromat-integrations .integromat .integromat-widget .to-platform-img {
  margin-right: 85px;
}

/* line 383, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .integromat-integrations .integromat .integromat-widget .integromat-widget-title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 0.95em;
  font-weight: 600;
  color: #5f6c72;
}

/* line 390, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .integromat-integrations .integromat .integromat-widget .monday-to-monday {
  color: var(--primary-color);
  cursor: pointer;
}

/* line 398, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .zapier_placeholder,
#integrations_page .integromat-integrations {
  position: relative;
  overflow: hidden;
}

/* line 403, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .zapier_placeholder.restricted:before,
#integrations_page .integromat-integrations.restricted:before {
  content: "Upgrade Plan";
  position: absolute;
  background-color: #00c875;
  color: white;
  padding: 0px 45px;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -40px;
  top: 18px;
  display: block;
  z-index: 10;
}

/* line 416, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .zapier_placeholder.restricted:after,
#integrations_page .integromat-integrations.restricted:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
  background-color: white;
  opacity: 0.5;
}

/* line 429, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .zapier_placeholder.restricted:hover:after,
#integrations_page .integromat-integrations.restricted:hover:after {
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* line 435, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .zapier_placeholder.restricted h2,
#integrations_page .integromat-integrations.restricted h2 {
  padding-left: 100px;
}

/* line 441, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured {
  border-top: 1px dashed #ddd;
  margin-top: 5px;
}

/* line 445, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured h2 {
  margin-top: 15px;
  font-size: 26px;
}

/* line 450, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured h3 {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
  margin-top: 2px;
}

/* line 455, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured .integration {
  display: inline-block;
  width: 490px;
  margin-bottom: 50px;
}

/* line 461, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured .integration .from_to {
  height: 95px;
}

/* line 464, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured .integration .from_to .left_side,
#integrations_page .featured .integration .from_to .dapulse_left_side {
  margin-right: 30px;
}

/* line 469, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured .integration .from_to .left_side,
#integrations_page .featured .integration .from_to .right_side,
#integrations_page .featured .integration .from_to .dapulse_left_side,
#integrations_page .featured .integration .from_to .google_right_side {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  margin-bottom: 30px;
  position: relative;
}

/* line 480, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured .integration .from_to .mid_arrow {
  margin-top: -33px;
  width: 10px;
  height: 17px;
  right: 49%;
}

/* line 487, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured .integration .from_to .side_text {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #4e4e4e;
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 40px;
  text-align: center;
}

/* line 497, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured .integration .details {
  border-left: 1px solid #000;
  padding-left: 17px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
  font-weight: 300;
  display: inline-block;
  position: relative;
  height: 118px;
  line-height: 22px;
  vertical-align: top;
  width: 270px;
}

/* line 509, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured .integration .details .description {
  height: 90px;
}

/* line 513, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
#integrations_page .featured .integration .details button {
  display: block;
  margin-bottom: 10px;
  padding: 3px 10px;
  margin-top: 14px;
}

/* line 524, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.from_to {
  display: inline-block;
  padding-left: 7px;
  margin-left: -7px;
  padding-right: 15px;
  position: relative;
}

/* line 532, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.from_to .left_side,
.from_to .right_side,
.from_to .google_right_side,
.from_to .dapulse_left_side {
  display: inline-block;
}

/* line 539, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.from_to .google_right_side {
  background: url(https://cdn.monday.com/images/integrations/googlecalender_icon.png) no-repeat;
  background-size: 100%;
}

/* line 544, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.from_to .dapulse_left_side {
  background-size: 100%;
}

/* line 545, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.from_to .dapulse_left_side.monday_logo {
  background: url(https://cdn.monday.com/images/integrations/monday_icon.svg) no-repeat;
}

/* line 548, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.from_to .dapulse_left_side.dapulse_logo {
  background: url(https://cdn.monday.com/images/integrations/dapulse_icon.png) no-repeat;
}

/* line 555, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.from_to .left_side {
  margin-right: 15px;
}

/* line 559, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.from_to .mid_arrow {
  background: url(https://cdn.monday.com/images/integrations/arrow_black.png) no-repeat;
  background-size: 80%;
  display: inline-block;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 50%;
}

/* line 573, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog,
.edit_integration_dialog {
  width: 600px;
  height: 290px;
  padding: 10px;
  background: #fff;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 582, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .header,
.edit_integration_dialog .header {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 589, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .header .from_to,
.edit_integration_dialog .header .from_to {
  height: 25px;
}

/* line 592, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .header .from_to .left_side,
.add_integration_dialog .header .from_to .right_side,
.edit_integration_dialog .header .from_to .left_side,
.edit_integration_dialog .header .from_to .right_side {
  width: 25px;
  height: 25px;
}

/* line 599, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .header .text,
.edit_integration_dialog .header .text {
  display: inline-block;
  vertical-align: top;
  line-height: 31px;
}

/* line 606, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .main,
.edit_integration_dialog .main {
  position: absolute;
  width: 600px;
  height: 220px;
  background: #fff;
}

/* line 613, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog label,
.edit_integration_dialog label {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #4e4e4e;
  display: block;
  margin-bottom: 10px;
}

/* line 619, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog select,
.edit_integration_dialog select {
  margin-left: 30px;
  background: #fff;
  width: 150px;
  outline: none;
}

/* line 626, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog input[type="text"],
.edit_integration_dialog input[type="text"] {
  display: inline-block;
  width: 300px;
  color: #666;
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 1px;
  margin: 5px 0;
}

/* line 637, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .btn.integrate,
.edit_integration_dialog .btn.integrate {
  margin-bottom: 5px;
}

/* line 641, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog a.change,
.edit_integration_dialog a.change {
  color: #1f76c2;
}

/* line 645, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .integrate,
.edit_integration_dialog .integrate {
  margin-top: 10px;
}

/* line 650, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .confirm_token p,
.edit_integration_dialog .confirm_token p {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #4e4e4e;
  margin-bottom: 20px;
}

/* line 654, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .confirm_token p strong,
.edit_integration_dialog .confirm_token p strong {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}

/* line 662, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .more_text,
.edit_integration_dialog .more_text {
  background: #eee;
  width: 580px;
  height: 65px;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 672, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .more_text.confirm,
.edit_integration_dialog .more_text.confirm {
  bottom: -9px;
}

/* line 677, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success,
.edit_integration_dialog .success {
  text-align: center;
}

/* line 680, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success .success_header,
.edit_integration_dialog .success .success_header {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 43px;
  color: #69f39e;
  font-weight: bold;
  color: #37dd4e;
}

/* line 686, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success p,
.edit_integration_dialog .success p {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #4e4e4e;
  margin-top: 10px;
}

/* line 691, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success a,
.edit_integration_dialog .success a {
  color: #333;
  text-decoration: none;
}

/* line 695, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success a.goto,
.edit_integration_dialog .success a.goto {
  border-bottom: 1px solid #333;
}

/* line 699, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success a:hover,
.edit_integration_dialog .success a:hover {
  color: #1f76c2;
}

/* line 704, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success .result_board_name,
.edit_integration_dialog .success .result_board_name {
  display: inline-block;
  margin: 0 5px;
  padding: 0 2px;
}

/* line 710, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success .result_board,
.edit_integration_dialog .success .result_board {
  margin: 5px 0;
}

/* line 713, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success .result_board span,
.edit_integration_dialog .success .result_board span {
  display: inline-block;
}

/* line 717, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success .result_board .board_name,
.add_integration_dialog .success .result_board .pulse_name,
.edit_integration_dialog .success .result_board .board_name,
.edit_integration_dialog .success .result_board .pulse_name {
  background: #ddd;
  padding: 2px 10px;
  margin: 25px 5px 15px 5px;
}

/* line 723, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success .result_board .board_name .icn_small,
.add_integration_dialog .success .result_board .pulse_name .icn_small,
.edit_integration_dialog .success .result_board .board_name .icn_small,
.edit_integration_dialog .success .result_board .pulse_name .icn_small {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}

/* line 730, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success .result_board .mid_arrow_container,
.edit_integration_dialog .success .result_board .mid_arrow_container {
  position: relative;
  width: 5px;
  height: 10px;
}

/* line 735, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .success .result_board .mid_arrow_container .mid_arrow,
.edit_integration_dialog .success .result_board .mid_arrow_container .mid_arrow {
  background: url(https://cdn.monday.com/images/integrations/arrow_black.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
}

/* line 751, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.add_integration_dialog .current_integration,
.edit_integration_dialog .current_integration {
  margin-top: 20px;
}

/* line 756, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
span.group_error {
  display: inline-block;
  margin-left: 5px;
  color: red;
}

/* line 762, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.integration_error_text {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #4e4e4e;
  color: #df2c3e !important;
}

/* line 767, app/assets/stylesheets/pulse/views/integrations/_integrations.scss */
.integration_dialog .fancybox-skin {
  background: #fff;
}

/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 3, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_help_popup {
  width: 800px;
  text-align: center;
}

/* line 6, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_help_popup h3 {
  font-size: 24px;
  text-align: center;
  margin: 10px 0 6px 0;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  font-weight: 400;
}

/* line 14, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_help_popup small {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  font-weight: 100;
}

/* line 19, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_help_popup img {
  width: 700px;
  margin: 10px 10px 3px 10px;
  border: 1px solid #d4d4d4;
}

/* line 26, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup.other_calendar_popup {
  width: 700px;
}

/* line 30, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup {
  width: 600px;
  padding: 20px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
}

/* line 38, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .submit_btn {
  border: none;
  background: #0fa2e2;
  border-bottom: 2px solid #0c87bc;
  color: #fff;
}

/* line 44, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .submit_btn[disabled] {
  background: #f1f1f1;
  border: none;
  border-bottom: 2px solid #dbd9d9;
  color: #9b9b9b;
}

/* line 51, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper {
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
}

/* line 56, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper .from_to_icon .arrow {
  vertical-align: middle;
  width: 7px;
  margin: 0px 5px 0px 5px;
}

/* line 62, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper .from_to_icon .dapulse_icon {
  vertical-align: middle;
  width: 30px;
}

/* line 67, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper .from_to_icon .google_calendar_icon {
  vertical-align: middle;
  width: 30px;
}

/* line 72, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper .from_to_icon .synced_calendar_icon {
  vertical-align: middle;
  margin-right: 5px;
  width: 33px;
}

/* line 78, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper .from_to_icon .fa-calendar {
  font-size: 30px;
  vertical-align: middle;
}

/* line 84, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper .title {
  -ms-flex: 1;
      flex: 1;
  padding-left: 15px;
  border-left: 1px solid black;
  margin-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 92, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper .title .title_content {
  font-weight: 300;
  color: #000;
}

/* line 98, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper .learn_more_wrapper {
  padding-right: 95px;
  font-size: 13px;
  padding-top: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 106, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .title_wrapper .clear {
  clear: both;
}

/* line 111, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector {
  margin-top: 20px;
}

/* line 115, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector .select2-container .select2-choice {
  background: #fff;
  background-color: #fff;
  border: 1px solid;
  border-color: #cccccc #e2e2e2 #e2e2e2 #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 12px;
}

/* line 124, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector .select2-container .select2-arrow {
  display: none;
}

/* line 127, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector .select2-container:focus {
  outline: 0;
}

/* line 133, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector .select2-dropdown-open .select2-choice {
  border: 1px solid #5897fb;
}

/* line 138, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector .boards {
  margin-bottom: 10px;
}

/* line 142, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector label {
  width: 100px;
  border-left: 2px solid #b6b6b6;
  font-weight: 200;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 150, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector p {
  margin-bottom: 10px;
  margin-left: 4px;
}

/* line 155, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector select {
  width: 200px;
  height: 25px;
  outline: none;
}

/* line 161, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .selector #columns_note {
  color: #bb4d4d;
}

/* line 166, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .open_other_calendar_options {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

/* line 173, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .other_calendar_options {
  padding: 10px 10px;
  display: none;
}

/* line 177, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .other_calendar_options .open-and-copy-buttons-wrapper {
  padding-top: 10px;
  text-align: right;
}

/* line 182, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .other_calendar_options .open-and-copy-buttons-wrapper #copy-button.copied:after {
  content: attr(aria-label);
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 329px;
  bottom: 58px;
  background: #333;
  padding: 3px 7px;
  border-radius: 20px;
}

/* line 196, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .other_calendar_options #ics_url_spinner {
  display: none;
  position: relative;
  top: 33px;
}

/* line 201, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .other_calendar_options .form-control {
  margin-top: 6px;
}

/* line 205, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .other_calendar_options .help_links {
  font-size: 12px;
}

/* line 208, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .other_calendar_options .help_links a {
  font-size: 12px;
}

/* line 214, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup .confirm {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 45px;
}

/* line 220, app/assets/stylesheets/pulse/views/integrations/_google_calendar.scss */
.calendar_integration_settings_popup p.note {
  margin-top: 10px;
  font-size: 12px;
}
/* line 1, app/assets/stylesheets/pulse/views/webinar/_webinar.scss */
#webibox {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  vertical-align: top;
  bottom: 1px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/pulse/views/webinar/_webinar.scss */
#webibox img {
  width: 95px;
}

/* line 13, app/assets/stylesheets/pulse/views/webinar/_webinar.scss */
#webibox .webinar-label {
  font-size: 12px;
  display: block;
  position: relative;
  bottom: 8px;
}

/* line 20, app/assets/stylesheets/pulse/views/webinar/_webinar.scss */
#webibox .join_webinar.top_link {
  color: black;
}

/* line 22, app/assets/stylesheets/pulse/views/webinar/_webinar.scss */
#webibox .join_webinar.top_link:hover {
  text-decoration: none;
  color: black;
}

/* line 28, app/assets/stylesheets/pulse/views/webinar/_webinar.scss */
#webibox .webinar-details {
  padding: 12px;
  background: #f9f9f9;
  position: absolute;
  bottom: 0px;
  right: -30px;
  z-index: -11;
  border: 1px solid #f1f1f1;
  border-top: none;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

/* line 39, app/assets/stylesheets/pulse/views/webinar/_webinar.scss */
#webibox .webinar-details .custom-text {
  width: 150px;
  margin: 10px 0;
  font-weight: bold;
}

/* line 45, app/assets/stylesheets/pulse/views/webinar/_webinar.scss */
#webibox .webinar-details #webinar_video {
  width: 100%;
  height: 110px;
}

/* line 50, app/assets/stylesheets/pulse/views/webinar/_webinar.scss */
#webibox .webinar-details .join_webinar {
  width: 100%;
}
/* line 3, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  right: 110px;
  -webkit-transition: bottom 300ms ease-in-out;
  transition: bottom 300ms ease-in-out;
  display: block;
}

/* line 11, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview.hide_video {
  bottom: -250px;
}

/* line 15, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview.remove_video {
  display: none;
}

/* line 19, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview .thumb-wrapper {
  position: relative;
}

/* line 22, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview .thumb-wrapper .iframe-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview .thumb-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

/* line 45, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview .thumb-wrapper:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 51, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview .thumb {
  cursor: pointer;
  display: block;
}

/* line 56, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview p.caption {
  position: absolute;
  bottom: -27px;
  left: 0px;
  background: #fff;
  width: 240px;
  text-align: center;
}

/* line 65, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
#video-preview .close_btn {
  position: absolute;
  color: #000;
  top: -13px;
  right: -10px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 80, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.training_video_dialog .fancybox-skin {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* line 84, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper {
  padding: 40px;
}

/* line 87, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper h1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

/* line 93, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper .video_wrapper {
  width: 900px;
  height: 506px;
  margin-bottom: 10px;
}

/* line 97, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper .video_wrapper iframe {
  width: 100%;
  height: 100%;
}

/* line 103, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper .footer {
  font-size: 13px;
  position: relative;
}

/* line 107, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper .footer label {
  cursor: pointer;
}

/* line 111, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper .footer .like_share {
  font-weight: 500;
  position: absolute;
  right: 0px;
}

/* line 117, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper .footer .like_share a i {
  color: black;
  font-size: 16px;
  margin-left: 3px;
}

/* line 123, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper .footer .like_share a i.fa-facebook-square:hover {
  color: #3b5998;
}

/* line 127, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper .footer .like_share a i.fa-twitter:hover {
  color: #55acee;
}

/* line 132, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
.video_dialog_wrapper .footer .like_share a.hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 141, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
  .video_dialog_wrapper {
    padding: 50px 5px;
    margin-top: 50px;
  }
  /* line 145, app/assets/stylesheets/pulse/views/training/_video_dialog.scss */
  .video_dialog_wrapper .video_wrapper {
    height: 200px;
    width: 100%;
  }
}
/*$link-color:#168ae0;*/
/* line 7, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding {
  background: rgba(0, 0, 0, 0.85);
  position: fixed !important;
  max-width: 800px;
  padding: 20px 20px 20px 40px;
  z-index: 9999999;
  color: white;
  font-size: 18px;
  border-radius: 2px;
  cursor: move;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 115px;
  bottom: 22px;
  opacity: 0;
}

/* line 24, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .next_button,
.on_boarding .step_wrapper .step .cancel_button {
  float: right;
  margin-top: 10px;
  border-radius: 2px;
  padding: 4px 20px;
  font-size: 16px;
  margin-left: 20px;
}

/* line 35, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step:not(.completed) .next_button {
  background-color: #c4c4c4;
  cursor: default;
}

/* line 39, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step:not(.completed) .next_button:hover {
  background-color: #c4c4c4;
}

/* line 45, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .template_options {
  margin-top: 20px;
  text-align: center;
}

/* line 49, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .template_options .template_option {
  color: white;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 56, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .template_options .template_option .option_checkbox i {
  font-size: 25px;
}

/* line 62, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .template_options .template_option .titles .subtitle {
  font-size: 14px;
}

/* line 68, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .template_options .template_option:not(.selected) .fa-check-circle {
  display: none;
}

/* line 73, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .template_options .template_option.selected {
  color: #66ccf5;
}

/* line 76, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .template_options .template_option.selected .fa-circle {
  display: none;
}

/* line 81, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .template_options .template_option:hover {
  color: #66ccf5;
  text-decoration: none;
}

/* line 88, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .step_tip {
  color: #66ccf5;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 94, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .step_tip .icon {
  font-size: 15px;
  margin-right: 5px;
}

/* line 100, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .final_tips {
  margin-top: 10px;
}

/* line 103, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .final_tips .final_tip {
  color: #66ccf5;
  cursor: pointer;
}

/* line 107, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .step .final_tips .final_tip:hover {
  text-decoration: none;
  color: #0fa8e6;
}

/* line 115, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .checkbox_wrapper {
  font-size: 13px;
  color: #c4c4c4;
  position: absolute;
  bottom: 17px;
  left: 39px;
}

/* line 122, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .checkbox_wrapper label {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_wrapper .checkbox_wrapper input {
  position: relative;
  bottom: 1px;
}

/* line 133, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .sales_details {
  position: absolute;
  top: -27px;
  color: black;
  font-size: 18px;
  font-weight: 100;
  display: none;
}

/* line 142, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .sales_image_wrapper {
  overflow: hidden;
  position: absolute;
  top: -35px;
  left: -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid white;
  z-index: 9;
}

/* line 153, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .sales_image_wrapper img {
  width: 100%;
}

/* line 157, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .sales_image_wrapper .step_done_message {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  top: 0px;
  right: 68px;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  line-height: 65px;
  background: #00c875;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

/* line 174, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding.just_completed .step_done_message {
  right: 0px !important;
}

/* line 179, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .close_btn {
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  right: 7px;
  top: 5px;
  color: #bababa;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 189, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .close_btn:hover {
  color: white;
}

/* line 194, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding[data-step="welcome_step"], .on_boarding[data-step="on_boarding_offer"] {
  bottom: 50%;
  right: 50%;
  margin-right: -400px;
  min-width: 655px !important;
}

/* line 203, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding[data-step="on_boarding_offer"] .step_content {
  margin-bottom: 20px;
}

/* line 208, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .return_to_board {
  position: absolute;
  background: #f65f7c;
  color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  text-decoration: none;
  opacity: 0;
  padding: 4px 12px 4px 35px;
  left: 8px;
  top: -30px;
  font-size: 15px;
  display: none;
}

/* line 222, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .return_to_board:hover {
  background: #f32f54;
}

/* line 228, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding.out_of_the_board .return_to_board {
  opacity: 1;
  display: block;
}

/* line 234, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_progress {
  position: absolute;
  top: -24px;
  left: 37px;
}

/* line 239, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_progress .bar {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
}

/* line 248, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .step_progress .bar.fill {
  background-color: #00c875;
}

/* line 255, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding .templates_text b {
  color: #66ccf5;
}

/* line 261, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_template_image_wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: white;
  z-index: 8888;
}

/* line 270, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_template_image_wrapper .video_wrapper {
  position: relative;
}

/* line 273, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_template_image_wrapper .video_wrapper img,
.on_boarding_template_image_wrapper .video_wrapper video {
  width: 100%;
}

/* line 278, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_template_image_wrapper .video_wrapper:after {
  content: "";
  background-image: url(https://cdn.monday.com/images/on_boarding/dots2.png);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/* line 291, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#main_container.with_on_boarding #content:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: white;
  z-index: 7777;
}

/* line 302, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#main_container.with_on_boarding #pulse_bar .my_news_bar {
  background-color: transparent !important;
}

/* line 307, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_dot_wrapper {
  position: absolute;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  z-index: 1000;
}

/* line 312, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_dot_wrapper .on_boarding_dot {
  display: inline-block;
  background: #a25ddc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
  overflow: hidden;
  position: relative;
}

/* line 323, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_dot_wrapper .on_boarding_dot:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: none;
  transition: none;
}

/* line 338, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_dot_wrapper .on_boarding_dot:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: white;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border-radius: 50%;
}

/* line 351, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_dot_wrapper:after {
  content: "";
  position: absolute;
  background: black;
  bottom: 1px;
  width: 6px;
  height: 3px;
  border-radius: 50%;
  left: 3px;
  z-index: -1;
  opacity: 0.15;
}

/* line 368, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_dot_wrapper.pointing {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

/* line 373, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_dot_wrapper.pointing.on_boarding_pointing .on_boarding_dot {
  -webkit-animation: pointing 1s ease infinite;
          animation: pointing 1s ease infinite;
}

/* line 379, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_dot_wrapper.pointing.exploring_pointing .on_boarding_dot:after {
  -webkit-animation: flashing 2s ease-out infinite;
          animation: flashing 2s ease-out infinite;
}

/* line 382, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_dot_wrapper.pointing.exploring_pointing .on_boarding_dot {
  -webkit-animation: pulsing 2s ease-out infinite;
          animation: pulsing 2s ease-out infinite;
}

/* line 389, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.exploring_tip_inner {
  font-size: 15px;
}

@-webkit-keyframes pointing {
  0%,
20%,
53%,
80%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0px;
  }
  40%,
43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: 30px;
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: 15px;
  }
  90% {
    bottom: 4px;
  }
}

@keyframes pointing {
  0%,
20%,
53%,
80%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0px;
  }
  40%,
43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: 30px;
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: 15px;
  }
  90% {
    bottom: 4px;
  }
}

@-webkit-keyframes flashing {
  0% {
  }
  20%,
100% {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes flashing {
  0% {
  }
  20%,
100% {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsing {
  0% {
  }
  20% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  30% {
    -webkit-transform: rotate(315deg) scale3d(1.15, 1.15, 1.15);
            transform: rotate(315deg) scale3d(1.15, 1.15, 1.15);
  }
  40% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

@keyframes pulsing {
  0% {
  }
  20% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  30% {
    -webkit-transform: rotate(315deg) scale3d(1.15, 1.15, 1.15);
            transform: rotate(315deg) scale3d(1.15, 1.15, 1.15);
  }
  40% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

/* line 454, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.new_pulse_input.spotlighted {
  border-color: #a25ddc !important;
}

/* line 463, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.column_type_color.spotlighted .pulse_menu_wrapper:before {
  content: "";
  border: 1px solid #a25ddc !important;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: inline-block;
}

@-webkit-keyframes new_pulse_input_spotlight {
  0%,
100% {
    background-color: #eee;
  }
  50% {
    background-color: #a25ddc;
  }
}

@keyframes new_pulse_input_spotlight {
  0%,
100% {
    background-color: #eee;
  }
  50% {
    background-color: #a25ddc;
  }
}

/* line 486, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.dot_tooltip {
  width: 100px;
}

/* line 490, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
.on_boarding_sales_image {
  border-radius: 50%;
}

/* line 507, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen #header,
body#main.on_boarding_one_screen .leftnav {
  -webkit-transition: opacity 1s ease-in-out !important;
  transition: opacity 1s ease-in-out !important;
}

/* line 514, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #join-webinar,
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #join-webinar-bubble,
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #webinar-live-now,
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #header,
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .leftnav {
  opacity: 0.04 !important;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 529, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #join-webinar,
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #join-webinar-bubble,
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #webinar-live-now {
  display: none !important;
}

/* line 535, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .add_column_container {
  opacity: 0.04 !important;
}

/* line 537, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .add_column_container.visible_add_column {
  opacity: 1 !important;
}

/* line 542, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #support_list {
  display: none;
}

/* line 546, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #content {
  overflow-x: inherit;
  overflow-y: inherit;
}

/* line 551, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #pulse_bar .boards-wrapper .pulse_list_title {
  pointer-events: none;
}

/* line 555, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .add_new_board_btn {
  display: none;
}

/* line 559, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .sort_by_column_wrapper {
  display: none;
}

/* line 563, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .remove_column {
  display: none;
}

/* line 567, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) #pulse_bar ul li:hover .folder_open .folder_edit_tools {
  display: none !important;
}

/* line 571, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .video_dialog_wrapper {
  display: none !important;
}

/* line 575, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner {
  position: relative;
}

/* line 578, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner .on-boarding-title {
  font-size: 22px;
  font-weight: 400;
}

/* line 583, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner p {
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
}

/* line 589, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner .helper-number {
  display: inline-block;
  width: calc(25% - 2px);
  height: 130px;
  border-right: 2px solid #000;
  font-size: 55px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  position: relative;
}

/* line 600, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner .helper-number .ob-number {
  vertical-align: middle;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/* line 609, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner .helper-data {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 20px 9px white;
          box-shadow: 0px 0px 20px 9px white;
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 18px);
  margin-left: 18px;
}

/* line 618, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner .add-columns {
  position: absolute;
  width: 400px;
  top: -150px;
  right: 20px;
  z-index: 10;
}

@media (max-width: 800px) {
  /* line 618, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
  body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner .add-columns {
    display: none;
  }
}

/* line 629, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner .this-is-pulse {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 20px 9px white;
          box-shadow: 0px 0px 20px 9px white;
  position: absolute;
  width: 400px;
  top: 110px;
  left: -200px;
  z-index: 10;
}

@media (max-width: 800px) {
  /* line 629, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
  body#main.on_boarding_one_screen_active:not(.new_on_boarding_one_screen) .pulse_group_inner .this-is-pulse {
    display: none;
  }
}

/* line 514, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #join-webinar,
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #join-webinar-bubble,
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #webinar-live-now,
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #header,
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .leftnav {
  opacity: 0 !important;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 529, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #join-webinar,
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #join-webinar-bubble,
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #webinar-live-now {
  display: none !important;
}

/* line 535, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .add_column_container {
  opacity: 0.04 !important;
}

/* line 537, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .add_column_container.visible_add_column {
  opacity: 1 !important;
}

/* line 542, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #support_list {
  display: none;
}

/* line 546, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #content {
  overflow-x: inherit;
  overflow-y: inherit;
}

/* line 551, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #pulse_bar .boards-wrapper .pulse_list_title {
  pointer-events: none;
}

/* line 555, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .add_new_board_btn {
  display: none;
}

/* line 559, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .sort_by_column_wrapper {
  display: none;
}

/* line 563, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .remove_column {
  display: none;
}

/* line 567, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen #pulse_bar ul li:hover .folder_open .folder_edit_tools {
  display: none !important;
}

/* line 571, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .video_dialog_wrapper {
  display: none !important;
}

/* line 575, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner {
  position: relative;
}

/* line 578, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner .on-boarding-title {
  font-size: 22px;
  font-weight: 400;
}

/* line 583, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner p {
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
}

/* line 589, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner .helper-number {
  display: inline-block;
  width: calc(25% - 2px);
  height: 130px;
  border-right: 2px solid #000;
  font-size: 55px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  position: relative;
}

/* line 600, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner .helper-number .ob-number {
  vertical-align: middle;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/* line 609, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner .helper-data {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 20px 9px white;
          box-shadow: 0px 0px 20px 9px white;
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 18px);
  margin-left: 18px;
}

/* line 618, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner .add-columns {
  position: absolute;
  width: 400px;
  top: -150px;
  right: 20px;
  z-index: 10;
}

@media (max-width: 800px) {
  /* line 618, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
  body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner .add-columns {
    display: none;
  }
}

/* line 629, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner .this-is-pulse {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 20px 9px white;
          box-shadow: 0px 0px 20px 9px white;
  position: absolute;
  width: 400px;
  top: 110px;
  left: -200px;
  z-index: 10;
}

@media (max-width: 800px) {
  /* line 629, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
  body#main.on_boarding_one_screen_active.new_on_boarding_one_screen .pulse_group_inner .this-is-pulse {
    display: none;
  }
}

/* line 654, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

/* line 662, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen {
  text-align: left;
  height: 100%;
  width: 100%;
  position: relative;
}

/* line 668, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen .add-columns,
#on-boarding-one-screen-container #on-boarding-one-screen .this-is-pulse {
  display: none;
}

/* line 673, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen .on-boarding-title {
  font-size: 22px;
  font-weight: 400;
}

/* line 678, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen p {
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
}

/* line 684, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen .welcome-first-board {
  background: white;
  -webkit-box-shadow: 0px 0px 20px 9px white;
          box-shadow: 0px 0px 20px 9px white;
  position: absolute;
  width: 390px;
  top: 40px;
  left: 60px;
}

/* line 693, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen .close-onboarding-x {
  position: absolute;
  color: #333;
  top: 25px;
  right: 25px;
  text-decoration: none;
  font-size: 20px;
  padding: 5px;
}

/* line 702, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen .close-onboarding-x:hover {
  color: black;
}

/* line 707, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen .close-onboarding {
  position: absolute;
  bottom: 46px;
  right: 46px;
}

/* line 712, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen .close-onboarding .close-onboarding-button {
  display: inline-block;
  outline: none;
  background: #0fa2e2;
  color: #fff;
  border-radius: 50px;
  border: 0;
  padding: 12px 38px;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

/* line 724, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen .close-onboarding .close-onboarding-button:hover, #on-boarding-one-screen-container #on-boarding-one-screen .close-onboarding .close-onboarding-button.dark {
  background: #095d82;
}

/* line 729, app/assets/stylesheets/pulse/views/on_boarding/_on_boarding.scss */
#on-boarding-one-screen-container #on-boarding-one-screen .close-onboarding .close-onboarding-button.dark {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/*$link-color:#168ae0;*/
/* line 8, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content.date_search_open .search_menu .date_search_btn {
  background-color: #103346;
  border-bottom-color: #07151c;
}

/* line 12, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content.date_search_open .search_menu .date_search_btn:hover {
  background-color: #07151c;
}

/* line 16, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content.date_search_open .search_menu .date_search_btn .close_label {
  display: inline-block !important;
}

/* line 20, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content.date_search_open .search_menu .date_search_btn .open_label {
  display: none;
}

/* line 27, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu {
  max-height: 0px;
  overflow: hidden;
  position: fixed;
  left: 250px;
  right: 15px;
  z-index: 999999;
  background: white;
}

@media (max-width: 768px) {
  /* line 27, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
  .search_content .search_menu {
    right: 0px;
    left: 0px;
  }
}

/* line 45, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu .search_menu_inner {
  border-bottom: 1px solid #e1e1e1;
  margin: 10px 10px 0px 10px;
}

/* line 50, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu.open {
  max-height: 130px;
}

/* line 52, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu.open .content_shadow_decoration {
  display: none;
}

@media (max-width: 768px) {
  /* line 50, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
  .search_content .search_menu.open {
    max-height: 200px;
  }
}

/* line 60, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu a.search_segment,
.search_content .search_menu a.my_things {
  color: #333;
  font-size: 16px;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
  margin: 0;
}

@media (max-width: 900px) {
  /* line 60, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
  .search_content .search_menu a.search_segment,
.search_content .search_menu a.my_things {
    padding: 5px 8px;
  }
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
  .search_content .search_menu a.search_segment,
.search_content .search_menu a.my_things {
    margin-top: 30px;
  }
}

/* line 77, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu a.search_segment {
  text-decoration: none;
  position: relative;
  top: 1px;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}

/* line 84, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu a.search_segment:hover {
  color: #0fa2e2;
}

/* line 88, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu a.search_segment.active {
  color: #0fa2e2;
  border-bottom: 2px solid;
}

/* line 94, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu a.search_segment.fetching .num_of_results {
  display: none;
}

/* line 100, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu a.search_segment:not(.fetching, .vibe-loader) .fa-spinner {
  display: none;
}

/* line 106, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu a.search_segment:not(.home_screen) .icon {
  font-size: 13px;
  margin-right: 3px;
}

/* line 112, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu a.search_segment.home_screent {
  margin-right: 10px;
}

/* line 116, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu a.search_segment .num_of_results {
  font-size: 13px;
}

/* line 121, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu .right_section {
  position: absolute;
  right: 20px;
  padding-top: 1px;
}

@media (max-width: 768px) {
  /* line 121, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
  .search_content .search_menu .right_section {
    right: 6px;
  }
}

/* line 129, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu .right_section .date_search_btn {
  margin-right: 5px;
  padding: 2px 12px;
  margin-top: -5px;
}

/* line 134, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu .right_section .date_search_btn .close_label {
  display: none;
}

/* line 140, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu .freezing_left_pane_button {
  position: absolute;
  left: 0px;
  font-size: 16px;
  color: #a1a1a1;
  width: 50px;
  text-align: center;
  top: 16px;
  display: inline-block;
  line-height: 36px;
  bottom: 0px;
}

/* line 152, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu .freezing_left_pane_button:hover {
  color: #666;
}

/* line 156, app/assets/stylesheets/pulse/views/search/_search_menu.scss */
.search_content .search_menu .freezing_left_pane_button .icon {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content {
  display: block;
  position: absolute;
  background: white;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10201;
  overflow: auto;
  margin-right: 0px;
  -webkit-transition: margin-right 0.3s ease;
  transition: margin-right 0.3s ease;
  will-change: margin-right;
}

/* line 15, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .no_results_message {
  font-size: 20px;
  font-weight: 400;
  padding-left: 30px;
}

/* line 21, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .loader_wrapper,
.search_content .monday-loader-wrapper {
  text-align: center;
  padding: 350px 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  display: none !important;
}

/* line 29, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .loader_wrapper .monday-loader-css,
.search_content .monday-loader-wrapper .monday-loader-css {
  margin: auto auto 8px auto;
}

/* line 35, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content.loading .loader_wrapper,
.search_content.loading .monday-loader-wrapper {
  display: block !important;
}

/* line 40, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content.loading .search_page {
  display: none !important;
}

/* line 46, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content.date_search_open .search_page {
  margin-top: 80px;
}

/* line 51, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .search_page {
  padding-bottom: 100px;
  padding-top: 70px !important;
  margin-top: 0px;
  position: relative;
  -webkit-transition: margin-top 0.2s ease !important;
  transition: margin-top 0.2s ease !important;
  height: 100%;
}

/* line 59, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .search_page .results {
  height: 100%;
  margin-right: 315px;
  margin-top: 10px;
}

/* line 64, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .search_page .results .no_updates_message {
  height: 100%;
}

/* line 68, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .search_page .results .no_files_message {
  height: 100%;
}

/* line 72, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .search_page .results .no_users_message {
  height: 100%;
}

/* line 76, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .search_page .results em {
  background: #e5f4ff;
  padding: 3px 0px;
  color: #333;
}

/* line 81, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .search_page .done_footer {
  height: 1px;
  background: #e1e1e1;
  margin-top: 50px;
}

/* line 87, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.search_content .search_page .loader {
  margin-right: 350px;
  font-size: 20px;
}

@media (max-width: 768px) {
  /* line 94, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page {
    padding-top: 100px !important;
  }
  /* line 97, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page .results {
    margin-right: 0 !important;
  }
  /* line 101, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page #pulse_page.cross_board {
    padding-top: 60px !important;
  }
  /* line 104, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page #pulse_page.cross_board .cross_board_menu {
    display: none;
  }
  /* line 109, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page.posts_search {
    height: 100%;
  }
  /* line 111, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page.posts_search .post {
    padding: 10px 0px;
  }
  /* line 118, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page.files_search .results, .search_content .search_page.users_search .results {
    text-align: center;
  }
  /* line 123, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page.files_search .results .file .details_wrapper,
.search_content .search_page.files_search .results .user .details_wrapper, .search_content .search_page.users_search .results .file .details_wrapper,
.search_content .search_page.users_search .results .user .details_wrapper {
    text-align: left;
  }
  /* line 130, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page.home_screen {
    padding-top: 75px !important;
  }
  /* line 134, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_page.home_screen .user_searches h2 {
    display: block !important;
  }
  /* line 141, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_menu {
    -webkit-transition: none !important;
    transition: none !important;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 10;
  }
  /* line 148, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_menu .search_menu_inner {
    padding-left: 0px !important;
    white-space: nowrap;
  }
  /* line 152, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_menu .search_menu_inner .freezing_left_pane_button {
    display: none;
  }
  /* line 157, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_menu .search_segment {
    padding: 5px 8px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 768px) and (max-width: 450px) {
  /* line 157, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_menu .search_segment {
    padding: 5px 6px !important;
  }
}

@media (max-width: 768px) {
  /* line 164, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_menu .search_segment .num_of_results {
    display: none !important;
  }
  /* line 169, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_menu .right_section {
    right: 10px;
  }
  /* line 172, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .search_menu .right_section .close_search_btn {
    font-size: 12px;
  }
  /* line 178, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .cross_board_home_screen {
    padding-top: 30px !important;
  }
  /* line 181, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .cross_board_home_screen h2 {
    padding: 0px 35px;
    font-size: 15px !important;
  }
  /* line 187, app/assets/stylesheets/pulse/views/search/_search_page.scss */
  .search_content .cross_board_home_screen.version_1 img {
    width: 40% !important;
  }
}

/* line 195, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.overlay_image_link {
  display: block;
  position: relative;
}

/* line 199, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.overlay_image_link:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* line 211, app/assets/stylesheets/pulse/views/search/_search_page.scss */
.overlay_image_link:hover:after {
  opacity: 0.3;
}

/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search {
  padding: 20px;
  position: relative;
}

/* line 8, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search em {
  background-color: #b5daf0;
}

/* line 12, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post {
  position: relative;
  max-width: 700px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid transparent;
}

/* line 19, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post:hover {
  border: 1px solid #f1f1f1;
}

/* line 23, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post:hover .preview_btn {
  display: inline-block;
}

/* line 28, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .preview_btn {
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  color: #333;
  right: 10px;
  top: 6px;
  display: none;
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .preview_btn:hover {
  color: #0086c0;
}

/* line 43, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .result_link {
  color: black;
  cursor: pointer;
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
  padding-bottom: 5px;
}

/* line 52, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .result_link:hover {
  color: #0086c0;
}

/* line 55, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .result_link:hover em {
  color: #0086c0;
}

/* line 61, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title {
  font-size: 13px;
  margin-left: 50px;
}

/* line 65, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .project_names {
  display: inline-block;
  white-space: nowrap;
}

/* line 69, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .project_names .board_name,
.search_content .posts_search .post .title .project_names .pulse_name {
  color: #c4c4c4;
  text-decoration: none;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}

/* line 80, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .project_names .board_name:hover,
.search_content .posts_search .post .title .project_names .pulse_name:hover {
  color: #0086c0;
}

/* line 82, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .project_names .board_name:hover em,
.search_content .posts_search .post .title .project_names .pulse_name:hover em {
  color: #0086c0;
}

/* line 87, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .project_names .board_name em,
.search_content .posts_search .post .title .project_names .pulse_name em {
  background: #e5f4ff;
  padding: 3px 0px;
  color: #333;
}

/* line 104, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .project_names .board_name .icon.icon-dapulse-share,
.search_content .posts_search .post .title .project_names .pulse_name .icon.icon-dapulse-share {
  color: #a25ddc;
}

/* line 108, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .project_names .board_name .icon.icon-dapulse-private,
.search_content .posts_search .post .title .project_names .pulse_name .icon.icon-dapulse-private {
  color: #f65f7c;
}

/* line 116, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .separator {
  margin: 0px 2px;
  font-weight: 400;
}

/* line 121, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .time {
  color: #c4c4c4;
  font-weight: 100;
  text-decoration: none;
}

/* line 126, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .time:hover {
  color: #0086c0;
}

/* line 130, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .title .time i {
  margin-right: 3px;
}

/* line 136, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .user_photo_wrapper {
  position: absolute;
}

/* line 139, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .user_photo_wrapper .user_photo {
  display: inline-block;
  width: 40px;
  height: 40px;
}

/* line 144, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .user_photo_wrapper .user_photo.user_photo {
  border-radius: 50%;
}

/* line 149, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .user_photo_wrapper .icon {
  font-size: 28px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}

/* line 159, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .details {
  margin-left: 50px;
}

/* line 162, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .details .user_name {
  color: black;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

/* line 168, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .details .user_name em {
  background: #e5f4ff;
  padding: 3px 0px;
  color: #333;
}

/* line 172, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .details .user_name .last_edited {
  font-weight: 100;
  font-style: italic;
  font-size: 11px;
  margin-left: 2px;
  color: #a1a1a1;
}

/* line 180, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .details .user_name .archived_label {
  font-weight: 100;
  background-color: #f65f7c;
  color: white;
  padding: 2px 5px;
  margin-left: 5px;
}

/* line 189, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .details .post_content {
  max-height: 135px;
  overflow: hidden;
}

/* line 195, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .post_assets {
  padding-left: 50px;
}

/* line 198, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .post_assets .images,
.search_content .posts_search .post .post_assets .non_images {
  margin: 10px 0px 5px 0px;
}

/* line 204, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .post_assets .images .image_link {
  width: 100px;
  height: 70px;
  background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: 2px;
  display: inline-block;
  border: 1px solid #a1a1a1;
  position: relative;
  background: #5d5c5c;
}

/* line 216, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .post_assets .images .image_link.contain_view {
  background-size: contain;
}

/* line 220, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .post_assets .images .image_link .extension {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 1px 8px 1px 8px;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-weight: 400;
}

/* line 236, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .post_assets .non_images .non_image_link {
  color: #0086c0;
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin-left: -5px;
}

/* line 246, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .post_assets .non_images .non_image_link .filetype_icon {
  margin-right: 2px;
}

/* line 250, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .post_assets .non_images .non_image_link .icon-dapulse-download {
  font-size: 15px;
  position: relative;
  top: 1px;
}

/* line 256, app/assets/stylesheets/pulse/views/search/_posts.scss */
.search_content .posts_search .post .post_assets .non_images .non_image_link:hover {
  border-color: black;
}

/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search {
  padding: 20px;
  position: relative;
}

/* line 8, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file {
  display: inline-block;
  width: 200px;
  height: 235px;
  margin: 10px;
  font-size: 13px;
  vertical-align: top;
  position: relative;
  border: 1px solid #e1e1e1;
  border-bottom-color: #333;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper {
  position: relative;
  background: #5d5c5c;
  border-bottom: 1px solid #e1e1e1;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 27, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image {
  height: 110px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 50px;
  line-height: 110px;
  color: white;
}

/* line 37, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image.contain_view {
  background-size: contain;
}

/* line 41, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image.not_an_image {
  background-color: #333;
}

/* line 44, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image.preview_word {
  background-color: #2a5699;
}

/* line 47, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image.preview_ppt {
  background-color: #d64e2a;
}

/* line 50, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image.preview_excel {
  background-color: #207245;
}

/* line 53, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image.preview_pdf {
  background-color: #bb0706;
}

/* line 56, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image.preview_word {
  background-color: #2a5699;
}

/* line 59, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image.preview_zip {
  background-color: #e4901c;
}

/* line 62, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .preview_image.preview_music, .search_content .files_search .file .preview_wrapper .preview_image.preview_video {
  background-color: #2ea2e9;
}

/* line 68, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper .file_details_top {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  padding: 2px 5px;
  border-radius: 0px 0px 0px 2px;
  font-size: 12px;
}

/* line 82, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .preview_wrapper:hover .file_details_top {
  opacity: 1;
}

/* line 88, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper {
  padding: 10px;
  position: relative;
}

/* line 92, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .user_image {
  border-radius: 50%;
  position: absolute;
  width: 30px;
  top: -15px;
  left: 0px;
  border: 1px solid #e1e1e1;
}

/* line 100, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .user_image.highlight {
  border: 2px solid #fff3b8;
  -webkit-box-shadow: 0px 0px 1px 0px #fff3b8;
          box-shadow: 0px 0px 1px 0px #fff3b8;
}

/* line 106, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .time {
  text-align: right;
  font-size: 12px;
  color: #a1a1a1;
  position: relative;
  bottom: 5px;
  left: 5px;
}

/* line 114, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .time a {
  color: #a1a1a1;
  text-decoration: none;
}

/* line 118, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .time a i {
  margin-right: 3px;
}

/* line 122, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .time a:hover {
  color: #0086c0;
}

/* line 128, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name,
.search_content .files_search .file .details_wrapper .board_name,
.search_content .files_search .file .details_wrapper .file_name {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 136, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name a,
.search_content .files_search .file .details_wrapper .board_name a,
.search_content .files_search .file .details_wrapper .file_name a {
  text-decoration: none;
}

/* line 139, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name a:hover,
.search_content .files_search .file .details_wrapper .board_name a:hover,
.search_content .files_search .file .details_wrapper .file_name a:hover {
  color: #0086c0 !important;
}

/* line 142, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name a:hover em,
.search_content .files_search .file .details_wrapper .board_name a:hover em,
.search_content .files_search .file .details_wrapper .file_name a:hover em {
  color: #0086c0 !important;
}

/* line 150, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name.pulse_name a, .search_content .files_search .file .details_wrapper .pulse_name.board_name a,
.search_content .files_search .file .details_wrapper .board_name.pulse_name a,
.search_content .files_search .file .details_wrapper .board_name.board_name a,
.search_content .files_search .file .details_wrapper .file_name.pulse_name a,
.search_content .files_search .file .details_wrapper .file_name.board_name a {
  color: #a1a1a1;
}

/* line 155, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name.file_name,
.search_content .files_search .file .details_wrapper .board_name.file_name,
.search_content .files_search .file .details_wrapper .file_name.file_name {
  margin-bottom: 11px;
  font-weight: 500;
  margin-top: 9px;
}

/* line 160, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name.file_name a,
.search_content .files_search .file .details_wrapper .board_name.file_name a,
.search_content .files_search .file .details_wrapper .file_name.file_name a {
  color: #333;
}

/* line 165, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name.board_name,
.search_content .files_search .file .details_wrapper .board_name.board_name,
.search_content .files_search .file .details_wrapper .file_name.board_name {
  margin-top: 6px;
}

/* line 169, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name.board_name .icon.icon-dapulse-share,
.search_content .files_search .file .details_wrapper .board_name.board_name .icon.icon-dapulse-share,
.search_content .files_search .file .details_wrapper .file_name.board_name .icon.icon-dapulse-share {
  color: #a25ddc;
}

/* line 173, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .details_wrapper .pulse_name.board_name .icon.icon-dapulse-private,
.search_content .files_search .file .details_wrapper .board_name.board_name .icon.icon-dapulse-private,
.search_content .files_search .file .details_wrapper .file_name.board_name .icon.icon-dapulse-private {
  color: #f65f7c;
}

/* line 181, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .go_to_post {
  background: #333;
  color: white;
  position: absolute;
  right: -44px;
  bottom: -44px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-top: 18px;
  padding-left: 7px;
  font-size: 9px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 197, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .go_to_post .icon {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
}

/* line 202, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file .go_to_post:hover {
  background: #111;
}

/* line 208, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file:hover .go_to_post {
  right: -28px;
  bottom: -28px;
}

/* line 215, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file.in_pulse_page {
  width: 140px;
  height: 135px;
}

/* line 220, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file.in_pulse_page .preview_wrapper .preview_image {
  height: 75px;
  font-size: 35px;
  line-height: 80px;
}

/* line 228, app/assets/stylesheets/pulse/views/search/_files.scss */
.search_content .files_search .file.in_pulse_page .details_wrapper .file_name {
  margin: 0px !important;
}

/*$link-color:#168ae0;*/
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 12, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search {
  padding: 20px;
  position: relative;
}

/* line 16, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .results {
  margin-right: 0;
}

/* line 20, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .find-your-teammates {
  margin-left: 20px;
}

/* line 23, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .find-your-teammates .find-your-teammates-header {
  font-size: 16px;
  font-weight: 400;
}

/* line 28, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .find-your-teammates .find-your-teammates-subheader {
  font-size: 16px;
}

/* line 33, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  margin-top: 75px;
}

/* line 42, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 230px;
  height: 280px;
  margin: 0 20px 50px 20px;
  padding: 75px 15px 10px 15px;
  border: 1px solid #e1e1e1;
  border-bottom: 3px solid #0fa2e2;
  border-radius: 2px;
}

/* line 53, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper.invite-teammate {
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper.invite-teammate:hover {
  -webkit-box-shadow: 0px 3px 7px 0px #e7e7e7;
          box-shadow: 0px 3px 7px 0px #e7e7e7;
}

/* line 62, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper.invite-teammate:hover .circle-with-plus {
  background-color: #00a1e6;
}

/* line 65, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper.invite-teammate:hover .circle-with-plus:after, .search_content .users_search .user .details_wrapper.invite-teammate:hover .circle-with-plus:before {
  background-color: white;
}

/* line 72, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper.invite-teammate .circle-with-plus {
  height: 130px;
  width: 130px;
  position: absolute;
  left: 70px;
  top: -60px;
  background-color: white;
  border: 1px solid #00a1e6;
  border-radius: 50%;
  cursor: pointer;
}

/* line 84, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper.invite-teammate .circle-with-plus:after {
  content: " ";
  position: absolute;
  height: 40px;
  width: 2px;
  background-color: #00a1e6;
  left: 64px;
  top: 45px;
  border-radius: 4px;
}

/* line 95, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper.invite-teammate .circle-with-plus:before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 40px;
  background-color: #00a1e6;
  left: 45px;
  top: 64px;
  border-radius: 4px;
}

/* line 108, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper .user-search-invite-teammate {
  padding: 40px 32px 0px;
  text-align: center;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 116, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper.user_guest {
  border-bottom-color: #a25ddc;
}

/* line 120, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .details_wrapper .user_field_wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 125, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_name {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}

/* line 132, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_link {
  display: block;
}

/* line 134, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_link.overlay_image_link {
  position: absolute;
}

/* line 138, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_link .preview_wrapper {
  position: absolute;
  background: transparent;
  top: -60px;
  left: 70px;
}

/* line 144, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_link .preview_wrapper .profile_image_wrapper {
  position: relative;
}

/* line 149, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_link .preview_wrapper .profile_image_wrapper.fadeout .preview_image.preview_default_image {
  opacity: 0;
}

/* line 155, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_link .preview_wrapper .profile_image_wrapper.fadeout:not(.loaded) .preview_image.preview_default_image {
  -webkit-animation: fadeout 0.5s;
          animation: fadeout 0.5s;
}

/* line 161, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_link .preview_wrapper .profile_image_wrapper .preview_image {
  border-radius: 100%;
  height: 130px;
  width: 130px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: center;
  color: #fff;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: 0;
}

/* line 175, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_link .preview_wrapper .profile_image_wrapper .preview_image.preview_default_image {
  background-image: url(https://cdn.monday.com/images/dapulse-user-stroke.svg);
}

/* line 183, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_name,
.search_content .users_search .user .user_title,
.search_content .users_search .user .user_phone,
.search_content .users_search .user .user_email,
.search_content .users_search .user .user_field {
  width: 100%;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
}

/* line 194, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_name,
.search_content .users_search .user .user_title,
.search_content .users_search .user .user_field {
  overflow: hidden;
  padding: 0 10px;
}

/* line 201, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .user_field {
  font-size: 15px;
  text-align: center;
  color: #5e5e5e;
}

/* line 208, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .email_phone_wrapper i:not(.copy_icon) {
  margin: 0 5px;
  border: 1px solid #c4c4c4;
  border-radius: 100%;
  padding-top: 4px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}

/* line 220, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .email_phone_wrapper .tip-copy {
  position: relative;
}

/* line 222, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .email_phone_wrapper .tip-copy.copied:after {
  content: attr(aria-label);
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: -25px;
  background: #333;
  padding: 3px 7px;
  border-radius: 20px;
  z-index: 9999;
}

/* line 235, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .email_phone_wrapper .tip-copy .copy-value {
  display: inline-block;
  width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  vertical-align: middle;
}

/* line 245, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .email_phone_wrapper .user_phone,
.search_content .users_search .user .email_phone_wrapper .user_email {
  padding: 4px 0;
}

/* line 248, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .email_phone_wrapper .user_phone a,
.search_content .users_search .user .email_phone_wrapper .user_email a {
  text-decoration: none;
  color: #0fa2e2;
}

/* line 252, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .email_phone_wrapper .user_phone a:hover,
.search_content .users_search .user .email_phone_wrapper .user_email a:hover {
  color: #0086c0;
}

/* line 259, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .icon-dapulse-guest {
  color: #a25ddc;
  position: absolute;
  top: 100px;
  left: 95px;
  font-size: 30px;
}

/* line 266, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .icon-dapulse-guest:before {
  position: absolute;
  z-index: 10;
}

/* line 271, app/assets/stylesheets/pulse/views/search/_users.scss */
.search_content .users_search .user .icon-dapulse-guest:after {
  content: "";
  width: 27px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 1px;
  z-index: 1;
}

/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen {
  text-align: center;
}

/* line 7, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper {
  padding: 20px;
  margin-top: 30px;
  display: inline-block;
}

@media (max-width: 768px) {
  /* line 7, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
  .search_content .search_page.home_screen .homescreen_wrapper {
    margin-top: 50px;
  }
}

/* line 16, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  min-height: 300px;
  width: 300px;
  margin: 0px 5px;
}

@media (max-width: 1500px) {
  /* line 16, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
  .search_content .search_page.home_screen .homescreen_wrapper .searches_section {
    width: 250px;
  }
}

/* line 29, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section.trending_tags {
  width: 200px;
}

/* line 33, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0px 10px 10px 10px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  display: block;
  text-align: left;
}

/* line 44, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section h2 .icon {
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section h2 .icon.icon-dapulse-save {
  font-size: 13px;
}

/* line 54, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section h2 .icon.fa {
  font-size: 16px;
}

/* line 65, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section.recent_searches .search_link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 71, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_items {
  height: 180px;
}

/* line 75, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item {
  margin: 5px 0px;
  position: relative;
}

/* line 79, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .search_link {
  color: #333;
  font-size: 15px;
  text-decoration: none;
  margin-top: 5px;
  border: 1px solid transparent;
  padding: 0px 8px;
  display: block;
}

/* line 88, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .search_link .icon {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}

/* line 95, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .search_link .icon.icon-dapulse-pulse-circle {
  color: black;
}

/* line 99, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .search_link .icon.icon-dapulse-doc {
  color: #a25ddc;
}

/* line 103, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .search_link .icon.icon-dapulse-mention {
  color: #36bcf2;
}

/* line 107, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .search_link .icon.fa.fa-archive {
  color: #f65f7c;
}

/* line 112, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .search_link:hover {
  color: #0fa2e2;
}

/* line 116, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .search_link.tag {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 121, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .search_link.tag:hover {
  text-decoration: underline;
}

/* line 127, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .delete_saved_search {
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 5px;
  color: #333;
  display: none;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item .delete_saved_search:hover {
  color: #0fa2e2;
}

/* line 142, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .search_item:hover .delete_saved_search {
  display: inline-block;
}

/* line 148, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .empty_message {
  font-size: 14px;
  padding: 0px 20px;
  color: #b1b1b1;
}

/* line 153, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .homescreen_wrapper .searches_section .empty_message .icon {
  font-size: 15px;
  margin-right: 5px;
}

/* line 162, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .user_searches {
  padding-top: 25px;
  margin-top: 10px;
  border-top: 1px dashed #e1e1e1;
}

/* line 167, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .user_searches h2 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  display: inline-block;
  margin-right: 10px;
}

/* line 176, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .user_searches .search_link .search-home-screen-profile-image {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* line 183, app/assets/stylesheets/pulse/views/search/_home_screen.scss */
.search_content .search_page.home_screen .user_searches .search_link:hover {
  opacity: 0.8;
}

/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/search/_files_search_restricted.scss */
.search_content .files_search_restricted {
  padding-top: 45px;
  text-align: center;
}

/* line 8, app/assets/stylesheets/pulse/views/search/_files_search_restricted.scss */
.search_content .files_search_restricted h1 {
  font-size: 28px;
  font-weight: 500;
}

/* line 13, app/assets/stylesheets/pulse/views/search/_files_search_restricted.scss */
.search_content .files_search_restricted h2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  max-width: 900px;
  display: inline-block;
}

/* line 21, app/assets/stylesheets/pulse/views/search/_files_search_restricted.scss */
.search_content .files_search_restricted .files_search_icons {
  word-spacing: -20px;
}

/* line 24, app/assets/stylesheets/pulse/views/search/_files_search_restricted.scss */
.search_content .files_search_restricted .files_search_icons .icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  font-size: 35px;
  border-radius: 50%;
  padding-top: 15px;
  margin-top: 20px;
  color: white;
}

/* line 34, app/assets/stylesheets/pulse/views/search/_files_search_restricted.scss */
.search_content .files_search_restricted .files_search_icons .icon.icon-dapulse-board-filter {
  background-color: #66ccf5;
}

/* line 38, app/assets/stylesheets/pulse/views/search/_files_search_restricted.scss */
.search_content .files_search_restricted .files_search_icons .icon.icon-dapulse-filetype-plain {
  background-color: #333;
}

/* line 3, app/assets/stylesheets/pulse/views/search/_search_tip.scss */
.search_content .search_wrapper .search_tip {
  color: white;
  background: #a25ddc;
  border-radius: 20px;
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  left: 5px;
  text-decoration: none;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  vertical-align: top;
  top: 3px;
}

/* line 17, app/assets/stylesheets/pulse/views/search/_search_tip.scss */
.search_content .search_wrapper .search_tip:hover {
  background: #6f25ae;
}

/* line 20, app/assets/stylesheets/pulse/views/search/_search_tip.scss */
.search_content .search_wrapper .search_tip:hover:before {
  border-right-color: #6f25ae;
}

/* line 25, app/assets/stylesheets/pulse/views/search/_search_tip.scss */
.search_content .search_wrapper .search_tip:before {
  -webkit-transition: border-right-color 0.2s ease;
  transition: border-right-color 0.2s ease;
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #a25ddc;
  position: absolute;
  left: -6px;
  top: 9px;
}

/*$link-color:#168ae0;*/
/* line 5, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter {
  position: fixed;
  right: 35px;
  top: 133px;
  padding: 10px 10px 10px 30px;
  border-left: 1px solid #e1e1e1;
  width: 300px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 768px) {
  /* line 5, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
  .search_content .search_page .search_filter {
    display: none;
  }
}

/* line 18, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter {
  margin: 15px 0px;
  padding: 15px 0px;
  border-top: 1px solid #f5f5f5;
}

/* line 23, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #3e3e3e;
  font-size: 15px;
  margin-top: 10px;
}

/* line 31, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option:hover:not(.disabled) {
  color: black;
}

/* line 34, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option:hover:not(.disabled) .check_icon.unchecked {
  color: #4ec4f3;
}

/* line 39, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option.active {
  color: #4ec4f3 !important;
}

/* line 42, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option.active .count {
  display: none;
}

/* line 46, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option.active .check_icon.unchecked {
  display: none;
}

/* line 52, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option:not(.active) .check_icon.checked {
  display: none;
}

/* line 57, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option.disabled {
  opacity: 0.25;
  cursor: text;
}

/* line 61, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option.disabled .count {
  display: none;
}

/* line 66, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option .count {
  font-size: 12px;
}

/* line 70, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_filter .results_filter_option .check_icon {
  margin-right: 5px;
}

/* line 83, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_time_filter .date_filter {
  margin-left: 5px;
  outline: none;
}

/* line 89, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #f5f5f5;
}

/* line 94, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_label {
  font-weight: 100;
}

/* line 98, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
}

/* line 103, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_by_relevance_btn,
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_by_time_btn {
  color: #3e3e3e;
  text-decoration: none;
  top: 1px;
  line-height: 19px;
  background-color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  height: 20px;
  position: relative;
}

/* line 114, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_by_relevance_btn.sort_by_relevance_btn,
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_by_time_btn.sort_by_relevance_btn {
  padding: 0px 15px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  left: 13px;
}

/* line 120, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_by_relevance_btn.sort_by_time_btn,
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_by_time_btn.sort_by_time_btn {
  padding: 0px 10px 0px 15px;
  border-radius: 0px 10px 10px 0px;
  right: 13px;
}

/* line 126, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_by_relevance_btn:hover,
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_by_time_btn:hover {
  color: #66ccf5;
}

/* line 131, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_toggle_btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  border: 1px solid #66ccf5;
  border-radius: 15px;
  vertical-align: middle;
  background-color: white;
  z-index: 10;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 143, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_toggle_btn .toggle_btn_circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #66ccf5;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

/* line 155, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper .sort_toggle_btn:hover {
  background-color: #f1f1f1;
}

/* line 161, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper.relevance .sort_by_relevance_btn {
  color: #66ccf5;
}

/* line 167, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper.time .sort_by_time_btn {
  color: #66ccf5;
}

/* line 171, app/assets/stylesheets/pulse/views/search/_search_filter.scss */
.search_content .search_page .search_filter .results_sort .sort_btn_wrapper.time .sort_toggle_btn .toggle_btn_circle {
  left: 21px;
}

/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search {
  display: none;
  background-image: url(https://cdn.monday.com/images/search/date_search_background_with_stars.png);
  background-repeat: repeat-x;
  height: 80px;
  padding: 60px 50px 0px;
  position: relative;
}

/* line 13, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .side {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100px;
}

/* line 19, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .side.left_side {
  left: 0px;
  text-align: center;
  line-height: 75px;
}

/* line 24, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .side.left_side .zoom_btn {
  color: white;
  font-weight: 400;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  display: block;
  height: 40px;
  text-align: left;
  padding: 0px 10px 0px 15px;
  line-height: 44px;
  border-right: 1px solid #777;
}

/* line 37, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .side.left_side .zoom_btn:hover {
  color: #c4c4c4;
}

/* line 43, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .side.left_side .zoom_btn.zoom_in_btn {
  background: rgba(255, 255, 255, 0.1);
}

/* line 49, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .side.right_side {
  right: 0px;
}

/* line 52, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .side.right_side .close_date_search_btn {
  display: block;
  height: 35px;
  color: white;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  line-height: 37px;
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .side.right_side .close_date_search_btn:hover {
  color: #c4c4c4;
}

/* line 69, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-innerBar {
  height: 2px;
  background: #e1e1e1;
  border-radius: 10px;
}

/* line 75, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-bar {
  background: #66ccf5;
  height: 12px;
  top: -3px !important;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-bar .icon-dapulse-hamburger {
  color: #0c85b6;
  font-size: 6px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  position: relative;
  bottom: 7px;
}

/* line 93, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-handle {
  height: 12px;
  top: -2px !important;
  background: rgba(255, 255, 255, 0.8);
  width: 4px;
  color: white;
}

/* line 100, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-handle .icon {
  font-size: 10px;
  position: absolute;
  top: 2px;
}

/* line 106, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-handle.ui-rangeSlider-leftHandle {
  border-radius: 20px 0px 0px 20px;
}

/* line 108, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-handle.ui-rangeSlider-leftHandle .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 5px;
}

/* line 114, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-handle.ui-rangeSlider-rightHandle {
  border-radius: 0px 20px 20px 0px;
}

/* line 116, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-handle.ui-rangeSlider-rightHandle .icon {
  right: 5px;
}

/* line 122, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-rangeSlider-label {
  font-size: 13px;
  font-weight: 400;
  color: #f9f9f9;
  background: rgba(0, 0, 0, 0.8);
  padding: 2px 8px;
  bottom: 28px;
}

/* line 134, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-ruler-scale .ui-ruler-tick.scale_point_today .ui-ruler-tick-label {
  background-image: url(https://cdn.monday.com/images/search/today_point.png);
  height: 80px;
  color: transparent;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  width: 10px;
}

/* line 157, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-ruler-scale .ui-ruler-tick.scale_point_month {
  position: relative;
  height: 79px;
  bottom: 84px;
  color: #e1e1e1;
  font-size: 11px;
}

/* line 164, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-ruler-scale .ui-ruler-tick.scale_point_month .ui-ruler-tick-inner {
  padding: 3px 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}

/* line 176, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider .ui-ruler-scale .ui-ruler-tick.scale_point_month.odd_month {
  background: rgba(255, 255, 255, 0.05);
}

/* line 183, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider:before, .search_content .date_search .date_slider:after {
  content: "";
  border-radius: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #e1e1e1;
  position: absolute;
  top: 0px;
}

/* line 195, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider:before {
  left: 2px;
}

/* line 199, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search .date_slider:after {
  right: 2px;
}

/* line 204, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .date_search:before {
  content: " ";
  position: absolute;
  border: solid transparent;
  top: 100%;
  border-color: rgba(225, 225, 225, 0);
  pointer-events: none;
  height: 0;
  width: 0;
  right: 68px;
  border-top-color: #103346;
  border-width: 7px 8px 8px 8px;
}

/* line 219, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider {
  height: 22px;
}

/* line 222, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider .ui-rangeSlider-innerBar {
  height: 16px;
  margin: 3px 6px;
  background: #ddd;
}

/* line 227, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider .ui-rangeSlider-handle {
  width: 6px;
  height: 22px;
  background: #aaa;
  background: rgba(100, 100, 100, 0.3);
  cursor: col-resize;
}

/* line 234, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider .ui-rangeSlider-bar {
  margin: 1px 0;
  background: #ccc;
  background: rgba(100, 100, 150, 0.2);
  height: 20px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  cursor: -moz-grab;
}

/* line 243, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 247, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider-arrow {
  height: 16px;
  margin: 2px 0;
  width: 16px;
  background-repeat: no-repeat;
}

/* line 257, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider-arrow-inner {
  display: none;
}

/* line 260, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider-container {
  height: 22px;
}

/* line 263, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider-withArrows .ui-rangeSlider-container {
  margin: 0 11px;
}

/* line 266, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider-noArrow .ui-rangeSlider-container {
  margin: 0;
}

/* line 269, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider-label {
  margin: 0 2px 2px;
  background-position: bottom center;
  background-repeat: no-repeat;
  white-space: nowrap;
  bottom: 20px;
  padding: 3px 6px 7px;
  cursor: col-resize;
}

/* line 278, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content .ui-rangeSlider-label-inner {
  display: none;
}

/* line 281, app/assets/stylesheets/pulse/views/search/_date_search.scss */
.search_content input.ui-editRangeSlider-inputValue {
  width: 3em;
  vertical-align: middle;
  text-align: center;
}

/* line 2, app/assets/stylesheets/pulse/views/search/_empty_message.scss */
.search_content .empty-state-message {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 70px;
}

@media (max-width: 799px) {
  /* line 2, app/assets/stylesheets/pulse/views/search/_empty_message.scss */
  .search_content .empty-state-message {
    height: auto;
  }
}

/* line 14, app/assets/stylesheets/pulse/views/search/_empty_message.scss */
.search_content .empty-state-message .empty-message-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 3;
      flex-grow: 3;
}

/* line 21, app/assets/stylesheets/pulse/views/search/_empty_message.scss */
.search_content .empty-state-message .empty-message-content .empty-message-picture {
  position: relative;
  margin-bottom: 16px;
}

/* line 26, app/assets/stylesheets/pulse/views/search/_empty_message.scss */
.search_content .empty-state-message .empty-message-content .empty-message-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

/* line 34, app/assets/stylesheets/pulse/views/search/_empty_message.scss */
.search_content .should-not-display-empty-message {
  display: none;
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list_fancybox {
  border-top: 3px solid #66ccf5;
}

/* line 9, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list:not(.you_rock) {
  padding: 20px;
}

/* line 13, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  margin: 20px 0px 10px 0px;
}

/* line 20, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list h2 {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 40px;
}

/* line 32, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_header .main_checkbox_wrapper label {
  cursor: pointer;
}

/* line 41, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .main_checkbox_wrapper {
  padding: 10px;
  position: relative;
  background-color: #f5f5f5;
  margin-top: 10px;
  border: 1px solid #e1e1e1;
  border-bottom: none;
}

/* line 49, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .main_checkbox_wrapper .main_checkbox {
  margin-right: 5px;
}

/* line 53, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .main_checkbox_wrapper label {
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .main_checkbox_wrapper .selected_counter {
  font-size: 13px;
  margin-left: 15px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 12px;
}

/* line 67, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper {
  max-height: 265px;
  height: 550px;
  width: 550px;
  margin-bottom: -1px;
  border: 1px solid #e1e1e1;
}

/* line 74, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table {
  width: 550px;
  table-layout: fixed;
}

/* line 81, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table td,
.contact_list .contacts_table_wrapper .contacts_table th {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 5px;
}

/* line 88, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table tbody tr {
  cursor: pointer;
  background-color: white;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

/* line 93, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table tbody tr:not(:first-child) td {
  border-top: 1px solid #f1f1f1;
}

/* line 98, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table tbody tr td .td_wrapper {
  width: 90%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  font-size: 12px;
}

/* line 107, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table tbody tr td .td_wrapper .highlighted {
  background-color: #fff3b8;
}

/* line 112, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table tbody tr td.checkbox_td {
  text-align: center;
  width: 30px;
}

/* line 117, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table tbody tr td.name .td_wrapper {
  font-size: 14px;
  font-weight: 400;
  width: 200px;
}

/* line 123, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table tbody tr td.email {
  text-align: right;
  padding-right: 10px;
  width: 300px;
}

/* line 128, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table tbody tr td.email .td_wrapper {
  text-align: right;
}

/* line 134, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .contacts_table tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 141, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_table_wrapper .no_results_message {
  display: none;
  font-size: 14px;
  margin: 10px;
  font-weight: 400;
}

/* line 149, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .personal_message_wrapper {
  margin-top: 10px;
}

/* line 152, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .personal_message_wrapper .personal_message_input {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #66ccf5;
  outline: none;
}

/* line 161, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_header .search_input_wrapper {
  width: 300px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

/* line 167, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_header .search_input_wrapper .search_input {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30px;
  border-radius: 20px;
  padding-left: 30px;
}

/* line 175, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_header .search_input_wrapper .icon {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #c4c4c4;
}

/* line 184, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_footer {
  text-align: right;
  position: relative;
  margin-top: 20px;
}

/* line 189, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_footer .submit_btn {
  border: none;
  outline: none;
  background: #0fa2e2;
  color: white;
  border-radius: 20px;
  padding: 3px 30px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

/* line 198, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .contacts_footer .submit_btn:hover {
  background: #0c80b2;
}

/* line 204, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .no_contacts {
  text-align: center;
}

/* line 207, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .no_contacts h2 {
  font-size: 18px;
  margin-bottom: 40px;
  width: 400px;
}

/* line 213, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .no_contacts .back_to_invite_members_btn {
  font-size: 18px;
  padding: 5px 40px;
  margin-bottom: 20px;
}

/* line 220, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .success_message {
  width: 400px;
  text-align: center;
}

/* line 225, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .success_message.invite_members .victory {
  background-color: #00c875;
  padding: 20px;
  font-size: 30px;
  color: white;
}

/* line 232, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .success_message.invite_members .back_to_invite_members_btn {
  font-size: 18px;
  padding: 5px 30px;
  margin: 20px;
  background-color: #f65f7c;
  border-bottom-color: #f32f54;
}

/* line 240, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.contact_list .success_message.invite_members .back_to_invite_members_btn:hover {
  background-color: #f32f54;
}

@-webkit-keyframes heart-1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(1356797003037962496px, -70px);
            transform: translate(1356797003037962496px, -70px);
    opacity: 0.9;
    font-size: 130%;
  }
  40% {
    -webkit-transform: translate(2713594006075924992px, -170px);
            transform: translate(2713594006075924992px, -170px);
    opacity: 1;
    font-size: 180%;
  }
  70% {
    -webkit-transform: translate(30px, -280px);
            transform: translate(30px, -280px);
    font-size: 250%;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-2713594006075924992px, -400px);
            transform: translate(-2713594006075924992px, -400px);
    opacity: 0.5;
  }
}

@keyframes heart-1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(1356797003037962496px, -70px);
            transform: translate(1356797003037962496px, -70px);
    opacity: 0.9;
    font-size: 130%;
  }
  40% {
    -webkit-transform: translate(2713594006075924992px, -170px);
            transform: translate(2713594006075924992px, -170px);
    opacity: 1;
    font-size: 180%;
  }
  70% {
    -webkit-transform: translate(30px, -280px);
            transform: translate(30px, -280px);
    font-size: 250%;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-2713594006075924992px, -400px);
            transform: translate(-2713594006075924992px, -400px);
    opacity: 0.5;
  }
}

/* line 283, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.victory .heart1 {
  -webkit-animation: heart-1 1.69s infinite linear;
          animation: heart-1 1.69s infinite linear;
}

@-webkit-keyframes heart-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(1535082697845854619828224px, -70px);
            transform: translate(1535082697845854619828224px, -70px);
    opacity: 0.9;
    font-size: 130%;
  }
  40% {
    -webkit-transform: translate(3070165395691709239656448px, -170px);
            transform: translate(3070165395691709239656448px, -170px);
    opacity: 1;
    font-size: 180%;
  }
  70% {
    -webkit-transform: translate(30px, -280px);
            transform: translate(30px, -280px);
    font-size: 250%;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-3070165395691709239656448px, -400px);
            transform: translate(-3070165395691709239656448px, -400px);
    opacity: 0.5;
  }
}

@keyframes heart-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(1535082697845854619828224px, -70px);
            transform: translate(1535082697845854619828224px, -70px);
    opacity: 0.9;
    font-size: 130%;
  }
  40% {
    -webkit-transform: translate(3070165395691709239656448px, -170px);
            transform: translate(3070165395691709239656448px, -170px);
    opacity: 1;
    font-size: 180%;
  }
  70% {
    -webkit-transform: translate(30px, -280px);
            transform: translate(30px, -280px);
    font-size: 250%;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-3070165395691709239656448px, -400px);
            transform: translate(-3070165395691709239656448px, -400px);
    opacity: 0.5;
  }
}

/* line 283, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.victory .heart2 {
  -webkit-animation: heart-2 1.68s infinite linear;
          animation: heart-2 1.68s infinite linear;
}

@-webkit-keyframes heart-3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(5179050171670180931309666304px, -70px);
            transform: translate(5179050171670180931309666304px, -70px);
    opacity: 0.9;
    font-size: 130%;
  }
  40% {
    -webkit-transform: translate(10358100343340361862619332608px, -170px);
            transform: translate(10358100343340361862619332608px, -170px);
    opacity: 1;
    font-size: 180%;
  }
  70% {
    -webkit-transform: translate(-30px, -280px);
            transform: translate(-30px, -280px);
    font-size: 250%;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-10358100343340361862619332608px, -400px);
            transform: translate(-10358100343340361862619332608px, -400px);
    opacity: 0.5;
  }
}

@keyframes heart-3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(5179050171670180931309666304px, -70px);
            transform: translate(5179050171670180931309666304px, -70px);
    opacity: 0.9;
    font-size: 130%;
  }
  40% {
    -webkit-transform: translate(10358100343340361862619332608px, -170px);
            transform: translate(10358100343340361862619332608px, -170px);
    opacity: 1;
    font-size: 180%;
  }
  70% {
    -webkit-transform: translate(-30px, -280px);
            transform: translate(-30px, -280px);
    font-size: 250%;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-10358100343340361862619332608px, -400px);
            transform: translate(-10358100343340361862619332608px, -400px);
    opacity: 0.5;
  }
}

/* line 292, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.victory .heart3 {
  -webkit-animation: heart-3 2.15s infinite linear;
          animation: heart-3 2.15s infinite linear;
}

@-webkit-keyframes heart-4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(1641499843335454642250757177344px, -70px);
            transform: translate(1641499843335454642250757177344px, -70px);
    opacity: 0.9;
    font-size: 130%;
  }
  40% {
    -webkit-transform: translate(3282999686670909284501514354688px, -170px);
            transform: translate(3282999686670909284501514354688px, -170px);
    opacity: 1;
    font-size: 180%;
  }
  70% {
    -webkit-transform: translate(-30px, -280px);
            transform: translate(-30px, -280px);
    font-size: 250%;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-3282999686670909284501514354688px, -400px);
            transform: translate(-3282999686670909284501514354688px, -400px);
    opacity: 0.5;
  }
}

@keyframes heart-4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translate(1641499843335454642250757177344px, -70px);
            transform: translate(1641499843335454642250757177344px, -70px);
    opacity: 0.9;
    font-size: 130%;
  }
  40% {
    -webkit-transform: translate(3282999686670909284501514354688px, -170px);
            transform: translate(3282999686670909284501514354688px, -170px);
    opacity: 1;
    font-size: 180%;
  }
  70% {
    -webkit-transform: translate(-30px, -280px);
            transform: translate(-30px, -280px);
    font-size: 250%;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-3282999686670909284501514354688px, -400px);
            transform: translate(-3282999686670909284501514354688px, -400px);
    opacity: 0.5;
  }
}

/* line 292, app/assets/stylesheets/pulse/views/contacts/_contact_list.scss */
.victory .heart4 {
  -webkit-animation: heart-4 2.3s infinite linear;
          animation: heart-4 2.3s infinite linear;
}
/*$link-color:#168ae0;*/
/* line 1, app/assets/stylesheets/pulse/views/sso_connectors/_connect_user.scss */
.connect_user_message {
  text-align: center;
  padding: 25px;
  font-size: 20px;
  max-width: 700px;
  margin: 0px auto;
}

/* line 8, app/assets/stylesheets/pulse/views/sso_connectors/_connect_user.scss */
.connect_user_message .provider_icon {
  display: inline-block;
  background: #0266c8;
  color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 60px;
  line-height: 105px;
}

/* line 22, app/assets/stylesheets/pulse/views/sso_connectors/_connect_user.scss */
.connect_user_message .connect_user_content .connect_user_main_message {
  margin: 20px 0px;
}

/* line 25, app/assets/stylesheets/pulse/views/sso_connectors/_connect_user.scss */
.connect_user_message .connect_user_content .connect_user_main_message .hey {
  font-size: 30px;
}

/* line 32, app/assets/stylesheets/pulse/views/sso_connectors/_connect_user.scss */
#content.content .connect_user_message {
  margin-top: 100px;
}

@media (max-width: 767px) {
  /* line 37, app/assets/stylesheets/pulse/views/sso_connectors/_connect_user.scss */
  .connect_user_message {
    font-size: 13px;
  }
}

/*$link-color:#168ae0;*/
/* line 5, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper {
  position: relative;
  min-width: 300px;
}

/* line 9, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .option {
  position: relative;
}

/* line 13, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper input[type="radio"] {
  display: none;
}

/* line 17, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .radio {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #0fa2e2;
  margin-top: 5px;
  border-radius: 50%;
  padding: 0;
  min-height: 0;
  pointer-events: none;
  position: absolute;
}

/* line 31, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .radio .inner {
  display: inline-block;
  background: #0fa2e2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* line 48, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper input:checked + .radio .inner {
  opacity: 1;
}

/* line 52, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper input:disabled + .radio {
  border-color: #c4c4c4;
}

/* line 56, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper label {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 5px;
}

/* line 61, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper label.checkbox-label {
  padding-left: 5px;
}

/* line 67, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper {
  max-width: 1000px;
}

/* line 70, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .collapse_header {
  font-size: 18px;
}

/* line 73, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .collapse_header .label {
  font-size: 13px;
  font-weight: 100;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
  background: #11eea5;
  color: black;
  font-weight: 400;
  border-radius: 0px;
  padding: 7px 13px;
  border: 1px solid #00c875;
}

/* line 88, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_options_wrapper {
  margin-top: 15px;
}

/* line 92, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option_wrapper {
  position: relative;
}

/* line 95, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option_wrapper .active_icon {
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 20px;
}

/* line 102, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option_wrapper .provider_icon {
  margin-right: 5px;
}

/* line 107, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option_wrapper:first-child .authentication_option {
  border-top: 1px dashed #c4c4c4;
}

/* line 113, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option {
  padding: 15px;
  border-radius: 2px;
  border-bottom: 1px dashed #c4c4c4;
  padding-left: 25px;
  position: relative;
}

/* line 121, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option.active .disable_wrapper {
  float: right;
  margin-top: 17px;
}

/* line 125, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option.active .disable_wrapper .disable_link {
  color: #f65f7c;
  font-weight: 400;
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option.active .disable_wrapper .disable_link:hover {
  color: #f32f54;
}

/* line 135, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option.active .disable_wrapper .question_explain {
  position: static;
  display: inline-block;
  margin-left: 3px;
}

/* line 142, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option.active .collapse_header {
  color: black;
}

/* line 146, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option.active:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #11eea5;
  border: 1px solid #00c875;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 23px;
}

/* line 160, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .collapse_header {
  color: #c4c4c4;
}

/* line 163, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .collapse_header .authorized_domain {
  font-size: 16px;
}

/* line 167, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .collapse_header .collapse_button {
  float: right;
  margin-top: -2px;
}

/* line 171, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .collapse_header .collapse_button .open_label {
  display: none;
}

/* line 174, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .collapse_header .collapse_button .close_label {
  display: block;
}

/* line 179, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .collapse_header .collapse_button.collapsed .open_label {
  display: block;
}

/* line 182, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .collapse_header .collapse_button.collapsed .close_label {
  display: none;
}

/* line 188, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .collapse_header .restricted_feature {
  float: right;
  color: #f65f7c;
  font-size: 13px;
  position: relative;
  top: 4px;
}

/* line 195, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .collapse_header .restricted_feature .upgrade {
  margin-left: 10px;
}

/* line 201, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .explanation {
  margin: 10px 0px;
  background: #f1f1f1;
  padding: 10px;
  max-width: 700px;
}

/* line 208, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .actions {
  margin-top: 10px;
}

/* line 212, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .auth_domain_input_wrapper {
  display: inline-block;
  width: 100px;
  position: relative;
  top: 1px;
}

/* line 218, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .auth_domain_input_wrapper .input-group-addon {
  border-radius: 0px;
}

/* line 222, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .auth_domain_input_wrapper .auth_domain {
  background: white;
  display: block;
  height: 30px;
  width: 290px;
}

/* line 229, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .auth_domain_input_wrapper.disabled {
  opacity: 0.5;
}

/* line 232, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .auth_domain_input_wrapper.disabled .auth_domain {
  background: #f1f1f1;
}

/* line 237, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .auth_domain_input_wrapper .parsley-error-list {
  list-style: none;
  color: #e2445c;
  font-size: 12px;
  font-weight: 100;
  left: 8px;
  position: relative;
  top: 5px;
}

/* line 248, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .options_wrapper {
  margin: 10px 0px 10px 10px;
}

/* line 249, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .options_wrapper h2 {
  font-weight: 500;
  margin: 10px 0px 5px 0px;
}

/* line 256, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .authentication_option .options_wrapper .restrictions_explanation {
  font-size: 13px;
  max-width: 650px;
  color: var(--secondary-text-color);
  border-radius: 2px;
  margin: 5px;
  list-style: none;
}

/* line 267, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .configure_sso {
  margin-top: 30px;
}

/* line 270, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .configure_sso .sso_option {
  display: inline-block;
  border: 2px solid #0266c8 !important;
  padding: 20px 10px;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #0266c8;
  background-color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 4px;
}

/* line 283, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .configure_sso .sso_option i {
  font-size: 50px;
  margin-bottom: 10px;
}

/* line 288, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .configure_sso .sso_option:hover {
  color: white;
  background-color: #0266c8;
}

/* line 296, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper #built_in_authentication_form label {
  max-width: 300px;
}

/* line 301, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .question_explain {
  color: #999;
  cursor: pointer;
  border: 1px solid #999;
  font-weight: 500;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  margin-top: 4px;
  line-height: 14px;
  left: 250px;
}

/* line 311, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.admin_area .authentication_wrapper .question_explain:hover {
  color: #0086c0;
  border-color: #0086c0;
}

/* line 324, app/assets/stylesheets/pulse/views/sso_connectors/_admin_authentication.scss */
.password_policy_ul li {
  margin-left: 15px;
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper {
  border-top: 4px solid #66ccf5;
}

/* line 8, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .filter-wrapper .feature-search {
  border: 1px solid;
  outline: none;
  padding: 0 8px;
  border-color: var(--primary-color);
  background-color: var(--dark-background-color);
  color: var(--primary-text-color);
}

/* line 18, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .fancybox-inner {
  overflow-x: hidden !important;
}

/* line 22, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper h1 {
  margin-bottom: 10px;
}

/* line 26, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--secondary-text-color);
}

/* line 34, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature {
  position: relative;
  border: 1px solid;
  border-color: var(--layout-border-color);
  padding: 10px;
  background-color: var(--dark-background-color);
  color: var(--primary-text-color);
  margin-top: 5px;
}

/* line 43, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature .feature_name {
  font-size: 20px;
  font-weight: 400;
}

/* line 47, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature .feature_name .active_label {
  font-size: 12px;
  background-color: var(--negative-color);
  padding: 0px 5px;
  border-radius: 10px;
  margin-left: 5px;
  color: var(--text-color-on-primary);
  bottom: 1px;
  position: relative;
  font-weight: 300;
}

/* line 60, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature .description {
  font-size: 13px;
  margin-top: 5px;
  padding-left: 5px;
}

/* line 65, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature .description .description_label {
  font-weight: 400;
  margin-right: 5px;
  color: var(--secondary-text-color);
}

/* line 71, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature .description .description_text {
  color: var(--secondary-text-color);
  font-style: italic;
}

/* line 77, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature .change_feature_status {
  margin-left: 10px;
  position: absolute;
  right: 10px;
  border-radius: 4px;
  top: 10px;
}

/* line 86, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature.active .hide_on_active {
  display: none;
}

/* line 90, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature.active .active_label {
  background-color: var(--positive-color);
}

/* line 96, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature:not(.active) .hide_on_inactive {
  display: none;
}

/* line 102, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta_features_list .beta_feature.account_activated .change_feature_status {
  display: none;
}

/* line 109, app/assets/stylesheets/pulse/views/granted_features/_all.scss */
.beta_user_wrapper .beta-empty-state {
  padding: 10px 0px;
}
/*$link-color:#168ae0;*/
/* line 3, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog,
#upgrade_promotion_dialog {
  padding: 40px 45px;
  text-align: center;
}

/* line 8, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog h1,
#upgrade_promotion_dialog h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog h2,
#upgrade_promotion_dialog h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

/* line 18, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .sub_text,
#upgrade_promotion_dialog .sub_text {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 100;
}

/* line 23, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .sub_text ul.feature_list,
#upgrade_promotion_dialog .sub_text ul.feature_list {
  display: inline-block;
  text-align: left;
  list-style: none;
  font-size: 16px;
  font-weight: 300;
}

/* line 30, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .sub_text ul.feature_list:first-child,
#upgrade_promotion_dialog .sub_text ul.feature_list:first-child {
  margin-right: 100px;
}

/* line 34, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .sub_text ul.feature_list li .fa-check,
#upgrade_promotion_dialog .sub_text ul.feature_list li .fa-check {
  margin-right: 10px;
  color: #00c875;
}

/* line 41, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .payment_btn_wrapper,
#upgrade_promotion_dialog .payment_btn_wrapper {
  margin-top: 20px;
  text-align: center;
}

/* line 45, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .payment_btn_wrapper .btn-primary,
#upgrade_promotion_dialog .payment_btn_wrapper .btn-primary {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 24px;
  border-bottom: none;
}

/* line 50, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .payment_btn_wrapper .btn-primary .fa-shopping-cart,
#upgrade_promotion_dialog .payment_btn_wrapper .btn-primary .fa-shopping-cart {
  margin-right: 10px;
}

/* line 55, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .payment_btn_wrapper .disclaimer,
#upgrade_promotion_dialog .payment_btn_wrapper .disclaimer {
  font-size: 13px;
  margin-top: 5px;
  color: #a1a1a1;
}

/* line 62, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .early_bird_money_back_comment,
#upgrade_promotion_dialog .early_bird_money_back_comment {
  margin-top: 20px;
}

/* line 66, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog .early_bird_image,
#upgrade_promotion_dialog .early_bird_image {
  width: 300px;
}

/* line 71, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog#upgrade_promotion_dialog .step_2,
#upgrade_promotion_dialog#upgrade_promotion_dialog .step_2 {
  display: none;
}

/* line 76, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog#upgrade_promotion_dialog .success_wrapper .icon_wrapper,
#upgrade_promotion_dialog#upgrade_promotion_dialog .success_wrapper .icon_wrapper {
  display: inline-block;
  background: #00c875;
  border-radius: 50%;
  padding: 10px;
  color: white;
}

/* line 83, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog#upgrade_promotion_dialog .success_wrapper .icon_wrapper .fa-check,
#upgrade_promotion_dialog#upgrade_promotion_dialog .success_wrapper .icon_wrapper .fa-check {
  font-size: 50px;
}

/* line 88, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog#upgrade_promotion_dialog .success_wrapper .success_message,
#upgrade_promotion_dialog#upgrade_promotion_dialog .success_wrapper .success_message {
  font-size: 20px;
  padding: 20px;
}

/* line 94, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog#upgrade_promotion_dialog.upgrade_to_timeline,
#upgrade_promotion_dialog#upgrade_promotion_dialog.upgrade_to_timeline {
  padding: 0px;
  width: 650px;
}

/* line 99, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog#upgrade_promotion_dialog.upgrade_to_timeline .step_1 img,
#upgrade_promotion_dialog#upgrade_promotion_dialog.upgrade_to_timeline .step_1 img {
  width: 100%;
}

/* line 103, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog#upgrade_promotion_dialog.upgrade_to_timeline .step_1 h1,
#upgrade_promotion_dialog#upgrade_promotion_dialog.upgrade_to_timeline .step_1 h1 {
  margin-bottom: 10px;
}

/* line 107, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog#upgrade_promotion_dialog.upgrade_to_timeline .step_1 .offer_body,
#upgrade_promotion_dialog#upgrade_promotion_dialog.upgrade_to_timeline .step_1 .offer_body {
  padding: 20px 60px;
}

/* line 112, app/assets/stylesheets/pulse/views/reminder_bar/_early_bird.scss */
#early_bird_dialog#upgrade_promotion_dialog.upgrade_to_timeline .step_2,
#upgrade_promotion_dialog#upgrade_promotion_dialog.upgrade_to_timeline .step_2 {
  padding: 40px 40px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 2, app/assets/stylesheets/pulse/views/embeded_board/_all.scss */
#pulse_page.board.embeded_board #board_log_header {
  display: none;
}

/* line 6, app/assets/stylesheets/pulse/views/embeded_board/_all.scss */
#pulse_page.board.embeded_board #board_filter {
  margin-left: 10px;
}

/* line 9, app/assets/stylesheets/pulse/views/embeded_board/_all.scss */
#pulse_page.board.embeded_board #board_filter .person_select {
  display: none;
}
/*$link-color:#168ae0;*/
/* line 3, app/assets/stylesheets/pulse/views/join_webinar/_webinar_live_now.scss */
#webinar-live-now {
  background: var(--primary-color);
  color: #fff;
  font-size: 18px;
  z-index: 7999;
  position: fixed;
  left: 50%;
  top: 20px;
  padding: 11px 20px;
  font-weight: 100;
  -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
  border-radius: 50px;
  display: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/pulse/views/join_webinar/_webinar_live_now.scss */
#webinar-live-now .bold {
  font-weight: 400;
}

/* line 23, app/assets/stylesheets/pulse/views/join_webinar/_webinar_live_now.scss */
#webinar-live-now .splitter {
  margin: 0 14px;
  color: #fff;
}

/* line 28, app/assets/stylesheets/pulse/views/join_webinar/_webinar_live_now.scss */
#webinar-live-now .icon-dapulse-mic {
  margin: 0 15px 0 7px;
}

/* line 32, app/assets/stylesheets/pulse/views/join_webinar/_webinar_live_now.scss */
#webinar-live-now .join-webinar-link {
  color: #fff;
  border: 0;
  display: inline-block;
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/pulse/views/join_webinar/_webinar_live_now.scss */
#webinar-live-now .webinar-live-close {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
  color: #fff;
}

/* line 47, app/assets/stylesheets/pulse/views/join_webinar/_webinar_live_now.scss */
#webinar-live-now:hover {
  background: var(--primary-hover-color);
}

/* line 53, app/assets/stylesheets/pulse/views/join_webinar/_webinar_live_now.scss */
body#main.webinar_live_now .video_dialog_wrapper {
  display: none;
}

/* line 57, app/assets/stylesheets/pulse/views/join_webinar/_webinar_live_now.scss */
body#main.webinar_live_now.fancybox-lock #webinar-live-now {
  display: none;
}
/*$link-color:#168ae0;*/
/*$link-color:#168ae0;*/
/* e.g confirmation dialog */
/* line 6, app/assets/stylesheets/pulse/views/_react_popup.scss */
.monday-style-dialog-content-wrapper {
  z-index: 99999999;
}

/* line 9, app/assets/stylesheets/pulse/views/_react_popup.scss */
.monday-style-dialog-content-wrapper.annotations-post-dialog {
  z-index: 100000000;
}

/* line 13, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  height: 1px;
}

/* line 22, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal.modal-monday-style-animate .ReactModal__Overlay--after-open {
  opacity: 1;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

/* line 26, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal.modal-monday-style-animate .ReactModal__Overlay--before-close {
  opacity: 0;
  -webkit-transition: opacity 70ms linear;
  transition: opacity 70ms linear;
}

/* line 31, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal.modal-monday-style-animate .ReactModal__Overlay .ReactModal__Content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

/* line 34, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal.modal-monday-style-animate .ReactModal__Overlay .ReactModal__Content--after-open {
  -webkit-transition: -webkit-transform 100ms cubic-bezier(0, 0, 0.35, 1);
  transition: -webkit-transform 100ms cubic-bezier(0, 0, 0.35, 1);
  transition: transform 100ms cubic-bezier(0, 0, 0.35, 1);
  transition: transform 100ms cubic-bezier(0, 0, 0.35, 1), -webkit-transform 100ms cubic-bezier(0, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 38, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal.modal-monday-style-animate .ReactModal__Overlay .ReactModal__Content--before-close {
  -webkit-transition: -webkit-transform 70ms cubic-bezier(0.4, 0, 1, 1) !important;
  transition: -webkit-transform 70ms cubic-bezier(0.4, 0, 1, 1) !important;
  transition: transform 70ms cubic-bezier(0.4, 0, 1, 1) !important;
  transition: transform 70ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 70ms cubic-bezier(0.4, 0, 1, 1) !important;
  -webkit-transform: scale(0.8) !important;
      -ms-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
}

/* line 46, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .ReactModal__Overlay {
  background: var(--react-modal-background);
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
}

/* line 50, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .ReactModal__Overlay--after-open {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .ReactModal__Overlay--before-close {
  opacity: 0;
}

/* line 57, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .ReactModal__Overlay .ReactModal__Content {
  border: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 25px 50px -15px !important;
          box-shadow: rgba(0, 0, 0, 0.7) 0 25px 50px -15px !important;
  background-color: var(--primary-background-color);
}

/* line 65, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper {
  font-weight: 300;
  position: relative;
  width: 500px;
  min-height: 200px;
  border-top: 4px solid;
  border-top-color: var(--primary-color);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  padding: 30px;
}

/* line 67, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper.custom-field-wrapper .inline_form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/* line 72, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper.custom-field-wrapper .inline_form .form_line_container {
  margin: 10px 20px 0 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 77, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper.custom-field-wrapper .inline_form .action_button_container {
  margin-top: 10px;
}

/* line 83, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .close_button {
  background-image: url(https://cdn.monday.com/images/fancybox_sprite.png);
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

@media (max-width: 350px) {
  /* line 83, app/assets/stylesheets/pulse/views/_react_popup.scss */
  .ReactModalPortal .react_popup_wrapper .close_button {
    right: -10px;
  }
}

/* line 99, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .color_grey {
  color: #b3b3b3;
}

/* line 103, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .bold {
  font-weight: 400;
}

/* line 107, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .Select-arrow-zone:hover .Select-arrow {
  border-top-color: #333;
}

/* line 111, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .Select-clear-zone:hover {
  color: #333;
}

/* line 115, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .Select-option.is-selected {
  background-color: transparent;
  color: #0fa2e2;
  font-weight: 400;
}

/* line 121, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .Select-option.is-focused {
  background: #0fa2e2;
  color: #fff;
}

/* line 126, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .transition_fade {
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}

/* line 130, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .action_button_container {
  text-align: right;
  margin-top: 28px;
}

/* line 134, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .action_button_container.with_checkbox {
  position: relative;
}

/* line 136, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .action_button_container.with_checkbox .checkbox_container {
  text-align: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 142, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .action_button_container.with_checkbox .checkbox_container.user_phone_number_checkbox {
  max-width: 330px;
}

/* line 145, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .action_button_container.with_checkbox .checkbox_container.user_phone_number_checkbox .form-checkbox-component label {
  width: auto;
}

/* line 153, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper *:focus {
  outline: none;
}

/* line 157, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .form_input_error {
  border-color: #f65f7c !important;
}

/* line 159, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .form_input_error:focus {
  border-color: #f65f7c !important;
}

@media (max-width: 550px) {
  /* line 65, app/assets/stylesheets/pulse/views/_react_popup.scss */
  .ReactModalPortal .react_popup_wrapper {
    width: 300px;
  }
}

/* line 178, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .separetor_line {
  border-bottom: 1px solid #cecece;
  height: 1px;
  margin: 14px 0;
}

/* line 182, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .separetor_line input {
  border-radius: 0 !important;
}

/* line 187, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .popup_close_button {
  position: absolute;
  right: -10px;
  top: -10px;
}

/* line 193, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .form_line_container {
  margin: 10px 0 16px 0;
  line-height: 30px;
  padding-bottom: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 200, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .form_line_container .form-control,
.ReactModalPortal .react_popup_wrapper .form_line_container .form-control-clean {
  width: 70%;
}

@media (max-width: 550px) {
  /* line 200, app/assets/stylesheets/pulse/views/_react_popup.scss */
  .ReactModalPortal .react_popup_wrapper .form_line_container .form-control,
.ReactModalPortal .react_popup_wrapper .form_line_container .form-control-clean {
    width: 50%;
  }
}

/* line 209, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .form_line_container .form-control.fullwidth {
  width: 100%;
}

/* line 214, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .form_title {
  font-size: 25px;
  margin-bottom: 14px;
}

@media (max-width: 550px) {
  /* line 214, app/assets/stylesheets/pulse/views/_react_popup.scss */
  .ReactModalPortal .react_popup_wrapper .form_title {
    font-size: 18px;
    font-weight: 400;
  }
}

/* line 223, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .parental-approval-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 8px;
}

/* line 228, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .parental-approval-wrapper #parental_approval_checkbox {
  height: 14px;
  padding: 0px;
  margin-right: 5px;
  display: table-cell;
}

/* line 235, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .parental-approval-wrapper .parental_approval_legal {
  color: #333;
}

/* line 240, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .little_date_select {
  width: calc(33% - 15px);
  display: inline-block;
}

@media (max-width: 768px) {
  /* line 240, app/assets/stylesheets/pulse/views/_react_popup.scss */
  .ReactModalPortal .react_popup_wrapper .little_date_select {
    width: 100%;
    margin-left: 0px;
    display: block;
    margin-top: 10px;
  }
}

/* line 252, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .little_date_select_first {
  margin-left: 0px;
}

/* line 256, app/assets/stylesheets/pulse/views/_react_popup.scss */
.ReactModalPortal .react_popup_wrapper .little_form_bottom_sentence {
  margin-top: -18px;
  font-size: 13px;
  color: #c4c4c4;
}
/*$link-color:#168ae0;*/
/**
 * Makes an element stretch to its parent's bounds.
 *
 */
/**
 * Definition-list mixins
 *
**/
/* line 35, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_security_component.scss */
.admin-component div#new-admin div.right-content div.main-content p.security-advanced-title-description {
  font-size: 16px;
}

/*$link-color:#168ae0;*/
/*$link-color:#168ae0;*/
/*$link-color:#168ae0;*/
/*$link-color:#168ae0;*/
/* line 42, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_payment_method_component.scss */
.change-payment-method-react-portal {
  z-index: 99999;
}

/*$link-color:#168ae0;*/
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.croppie-container {
  padding: 30px;
}

/* line 7, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  max-width: none;
}

/* line 16, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}

/* line 23, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.croppie-container .cr-viewport {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 899px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 899px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* line 34, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

/* line 37, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
}

/* line 42, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}

/* line 48, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.croppie-result {
  position: relative;
  overflow: hidden;
}

/* line 52, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.croppie-result img {
  position: absolute;
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
/* line 62, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
}

/* line 68, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

/* line 75, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin-top: -6px;
}

/* line 84, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
*/
/* line 93, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

/* line 100, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #0fa2e2;
  margin-top: -6px;
}

/*hide the outline behind the border*/
/* line 110, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

/* line 115, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

/* line 123, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* line 127, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* line 131, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

/* line 138, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

/* line 141, app/assets/stylesheets/pulse/views/admin/lib/_croppie.scss */
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/pulse/views/admin/lib/_dragula.scss */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 9, app/assets/stylesheets/pulse/views/admin/lib/_dragula.scss */
.gu-hide {
  display: none !important;
}

/* line 12, app/assets/stylesheets/pulse/views/admin/lib/_dragula.scss */
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 18, app/assets/stylesheets/pulse/views/admin/lib/_dragula.scss */
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/* line 29, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component {
  height: 100%;
  padding-left: 20px;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
}

/* line 35, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin {
  height: 100%;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .data-residency-container {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}

/* line 9, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .data-residency-container .residency {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 13, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .data-residency-container .residency .residency-text-and-flag {
  display: -ms-flexbox;
  display: flex;
}

/* line 16, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .data-residency-container .residency .residency-text-and-flag .residency-flag {
  width: 28px;
  height: 24px;
  margin-left: 8px;
}

/* line 22, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .data-residency-container .residency .residency-text-and-flag .residency-text {
  font-size: var(--font-size-10);
  color: var(--secondary-text-color);
}

/* line 29, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .data-residency-container .data-residency-disclaimer-icon-container {
  margin-left: 8px;
}

/* line 34, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .admin-profile-settings-container {
  margin-bottom: var(--spacing-xl);
}

/* line 38, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .text-field-container {
  width: 400px;
  padding-bottom: var(--spacing-small);
}

/* line 41, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .text-field-container span {
  white-space: pre-line;
}

/* line 46, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .text-field-container-margin {
  margin-bottom: 24px;
}

/* line 50, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .account-slug-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 54, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .domain-label {
  margin-left: var(--spacing-xs);
  margin-top: 40px;
  color: var(--secondary-text-color);
}

/* line 60, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_profile_component.scss */
.admin-component div#new-admin div.admin-profile-component .documentation-link {
  margin-top: var(--spacing-medium);
  margin-bottom: var(--spacing-large);
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 3, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
.admin-component div#new-admin div.admin-board-defaults-component label.radio-label {
  display: block;
  margin: 8px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 7, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
.admin-component div#new-admin div.admin-board-defaults-component label.radio-label:hover {
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
.admin-component div#new-admin div.admin-board-defaults-component label.radio-label input[type="radio"] {
  float: left;
  margin: 4px 6px 0 0;
}

/* line 15, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
.admin-component div#new-admin div.admin-board-defaults-component ul.board-labels {
  list-style: none;
  margin: 18px 0 40px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 21, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
li.admin_board_labels_item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

/* line 26, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
li.admin_board_labels_item:hover span.drag-handle {
  opacity: 1;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

/* line 35, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
li.admin_board_labels_item:active span.drag-handle, li.admin_board_labels_item.gu-mirror span.drag-handle {
  opacity: 1;
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* line 42, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
li.admin_board_labels_item.gu-transit {
  opacity: 0.3;
}

/* line 45, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
li.admin_board_labels_item .status-picker--drag-handle {
  display: -ms-flexbox;
  display: flex;
  cursor: move;
  -ms-flex: 0 0 16px;
      flex: 0 0 16px;
}

/* line 50, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
li.admin_board_labels_item .color-option-box {
  -ms-flex: 0 0 16px;
      flex: 0 0 16px;
  height: 32px;
  width: 16px;
  border-radius: 2px 0 0 2px;
  text-align: center;
  color: white;
  padding-top: 6px;
}

/* line 59, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
li.admin_board_labels_item input {
  width: calc(100% - 26px) !important;
  font-size: 15px !important;
  color: #333333;
  outline: none;
  padding-left: 8px;
  padding-right: 4px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #c4c4c4;
  border-left: none;
  min-width: 0;
  height: 32px;
}

/* line 72, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_board_defaults_component.scss */
li.admin_board_labels_item input:focus {
  border-color: var(--primary-color);
}

/* line 15, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout .main-menu-logo-container .logo-container-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  gap: var(--spacing-medium);
  margin-top: var(--spacing-medium);
}

/* line 20, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout .email-header-container .email-header-wrapper {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  gap: var(--spacing-medium);
  margin-top: var(--spacing-medium);
}

/* line 26, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout .edit-photo-container .edit-photo-button {
  border-radius: var(--border-radius-small);
}

/* line 30, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout div.image-container {
  border-radius: var(--border-radius-small);
  background-color: transparent;
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout div.image-container.email-header {
  width: 290px;
  height: 40px;
}

/* line 38, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout div.image-container.loading {
  border: none;
}

/* line 43, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout p.max-res span {
  color: var(--primary-text-color);
}

/* line 47, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout .main-menu-logo-container {
  margin-bottom: var(--space-40);
}

/* line 51, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout .edit-photo-container {
  margin-top: 0;
}

/* line 54, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout .edit-photo-container .edit-photo-button {
  margin-right: var(--spacing-medium);
}

/* line 59, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component.branding-new-layout .new-layout-label {
  margin-bottom: var(--spacing-small);
}

/* line 64, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component .main-menu-logo-container {
  margin-bottom: 64px;
}

/* line 68, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component .edit-photo-container {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

/* line 74, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component .edit-photo-container .edit-photo-button {
  margin-right: 8px;
}

/* line 78, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component .edit-photo-container .delete-photo-button {
  font-size: 14px;
  cursor: pointer;
  color: var(--primary-color);
}

/* line 85, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component div.image-container {
  background-color: #e2e2e2;
  border: 1px solid #cccccc;
  margin-top: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component div.image-container.logo {
  width: 180px;
  height: 44px;
}

/* line 95, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component div.image-container.logo.new-layout {
  width: 40px;
  height: 40px;
}

/* line 100, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component div.image-container.email-header {
  width: 580px;
  height: 80px;
}

/* line 104, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component div.image-container a {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 114, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component p.max-res span {
  color: var(--secondary-text-color);
  font-size: 14px !important;
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component div.croppie-container {
  padding: 0 !important;
}

/* line 125, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component div.go-back {
  text-align: right;
  margin-bottom: 15px;
}

/* line 128, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_branding_component.scss */
.admin-component div#new-admin div.admin-branding-component div.go-back a {
  font-size: 13px;
  color: #0fa2e2;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component {
  max-width: 720px;
  font-size: 15px;
}

/* line 35, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component div.admin-user-profile-description {
  max-width: 560px;
}

/* line 38, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component div.admin-user-profile-description span.description {
  font-weight: 300;
  color: var(--primary-text-color);
  display: inline-block;
  word-wrap: break-word;
}

/* line 44, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component div.admin-user-profile-description span.description span.icon {
  position: absolute;
  margin-top: -5px;
  padding: 0 5px;
  font-size: 20px;
  color: var(--primary-color);
}

/* line 54, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component div.admin-custom-fields-margin {
  margin: 25px var(--spacing-medium);
}

/* line 60, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field-container.gu-mirror {
  opacity: 1;
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg);
  -webkit-box-shadow: 1px 1px 5px 0 #b3b3b3;
          box-shadow: 1px 1px 5px 0 #b3b3b3;
  background-color: var(--primary-background-color);
  color: var(--secondary-text-color);
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 68, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field-container.gu-mirror div.custom-field-apear {
  margin-top: 0 !important;
}

/* line 73, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field {
  height: 0;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: height 100ms, padding 100ms, margin-top 100ms;
  transition: height 100ms, padding 100ms, margin-top 100ms;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
}

/* line 82, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.icon-wrapper {
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
}

/* line 86, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.drag-icon-container {
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  line-height: 40px;
  margin-right: 5px;
  color: var(--icon-color);
  font-size: 26px;
  cursor: move;
}

/* line 95, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.icon-container {
  height: 96%;
  width: 100%;
}

/* line 100, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-container {
  height: 40px;
  position: relative;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid;
  border-color: var(--primary-color);
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-container i.icon-hover {
  position: absolute;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  left: 11px;
  color: var(--primary-text-color);
}

/* line 121, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-container:hover {
  color: transparent;
  border: 1px solid;
  border-color: var(--primary-color);
}

/* line 126, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-container:hover i.icon-hover {
  opacity: 1;
}

/* line 132, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-disabled {
  cursor: not-allowed;
  border: 1px solid;
  color: var(--disabled-text-color);
  border-color: var(--disabled-text-color);
}

/* line 138, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-disabled:hover {
  border: 1px solid;
  color: var(--disabled-text-color);
  border-color: var(--disabled-text-color);
}

/* line 145, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-placeholder {
  height: 100%;
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
}

/* line 151, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-picking {
  border: 1px solid;
  border-color: var(--ui-border-color);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

/* line 158, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-picking:hover {
  color: var(--primary-hover-color);
  border: 1px solid;
  border-color: var(--ui-border-color);
  border-bottom: 0;
}

/* line 165, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-picking::after {
  position: absolute;
  z-index: 200;
  content: "";
  height: 1px;
  background-color: var(--ui-border-color);
  left: 0;
  right: 0;
  bottom: 1px;
}

/* line 177, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-disabled:hover,
div.custom-field div.field-icon-placeholder:hover,
div.custom-field div.field-icon-picking:hover {
  opacity: 1;
}

/* line 181, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-icon-disabled:hover i.icon-hover,
div.custom-field div.field-icon-placeholder:hover i.icon-hover,
div.custom-field div.field-icon-picking:hover i.icon-hover {
  display: none;
}

/* line 186, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.icons-list {
  position: absolute;
  left: 40px;
  z-index: 201;
  width: 160px;
  border: 1px solid;
  border-color: var(--ui-border-color);
  padding: 10px 5px;
  background-color: var(--primary-background-color);
  text-align: left;
  font-size: 18px;
  color: var(--primary-color);
  -webkit-box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  border-radius: 0 8px 8px 8px;
  cursor: pointer;
}

/* line 204, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.icons-list .picker-icon-container {
  display: inline-block;
  width: 25%;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

/* line 212, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.icons-list .picker-icon-container:hover {
  border-radius: 4px;
  background-color: var(--primary-background-hover-color);
  color: var(--primary-hover-color);
}

/* line 220, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.icons-list.icons-list-apear {
  opacity: 1;
}

/* line 224, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.title-container {
  -ms-flex: 1 0.5 120px;
      flex: 1 0.5 120px;
  overflow: hidden;
  margin-left: 5px;
  padding: 0 10px;
  line-height: 40px;
}

/* line 231, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.title-container div.title-content {
  display: inline-block;
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 240, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.description-container {
  -ms-flex: 1 1 400px;
      flex: 1 1 400px;
  overflow: hidden;
  padding: 0 10px;
  line-height: 43px;
  margin: 0 5px;
}

/* line 247, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.description-container div.description-content {
  display: inline-block;
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 256, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.text-editable {
  position: relative;
  border: 1px solid transparent;
}

/* line 259, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.text-editable i.icon {
  display: none;
  color: var(--primary-color);
}

/* line 264, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.text-editable:hover {
  border: 0.5px dashed;
  border-color: var(--ui-border-color);
  border-radius: 2px;
  cursor: pointer;
}

/* line 270, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.text-editable:hover i.icon {
  display: inline;
  position: absolute;
  right: 5px;
}

/* line 277, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.text-editable input.custom-field-input {
  border: 0;
  padding: 0;
  width: 100%;
  height: auto;
  line-height: 30px;
}

/* line 284, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.text-editable input.custom-field-input:focus {
  outline: none;
  border: 0 !important;
}

/* line 291, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.text-editing {
  border: 1px dashed;
  border-color: var(--ui-border-color);
}

/* line 296, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field div.field-action-icon-container {
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  font-size: 18px;
  line-height: 45px;
  margin-left: 10px;
}

/* line 304, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field .hide-field-icon {
  position: relative;
  top: 4px;
  margin-right: -4px;
  color: var(--primary-text-color);
}

/* line 310, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field .hide-field-icon svg {
  margin-left: -2px;
}

/* line 314, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field .hide-field-icon.is-field-hidden {
  color: var(--primary-color);
}

/* line 320, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
div.custom-field-apear {
  height: 50px;
  padding: 5px;
  margin-top: 10px;
}

/* line 328, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component div.text-placeholder {
  margin-top: 15px;
  height: 8px;
  max-width: 300px;
  border-radius: 10px;
  background-color: #d9d9d9;
}

/* line 336, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component .blocked-feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

/* line 345, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component .blocked-feature-overlay .block-screen-content {
  margin-right: 130px;
  margin-top: 135px;
}

/* line 349, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component .blocked-feature-overlay .block-screen-content .blocked-feature-description {
  display: block;
  width: 288px;
  font-size: 18px;
  color: black;
  margin: auto;
}

/* line 357, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin div.admin-user-profile-component .blocked-feature-overlay .block-screen-content .unblock-feature-button {
  margin-right: 200px;
  display: block;
  margin: auto;
  margin-top: 21px;
}

/* line 368, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .item-enabled {
  color: var(--primary-color);
}

/* line 372, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .item-disabled {
  color: var(--disabled-text-color) !important;
}

/* line 375, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .item-disabled:hover {
  color: var(--disabled-text-color) !important;
}

/* line 380, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .icon-dapulse-flag.item-disabled {
  color: var(--disabled-text-color) !important;
}

/* line 382, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .icon-dapulse-flag.item-disabled:hover {
  color: var(--disabled-text-color) !important;
}

/* line 387, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .item-clickable {
  cursor: pointer;
}

/* line 391, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .action-item-flagged {
  color: var(--primary-color);
}

/* line 395, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .action-item-deletable,
.admin-component div#new-admin .action-item-flagable {
  color: #949494;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

/* line 399, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .action-item-deletable:hover,
.admin-component div#new-admin .action-item-flagable:hover {
  color: #616161;
}

/* line 404, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .action-item-disabled {
  color: #d9d9d9;
}

/* line 409, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-component div#new-admin .admin-user-profile-help-tooltip {
  display: none;
}

@media all and (max-width: 1200px) {
  /* line 415, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
  .admin-component div#new-admin div.drag-icon-container,
.admin-component div#new-admin span.icon-dapulse-admin-help {
    display: none;
  }
  /* line 420, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
  .admin-component div#new-admin div.icon-wrapper {
    margin-left: 0 !important;
  }
  /* line 424, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
  .admin-component div#new-admin div.text-editable:hover i.icon {
    display: none !important;
  }
  /* line 428, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
  .admin-component div#new-admin div.icons-list {
    left: 15px !important;
  }
}

@media all and (max-width: 768px) {
  /* line 435, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
  .admin-component div#new-admin div.icons-list {
    left: 5px !important;
  }
}

/* line 6, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component {
  max-width: 1000px;
}

/* line 9, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component .section-title {
  display: -ms-flexbox;
  display: flex;
}

/* line 12, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component .section-title .storage-section-loader {
  margin-top: -4px;
}

/* line 18, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component .table-and-storage-wrapper .file-types-table {
  width: auto;
  margin-right: var(--spacing-small);
  display: inline-block;
}

@media (min-width: 1201px) {
  /* line 25, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
  .admin-component div#new-admin div.admin-storage-component div.file-types {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-right: 12px;
  }
}

/* line 33, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.file-types table {
  width: 100%;
  color: var(--primary-text-color);
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.file-types table td,
.admin-component div#new-admin div.admin-storage-component div.file-types table th {
  border-bottom: 1px solid;
  border-color: var(--ui-border-color);
  padding: 15px;
}

/* line 43, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.file-types table thead {
  font-size: 14px;
  background-color: #eee;
  background-color: var(--dark-background-color);
}

/* line 47, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.file-types table thead th:last-of-type {
  text-align: center;
}

/* line 51, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.file-types table tbody {
  font-size: 13px;
}

/* line 54, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.file-types table tbody tr td {
  text-align: center;
}

/* line 56, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.file-types table tbody tr td:first-of-type {
  font-weight: 500;
  text-align: left;
}

/* line 65, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.storage-used {
  background-color: #66ccf5;
  color: white;
  padding: 15px;
}

/* line 69, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.storage-used h3 {
  font-size: 19px;
  font-weight: 400;
  margin: 5px 0;
}

/* line 74, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.storage-used.desktop-hidden {
  margin-bottom: 30px;
}

/* line 77, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.storage-used.mobile-hidden {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}

@media (max-width: 1200px) {
  /* line 83, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
  .admin-component div#new-admin div.admin-storage-component div.storage-used.mobile-hidden {
    display: none;
  }
}

@media (min-width: 1201px) {
  /* line 88, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
  .admin-component div#new-admin div.admin-storage-component div.storage-used.desktop-hidden {
    display: none;
  }
}

/* line 98, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.storage-bar,
.admin-component div#new-admin div.admin-basic-stats-component div.storage-bar {
  width: 90%;
  margin: 24px auto;
  height: 15px;
  background-color: #4d92ad;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #40778c 8px, #40778c 16px);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

/* line 107, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.storage-bar div.used-storage-bar,
.admin-component div#new-admin div.admin-basic-stats-component div.storage-bar div.used-storage-bar {
  position: absolute;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0, 0.9);
  transition: all 0.8s cubic-bezier(0, 0, 0, 0.9);
}

/* line 117, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_storage_component.scss */
.admin-component div#new-admin div.admin-storage-component div.storage-total,
.admin-component div#new-admin div.admin-basic-stats-component div.storage-total {
  font-size: 18px;
  margin-bottom: 12px;
  text-align: center;
}

/* line 4, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component {
  max-width: 820px;
}

@media (min-width: 1101px) {
  /* line 10, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
  .admin-component div#new-admin div.admin-basic-stats-component div.stat-box-row {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-bottom: 12px;
  }
}

/* line 26, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box-row {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: -ms-flexbox;
  display: flex;
}

/* line 31, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box {
  padding: 12px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  color: white;
  width: 100%;
  margin-bottom: 12px;
}

/* line 40, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box.bg-purple {
  background-color: var(--color-purple);
}

/* line 43, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box.bg-blue {
  background-color: #66ccf5;
}

/* line 46, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box.bg-green {
  background-color: var(--positive-color);
}

/* line 49, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box.bg-orange {
  background-color: #fab715;
}

@media (min-width: 1101px) {
  /* line 31, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
  .admin-component div#new-admin div.admin-basic-stats-component div.stat-box {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
    margin-bottom: 0;
  }
  /* line 62, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
  .admin-component div#new-admin div.admin-basic-stats-component div.stat-box.large {
    width: 55%;
    margin-right: 12px;
  }
  /* line 66, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
  .admin-component div#new-admin div.admin-basic-stats-component div.stat-box.small {
    width: 45%;
  }
}

/* line 71, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box table {
  width: 100%;
  margin-top: 20px;
}

/* line 74, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box table td {
  padding: 0 8px;
  text-align: center;
}

/* line 78, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box table tr.numbers td {
  font-size: 42px;
}

/* line 81, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box table tr.texts td {
  font-size: 14px;
}

/* line 85, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box div.title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

/* line 90, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_basic_stats_components.scss */
.admin-component div#new-admin div.admin-basic-stats-component div.stat-box div.period {
  font-size: 15px;
  position: absolute;
  top: 10px;
  right: 12px;
}

/* line 2, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .admin-insight-page-title {
  font-weight: 500;
  font-size: 18px;
}

/* line 7, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .admin-insights-stats-component {
  margin-top: 16px;
}

/* line 11, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .admin-insights-widget-wrapper {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 16, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .admin-insights-widget-wrapper .widget-title-wrapper {
  display: -ms-flexbox;
  display: flex;
}

/* line 20, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .admin-insights-widget-wrapper.bordered {
  border: 1px solid;
  border-color: var(--layout-border-color);
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

/* line 27, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .admin-insights-widget-wrapper.bordered .widget-title-text {
  display: inline;
  margin-bottom: 8px;
}

/* line 31, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .admin-insights-widget-wrapper.bordered .widget-title-text .widget-title {
  color: var(--primary-text-color);
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .admin-insights-widget-wrapper.bordered .widget-title-text .widget-subtitle {
  color: var(--secondary-text-color);
  font-size: 16px;
  font-weight: 300;
  padding-top: 4px;
}

/* line 46, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .admin-insights-widget-wrapper .widget-filter {
  display: inline-block;
  position: absolute;
  right: 0px;
  padding-right: 24px;
}

/* line 54, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .monthly-stats-component {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

/* line 62, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .monthly-counter-component {
  white-space: nowrap;
}

/* line 65, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .monthly-counter-component .monthly-counter-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 69, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .monthly-counter-component .monthly-counter-title h1 {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
}

/* line 76, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .monthly-counter-component h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  margin: 8px 0;
}

/* line 83, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .monthly-counter-component .text {
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  margin-right: 8px;
}

/* line 91, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .widget-title {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary-text-color);
  font-weight: 500;
}

/* line 99, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_insights_stats_component.scss */
.admin-component div#new-admin .widget-content {
  -ms-flex: 1;
      flex: 1;
  margin-top: 16px;
  width: 100%;
}

/* line 2, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats {
  background-color: #e7eaec;
}

/* line 5, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage {
  border-radius: 2px;
  background-color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}

/* line 11, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage h4.big_title {
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 16, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage p {
  margin-bottom: 15px !important;
  font-size: 14px !important;
}

/* line 21, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.table-striped {
  width: 100%;
  background-color: #fff;
}

/* line 24, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.table-striped td {
  background-color: #fff;
  padding: 5px;
  vertical-align: middle;
}

/* line 29, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.table-striped td img {
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.table-striped tr:nth-child(odd) {
  background-color: #fff;
}

/* line 36, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.table-striped tr:nth-child(even) {
  background-color: #fafafa;
}

/* line 42, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats th {
  border: 1px solid #ddd;
}

/* line 43, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats .center {
  text-align: center;
}

/* line 45, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball {
  width: 100%;
  min-width: 400px;
  margin-bottom: 40px;
  font-size: 14px;
  background-color: #fff;
}

/* line 52, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball th {
  border: 1px solid #ddd;
  font-size: 15px;
  text-align: center;
}

/* line 57, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball th .explain {
  font-size: 14px;
  color: #666;
  text-align: center;
}

/* line 61, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball th .explain i {
  font-size: 2em;
}

/* line 66, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball th.seperate {
  border-left: 1px solid #ddd;
  vertical-align: middle;
}

/* line 70, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball td.center {
  text-align: center;
}

/* line 71, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball td.ball_cell {
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  min-width: 30px;
}

/* line 77, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball .number_big {
  font-size: 1em;
}

/* line 80, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball .title {
  font-weight: bold;
  font-size: 16px;
}

/* line 84, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage table.board_stats_ball .title .title_explain {
  font-size: 14px;
}

/* line 89, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage .profile_pic {
  width: 25px;
  height: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 15px;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage .stats_green {
  color: #00c875;
}

/* line 100, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage a {
  display: inline-block;
  padding: 0px 10px;
}

/* line 104, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage a:hover .user_name {
  text-decoration: underline;
}

/* line 109, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_usage .private_board {
  padding: 0px 10px;
}

/* line 114, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .top_stats_info {
  font-size: 14px;
  margin-bottom: 35px;
}

/* line 119, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats #header {
  background-color: #589df6;
  min-height: 70px;
  padding: 10px 0px 0px 0px;
}

/* line 123, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats #header .top_link {
  margin: 10px 0px 0px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.5em;
  padding: 5px 20px;
}

/* line 129, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats #header .top_link:hover {
  background-color: #FFF;
  color: #589df6;
  text-decoration: none;
}

/* line 137, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .stats_user_photo {
  width: 30px;
  height: 30px;
  margin: 10px;
}

/* line 143, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .ball {
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  margin-bottom: 1px;
}

/* line 149, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .param_kind {
  color: #cccccc;
}

/* line 153, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .posts.ball_one {
  background-color: #91C9E8;
}

/* line 154, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .posts.ball_two {
  background-color: #67B8DE;
}

/* line 155, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .posts.ball_three {
  background-color: #3399CC;
}

/* line 156, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .system.ball_one {
  background-color: #FF0000;
}

/* line 157, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .system.ball_two {
  background-color: #BF0000;
}

/* line 158, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .system.ball_three {
  background-color: #A60000;
}

/* line 159, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .reactions.ball_one {
  background-color: #FB9EC6;
}

/* line 160, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .reactions.ball_two {
  background-color: #F26BAA;
}

/* line 161, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .reactions.ball_three {
  background-color: #F95894;
}

/* line 162, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .board.ball_one {
  background-color: #5C9548;
}

/* line 163, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .board.ball_two {
  background-color: #398133;
}

/* line 164, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_stats_component.scss */
.admin-component div#new-admin #main_stats .board.ball_three {
  background-color: #1B4F1B;
}

/* line 5, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_invoices_component.scss */
.admin-component div#new-admin .admin-invoices-component table.past_invoices_table {
  width: 100%;
  max-width: 1000px;
}

/* line 10, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_invoices_component.scss */
.admin-component div#new-admin .admin-invoices-component table.past_invoices_table tr td {
  padding: 10px;
  border-bottom: 1px solid;
  border-color: var(--ui-border-color);
  font-size: 14px;
}

/* line 30, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_invoices_component.scss */
.admin-component div#new-admin .admin-invoices-component table.past_invoices_table tbody tr td.event_type {
  font-weight: 400;
}

/* line 33, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_invoices_component.scss */
.admin-component div#new-admin .admin-invoices-component table.past_invoices_table tbody tr td.event_type.event_type_charge {
  color: #00c875;
}

/* line 37, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_invoices_component.scss */
.admin-component div#new-admin .admin-invoices-component table.past_invoices_table tbody tr td.event_type.event_type_upgrade {
  color: #a25ddc;
}

/* line 41, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_invoices_component.scss */
.admin-component div#new-admin .admin-invoices-component table.past_invoices_table tbody tr td.event_type.event_type_refund {
  color: #f65f7c;
}

/* line 48, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_invoices_component.scss */
.admin-component div#new-admin .admin-invoices-component table.past_invoices_table tbody tr td.view_invoice a, .admin-component div#new-admin .admin-invoices-component table.past_invoices_table tbody tr td.view_receipt a {
  text-decoration: none;
  color: var(--primary-color);
}

/* line 51, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_invoices_component.scss */
.admin-component div#new-admin .admin-invoices-component table.past_invoices_table tbody tr td.view_invoice a:hover, .admin-component div#new-admin .admin-invoices-component table.past_invoices_table tbody tr td.view_receipt a:hover {
  color: #0071d9;
}

/* line 62, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_invoices_component.scss */
.admin-component div#new-admin .admin-invoices-component-loader {
  width: 500px;
  height: 24px;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_payment_method_component.scss */
.admin-component div#new-admin .admin-payment-method-component table.payment_info_table {
  width: 100%;
  max-width: 600px;
}

/* line 10, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_payment_method_component.scss */
.admin-component div#new-admin .admin-payment-method-component table.payment_info_table tr td {
  padding: 10px;
  border-bottom: 1px solid;
  border-color: var(--ui-border-color);
  font-size: 14px;
}

/* line 16, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_payment_method_component.scss */
.admin-component div#new-admin .admin-payment-method-component table.payment_info_table tr td a {
  text-decoration: none;
  color: var(--primary-color);
}

/* line 19, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_payment_method_component.scss */
.admin-component div#new-admin .admin-payment-method-component table.payment_info_table tr td a:hover {
  color: #0071d9;
}

/* line 22, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_payment_method_component.scss */
.admin-component div#new-admin .admin-payment-method-component table.payment_info_table tr td a:active {
  outline: none;
}

/* line 28, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_payment_method_component.scss */
.admin-component div#new-admin .admin-payment-method-component table.payment_info_table tr td.last_charge.last_charge_success {
  color: #00c875;
}

/* line 32, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_payment_method_component.scss */
.admin-component div#new-admin .admin-payment-method-component table.payment_info_table tr td.last_charge.last_charge_failure {
  color: #f65f7c;
}

/* line 6, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_api_component.scss */
.admin-component div#new-admin .admin-api-component .api-token-wrapper {
  margin-bottom: 20px;
  position: relative;
}

/* line 10, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_api_component.scss */
.admin-component div#new-admin .admin-api-component .api-token-wrapper .personal-api-token-info {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
}

/* line 15, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_api_component.scss */
.admin-component div#new-admin .admin-api-component .api-token-wrapper .personal-api-token-info b {
  color: #a25ddc;
}

/* line 6, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .board-shredder {
  max-width: 100%;
}

/* line 10, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component a.board-toggle {
  float: right;
}

/* line 14, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-archive-icon svg {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 4px;
}

/* line 19, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-vibe-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

/* line 23, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-vibe-table .board-name {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 27, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-vibe-table .board-name .board-name-text {
  margin-right: 8px;
}

/* line 33, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons {
  display: -ms-flexbox;
  display: flex;
}

/* line 36, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a {
  float: right;
  text-decoration: none;
  display: table;
  margin: 5px 0 5px 25px;
}

/* line 41, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a i.icon,
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a span.text,
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a i.fa {
  display: table-cell;
  vertical-align: middle;
}

/* line 47, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a i.icon,
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a i.fa {
  color: var(--primary-color);
  font-size: 20px;
  padding-right: 6px;
  line-height: 1;
}

/* line 54, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a.disabled {
  opacity: 0.3;
  cursor: default;
}

/* line 58, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a.dblue {
  color: #0071d9;
}

/* line 61, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a.blue {
  color: var(--primary-color);
}

/* line 64, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component .tidy-up-action-buttons a.red {
  color: #e2445c;
}

/* line 70, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component div.board-tabs {
  margin-bottom: 20px;
}

/* line 72, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component div.board-tabs a.board-tab {
  border-bottom: 2px solid #f1f1f1;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  padding: 3px 8px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* line 79, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component div.board-tabs a.board-tab:hover {
  border-bottom: 2px solid #d0d0d0;
}

/* line 82, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component div.board-tabs a.board-tab.active {
  border-bottom: 2px solid;
  border-bottom-color: var(--primary-color);
}

/* line 88, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component h3.empty-state {
  margin-top: 16px;
}

/* line 91, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component span.pulses-title {
  margin-left: 8px;
}

/* line 94, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table {
  width: 100%;
  color: var(--secondary-text-color);
  font-size: 13px;
}

/* line 98, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table th {
  color: var(--primary-text-color);
  background-color: var(--dark-background-color);
}

/* line 101, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table th i.fa {
  display: none;
}

/* line 105, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td,
.admin-component div#new-admin div.admin-shredder-component table th {
  border-bottom: 1px solid;
  border-color: var(--ui-border-color);
  padding: 10px;
  vertical-align: middle;
  font-weight: 400;
}

/* line 112, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td.tc,
.admin-component div#new-admin div.admin-shredder-component table th.tc {
  text-align: center;
}

/* line 117, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td span.board-name {
  font-weight: 500;
}

/* line 121, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td.buttons a {
  float: right;
  text-decoration: none;
  display: table;
  margin: 5px 0 5px 25px;
}

/* line 126, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td.buttons a i.icon,
.admin-component div#new-admin div.admin-shredder-component table td.buttons a span.text,
.admin-component div#new-admin div.admin-shredder-component table td.buttons a i.fa {
  display: table-cell;
  vertical-align: middle;
}

/* line 132, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td.buttons a i.icon,
.admin-component div#new-admin div.admin-shredder-component table td.buttons a i.fa {
  color: var(--primary-color);
  font-size: 20px;
  padding-right: 6px;
  line-height: 1;
}

/* line 139, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td.buttons a.disabled {
  opacity: 0.3;
  cursor: default;
}

/* line 143, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td.buttons a.dblue {
  color: #0071d9;
}

/* line 146, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td.buttons a.blue {
  color: var(--primary-color);
}

/* line 149, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_shredder_component.scss */
.admin-component div#new-admin div.admin-shredder-component table td.buttons a.red {
  color: #e2445c;
}

/* line 3, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_security_component.scss */
.admin-component div#new-admin .admin-advanced-security-component a#panic-mode-button {
  background-color: #f65f7c;
  border-color: #e2445c;
  margin-top: 10px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  border-radius: 15rem;
  padding-left: 24px;
  padding-right: 24px;
}

/* line 11, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_security_component.scss */
.admin-component div#new-admin .admin-advanced-security-component a#panic-mode-button:hover {
  background-color: #e2445c;
}

/* line 16, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_security_component.scss */
.admin-component div#new-admin .admin-advanced-security-component .panic-mode-description {
  font-size: 16px;
}

/* line 20, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_security_component.scss */
.admin-component div#new-admin .admin-advanced-security-component .two-factor {
  margin-top: 40px;
}

/* line 24, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_security_component.scss */
.admin-component div#new-admin .admin-advanced-security-component #two-factor-button {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  /* line 29, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_advanced_security_component.scss */
  .admin-component div#new-admin div.right-content div.main-content div.admin-advanced-security-component.admin-narrow-component {
    width: 536px;
  }
}

/* line 3, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_security_audit_component.scss */
.admin-component div#new-admin .admin_audit .audit_table {
  width: 100%;
}

/* line 7, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_security_audit_component.scss */
.admin-component div#new-admin .admin_audit .audit_table tr.heading th {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}

/* line 15, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_security_audit_component.scss */
.admin-component div#new-admin .admin_audit .audit_table tr td {
  padding: 10px;
  border-bottom: 1px dashed #efefef;
}

/* line 22, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_security_audit_component.scss */
.admin-component div#new-admin .admin_audit .audit_table tr.data_row td:not(:first-child) {
  text-align: center;
}

/* line 2, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_account_component.scss */
.admin-component div#new-admin .admin-setting.cancel_account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 6, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_account_component.scss */
.admin-component div#new-admin .admin-setting.cancel_account .cancel_account_btn {
  margin: 10px 0px 25px 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 55, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav {
  width: 272px;
  height: 100%;
  float: left;
  padding: 40px 20px 0 10px;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 768px) {
  /* line 55, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
  .admin-component div#new-admin div.left-nav {
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding: 40px 15px 0 15px;
  }
}

/* line 72, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav .title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
  padding-left: 15px;
}

/* line 79, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav .title-wrapper.less-margin-bottom {
  margin-bottom: var(--spacing-small);
}

/* line 83, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav .title-wrapper h1 {
  -ms-flex: auto;
      flex: auto;
  font-size: 30px;
  font-weight: 500;
  padding-right: 5px;
  color: var(--primary-text-color);
}

/* line 91, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav .title-wrapper a {
  color: var(--primary-color);
}

/* line 94, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav .title-wrapper a:hover {
  color: var(--primary-hover-color);
}

/* line 98, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav .title-wrapper .link-item {
  -ms-flex: auto;
      flex: auto;
  margin-top: var(--spacing-small);
  color: var(--link-color);
}

/* line 105, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav ul {
  overflow: auto;
  height: 100%;
}

/* line 109, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav ul li {
  list-style-type: none;
  position: relative;
  color: var(--primary-text-color);
  font-size: 18px;
  border-radius: 8px;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 768px) {
  /* line 109, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
  .admin-component div#new-admin div.left-nav ul li {
    display: inline-block;
  }
  /* line 113, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
  .admin-component div#new-admin div.left-nav ul li:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  /* line 109, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
  .admin-component div#new-admin div.left-nav ul li {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 10px;
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  /* line 134, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
  .admin-component div#new-admin div.left-nav ul li span.icon {
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    left: 31.8181818182px;
    padding: 0 1px;
    top: 50%;
    color: var(--secondary-text-color);
  }
}

@media (max-width: 768px) {
  /* line 134, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
  .admin-component div#new-admin div.left-nav ul li span.icon {
    display: block;
    font-size: 30px;
    color: var(--secondary-text-color);
  }
}

/* line 151, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav ul li:hover {
  background-color: var(--primary-background-hover-color);
  color: var(--primary-text-color);
}

/* line 156, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav ul li.active {
  background-color: var(--primary-selected-color);
  color: var(--primary-text-color);
}

/* line 160, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav ul li.active span.icon {
  color: var(--primary-text-color);
}

/* line 165, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.left-nav ul li:focus {
  outline: none;
}

/* line 172, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content {
  margin-left: 272px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 40px 20px 0 30px;
}

@media (max-width: 768px) {
  /* line 172, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
  .admin-component div#new-admin div.right-content {
    margin-left: 0;
    padding: 25px 15px;
  }
}

/* line 186, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}

/* line 191, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav {
  margin-bottom: var(--spacing-xl);
}

/* line 194, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav.disabled {
  display: none;
  opacity: 0;
  height: 0;
  padding-bottom: 5px;
  pointer-events: none;
}

/* line 200, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav.disabled ul li a:hover {
  cursor: default;
}

/* line 204, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav ul {
  list-style-type: none;
  font-size: 0;
  position: relative;
}

/* line 209, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav ul li {
  display: inline-block;
}

/* line 211, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 20px;
  color: var(--primary-text-color);
  font-weight: 400;
  font-size: 17px;
  border-bottom: 2px solid var(--ui-border-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 220, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav ul li a:focus {
  outline: none;
}

/* line 223, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav ul li a:hover {
  border-radius: 4px 4px 0 0;
  background: var(--primary-background-hover-color);
}

/* line 227, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav ul li a.active {
  border-bottom-color: var(--primary-color);
}

/* line 230, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content div.right-content-scroll-pane div.right-nav ul li a.disabled {
  color: var(--disabled-text-color);
  cursor: not-allowed;
}

/* line 240, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 100%;
}

/* line 244, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content {
  height: 100%;
  padding-bottom: 16px;
  padding-left: 10px;
}

@media (max-width: 768px) {
  /* line 244, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
  .admin-component div#new-admin div.right-content .tab-container div.main-content {
    padding-left: 0px;
  }
}

/* line 258, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content div.admin-narrow-component {
  width: 400px;
}

@media (max-width: 768px) {
  /* line 258, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
  .admin-component div#new-admin div.right-content .tab-container div.main-content div.admin-narrow-component {
    width: 100%;
  }
}

/* line 265, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content h3.section-title {
  margin: 0 0 32px 0;
  font-size: 22px;
  font-weight: 400;
}

/* line 269, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content h3.section-title.less-margin {
  margin: 0 0 10px 0;
}

/* line 273, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content p {
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 276, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content p.gt {
  color: var(--secondary-text-color);
}

/* line 277, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content p.gt .info {
  top: 6px;
  left: 5px;
  position: relative;
}

/* line 282, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content p.gt .link {
  display: inline-block;
  padding-left: var(--spacing-xs);
}

/* line 288, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content p.italics {
  font-style: italic;
}

/* line 291, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content p.fw400 {
  font-weight: 400;
}

/* line 294, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content p.fw500 {
  font-weight: 500;
}

/* line 298, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content p.label {
  display: block;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
}

/* line 307, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"],
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"],
.admin-component div#new-admin div.right-content .tab-container div.main-content textarea,
.admin-component div#new-admin div.right-content .tab-container div.main-content select {
  font-size: 15px;
  width: 100%;
  outline: 0;
  color: var(--primary-text-color);
  background-color: var(--primary-background-color);
  border-color: var(--ui-border-color);
}

/* line 318, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]::-webkit-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]::-webkit-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content textarea::-webkit-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content select::-webkit-input-placeholder {
  color: var(--placeholder-color);
}
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]::-moz-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]::-moz-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content textarea::-moz-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content select::-moz-placeholder {
  color: var(--placeholder-color);
}
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]:-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]:-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content textarea:-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content select:-ms-input-placeholder {
  color: var(--placeholder-color);
}
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]::-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]::-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content textarea::-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content select::-ms-input-placeholder {
  color: var(--placeholder-color);
}
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]::placeholder,
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]::placeholder,
.admin-component div#new-admin div.right-content .tab-container div.main-content textarea::placeholder,
.admin-component div#new-admin div.right-content .tab-container div.main-content select::placeholder {
  color: var(--placeholder-color);
}

/* line 322, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]:focus,
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]:focus,
.admin-component div#new-admin div.right-content .tab-container div.main-content textarea:focus,
.admin-component div#new-admin div.right-content .tab-container div.main-content select:focus {
  border: 1px solid;
  border-color: var(--primary-color);
}

/* line 326, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content input.margin-bottom[type="text"],
.admin-component div#new-admin div.right-content .tab-container div.main-content input.margin-bottom[type="password"],
.admin-component div#new-admin div.right-content .tab-container div.main-content textarea.margin-bottom,
.admin-component div#new-admin div.right-content .tab-container div.main-content select.margin-bottom {
  margin-bottom: 30px;
}

/* line 329, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content input.auth_domain[type="text"],
.admin-component div#new-admin div.right-content .tab-container div.main-content input.auth_domain[type="password"],
.admin-component div#new-admin div.right-content .tab-container div.main-content textarea.auth_domain,
.admin-component div#new-admin div.right-content .tab-container div.main-content select.auth_domain {
  width: 200px;
}

/* line 333, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]:disabled,
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]:disabled,
.admin-component div#new-admin div.right-content .tab-container div.main-content textarea:disabled,
.admin-component div#new-admin div.right-content .tab-container div.main-content select:disabled {
  color: var(--disabled-text-color);
  background-color: var(--disabled-background-color);
}

/* line 337, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]:disabled::-webkit-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]:disabled::-webkit-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content textarea:disabled::-webkit-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content select:disabled::-webkit-input-placeholder {
  color: var(--disabled-text-color);
}
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]:disabled::-moz-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]:disabled::-moz-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content textarea:disabled::-moz-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content select:disabled::-moz-placeholder {
  color: var(--disabled-text-color);
}
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]:disabled:-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]:disabled:-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content textarea:disabled:-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content select:disabled:-ms-input-placeholder {
  color: var(--disabled-text-color);
}
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]:disabled::-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]:disabled::-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content textarea:disabled::-ms-input-placeholder, .admin-component div#new-admin div.right-content .tab-container div.main-content select:disabled::-ms-input-placeholder {
  color: var(--disabled-text-color);
}
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="text"]:disabled::placeholder,
.admin-component div#new-admin div.right-content .tab-container div.main-content input[type="password"]:disabled::placeholder,
.admin-component div#new-admin div.right-content .tab-container div.main-content textarea:disabled::placeholder,
.admin-component div#new-admin div.right-content .tab-container div.main-content select:disabled::placeholder {
  color: var(--disabled-text-color);
}

/* line 343, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content div.notice {
  width: 100%;
  background-color: var(--primary-selected-color);
  margin-top: 5px;
  padding: 20px 20px 20px 60px;
  position: relative;
  line-height: 1.4;
  border-radius: 3px;
}

/* line 351, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content div.notice i.icon {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 25px;
  color: var(--primary-color);
}

/* line 358, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content div.notice p {
  color: var(--primary-text-color) !important;
  font-weight: 400;
  font-size: 16px;
}

/* line 364, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content div.button-wrapper {
  text-align: right;
  margin-top: 40px;
}

/* line 368, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content div.button-wrapper.change-slug {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

/* line 374, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content div.admin-setting {
  margin: 40px 0 0 0;
}

/* line 377, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content div.admin-setting:first-child {
  margin-top: 0;
}

/* line 382, app/assets/stylesheets/pulse/views/admin/_new_admin.scss */
.admin-component div#new-admin div.right-content .tab-container div.main-content div.nest-admin-setting div.admin-setting {
  margin: 34px 0 0 0;
}

/* line 442, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-user-profile-help-tooltip {
  padding: 10px 10px 0 10px;
  font-size: 15px;
  line-height: 20px;
  width: 440px;
}

/* line 449, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-user-profile-help-tooltip div.icon-container {
  vertical-align: top;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  color: var(--primary-color);
  text-align: center;
}

/* line 458, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-user-profile-help-tooltip div.description-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  width: calc(440px - 80px);
  display: inline-block;
}

/* line 466, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-user-profile-help-tooltip div.image-container {
  width: 95%;
  margin: 10px auto 0 auto;
}

/* line 469, app/assets/stylesheets/pulse/views/admin/new_admin_components/_admin_user_profile_defaults_component.scss */
.admin-user-profile-help-tooltip div.image-container img {
  width: 100%;
  height: auto;
}

/* line 3, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
.application.new-layout.admin-screen .first-level-content-wrapper {
  border-top-left-radius: 0 !important;
  background-color: transparent !important;
}

/* line 8, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
.application.new-layout.admin-screen .first-level-content {
  border-top-left-radius: 0 !important;
  border-color: transparent !important;
}

/* line 14, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
.application.new-layout .admin-component {
  background-color: transparent;
  padding-left: 0;
}

/* line 19, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
.application.new-layout .admin-component div#new-admin div.left-nav {
  padding-left: 20px;
  border-top-right-radius: 12px;
  position: static;
}

@media (max-width: 768px) {
  /* line 19, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
  .application.new-layout .admin-component div#new-admin div.left-nav {
    height: auto;
  }
}

/* line 29, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
.application.new-layout .admin-component div#new-admin div.right-content {
  background-color: var(--primary-background-color);
  border-top-left-radius: 12px;
  height: 100%;
  padding: var(--spacing-large) 0 0 30px;
  overflow: hidden;
}

/* line 36, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
.application.new-layout .admin-component div#new-admin div.right-content div.right-content-scroll-pane {
  padding: calc(40px - var(--spacing-large)) 20px 0 0;
  width: 100%;
}

/* line 40, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
.application.new-layout .admin-component div#new-admin div.right-content div.right-content-scroll-pane.with-overflow {
  overflow: overlay;
}

/* line 44, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
.application.new-layout .admin-component div#new-admin div.right-content div.right-content-scroll-pane div.tab-container {
  height: auto;
}

@media (min-width: 769px) {
  /* line 29, app/assets/stylesheets/pulse/views/admin/_new_admin_layout_with_topbar.scss */
  .application.new-layout .admin-component div#new-admin div.right-content {
    margin-left: 292px;
  }
}

/*$link-color:#168ae0;*/
/* line 5, app/assets/stylesheets/pulse/views/admin/_users.scss */
.users_tab .admin_wrapper {
  margin-top: 15px;
  position: relative;
  max-width: 1024px;
}

/* line 11, app/assets/stylesheets/pulse/views/admin/_users.scss */
.users_tab .users-limit-indication-wrapper {
  margin-bottom: 32px;
}

/* line 16, app/assets/stylesheets/pulse/views/admin/_users.scss */
.users_tab .user-management-view .invite-members-button {
  border-radius: 4px;
}

/* line 21, app/assets/stylesheets/pulse/views/admin/_users.scss */
.users_tab .users-tab-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 24, app/assets/stylesheets/pulse/views/admin/_users.scss */
.users_tab .users-tab-header .filters-dropdown {
  width: 240px;
}

/* line 27, app/assets/stylesheets/pulse/views/admin/_users.scss */
.users_tab .users-tab-header .admin-actions {
  justify-self: flex-end;
  margin-left: auto;
}

/* line 30, app/assets/stylesheets/pulse/views/admin/_users.scss */
.users_tab .users-tab-header .admin-actions a {
  margin-right: 16px;
}

/* line 38, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 32px;
}

/* line 45, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area .invite-members-button {
  padding: 0 24px;
  height: 30px;
}

/* line 50, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area .search-user-box {
  width: 280px;
}

/* line 53, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area .search-user-box .search_field {
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30px;
  font-size: 15px;
  padding-left: 12px;
  background-color: var(--primary-background-color) !important;
}

/* line 61, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area .search-user-box .search_field.active {
  background-color: #66ccf5;
  border-color: #66ccf5;
  color: white;
}

/* line 67, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area .search-user-box .search_field:focus {
  outline: none;
  border-color: #66ccf5;
}

/* line 73, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area .search-user-box .search_by_name_icon {
  color: var(--ui-border-color);
  position: absolute;
  top: 4px;
  right: 11px;
}

/* line 79, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area .search-user-box .search_by_name_icon.active {
  color: #333;
}

/* line 84, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area .search-user-box .cancel_name_search_icon {
  position: absolute;
  top: 5px;
  right: -20px;
  margin: 0;
  color: black;
}

/* line 91, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table-actions-area .search-user-box .cancel_name_search_icon:hover {
  text-decoration: none;
}

/* line 97, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table_headers {
  width: 100%;
  margin-top: 25px;
  table-layout: fixed;
  border-bottom: 1px solid;
  padding: 16px 24px;
  background-color: var(--dark-background-color);
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px 8px 0px 0px;
  border-color: var(--ui-border-color);
}

/* line 109, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table_headers th {
  font-weight: bold;
}

/* line 112, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table_headers th.namecell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

/* line 116, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table_headers th.usertypecell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

/* line 120, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table_headers th.createdcell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

/* line 123, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view .table_headers th.lastcell {
  width: 204px;
}

/* line 129, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users {
  list-style: none;
  border: 1px solid;
  border-color: var(--ui-border-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  padding: 16px 16px 0 24px;
}

/* line 82, app/assets/stylesheets/pulse/default/_mixins.scss */
#user_management_view #users li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

/* line 137, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users a.profile_image_link {
  position: relative;
}

/* line 140, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users a.profile_image_link .guest-stamp {
  position: absolute;
  bottom: 1px;
  left: 19px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  color: #a25ddc;
}

/* line 148, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users a.profile_image_link .view-only {
  position: absolute;
  bottom: 0px;
  left: 18px;
  color: #333333;
  width: 16px;
}

/* line 157, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .photo {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #aaa;
  margin-top: 8px;
}

/* line 165, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .inactive {
  opacity: 0.5;
}

/* line 168, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .inactive .fn {
  color: #999 !important;
}

/* line 172, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .inactive .namecell a {
  color: #333;
}

/* line 177, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact {
  position: relative;
}

/* line 180, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table {
  width: 100%;
  table-layout: fixed;
}

/* line 184, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table td {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 24px;
  vertical-align: middle;
  padding-right: 8px;
}

/* line 191, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table td:last-child {
  padding-right: 0;
  border-right: none;
}

/* line 197, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .namecell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

/* line 203, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .namecell .admin-page-user-profile-image {
  width: 30px;
  height: 30px;
}

/* line 207, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .namecell .profile_image_link {
  margin-right: 12px;
}

/* line 210, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .namecell .fn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 214, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .namecell .fn a {
  font-weight: 400;
  color: var(--primary-color);
}

/* line 220, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .namecell .out_of_office-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  left: -1px;
  top: 27px;
}

/* line 229, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .usertypecell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

/* line 233, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .createdcell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

/* line 236, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .buttonscell {
  width: 204px;
}

/* line 239, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .user-kind-text-wrapper {
  display: inline-block;
  font-size: 12px;
  margin-left: 4px;
  border: 1px solid black;
  padding: 0 4px;
  border-radius: 2px;
  cursor: default;
}

/* line 248, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .user-kind-text-wrapper.user-kind-text-wrapper-viewer {
  color: var(--primary-color);
}

/* line 253, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .user-kind-text-wrapper.user-kind-text-wrapper-guest {
  color: var(--color-purple);
  color: var(--color-purple);
}

/* line 259, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .fn {
  font-size: 15px;
  font-weight: 400;
}

/* line 264, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .type-text {
  font-size: 14px;
  width: 100%;
}

/* line 269, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .pending-text {
  color: #fdab3d;
}

/* line 273, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .buttons {
  text-align: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
}

/* line 279, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .buttons .resend-invitation-button {
  margin-right: 12px;
}

/* line 282, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .buttons .icon {
  cursor: pointer;
}

/* line 285, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .buttons .icon:hover {
  color: var(--primary-color);
}

/* line 290, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .buttons a:not(:last-child) {
  margin-right: -10px;
}

/* line 294, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .buttons a.make_company_member_btn {
  color: black;
}

/* line 297, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .vcard.compact table .buttons a.make_company_member_btn:hover {
  text-decoration: none;
}

/* line 305, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo {
  border-bottom: 1px solid;
  border-color: var(--ui-border-color);
  padding: 10px 16px;
  position: relative;
}

/* line 311, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .userInfo-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

/* line 318, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo table.userInfo_content {
  width: 100%;
}

/* line 322, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo table.userInfo_content .change_user_kind .user-kind-select-component {
  text-align: left;
  width: 160px;
  display: inline-block;
}

/* line 329, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo table.userInfo_content .explanation {
  font-size: 13px;
  font-weight: 300;
}

/* line 334, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo table.userInfo_content td {
  vertical-align: top;
  padding: 5px 0 20px;
}

/* line 339, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo table.userInfo_content hr {
  margin: 0;
}

/* line 343, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo table.userInfo_content h4 {
  padding: 5px;
}

/* line 354, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo dl {
  float: left;
  width: 520px;
  margin-left: 10px;
  padding: 0;
  margin-left: 0;
  width: 550px;
}

/* line 196, app/assets/stylesheets/pulse/default/_mixins.scss */
#user_management_view #users .userInfo dl dt {
  clear: left;
  float: left;
  width: 100px;
  margin: 0;
  padding: 5px;
  font-weight: bold;
}

/* line 205, app/assets/stylesheets/pulse/default/_mixins.scss */
#user_management_view #users .userInfo dl dd {
  width: 420px;
  margin: 0;
  padding: 5px;
}

/* line 359, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo dl dt,
#user_management_view #users .userInfo dl dd {
  font-weight: 300;
}

/* line 364, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo dl dt {
  width: 200px;
}

/* line 368, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo dl dd {
  width: auto;
}

/* line 372, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo dl .resetPasswordSubmit {
  float: right;
  margin-right: 45px;
}

/* line 378, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .user-action-section {
  border: 1px solid;
  border-color: var(--ui-border-color);
  padding: 10px;
}

/* line 384, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .resetSignin {
  margin: 15px 0 10px;
}

/* line 388, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .action_link {
  cursor: pointer;
  margin-right: 10px;
}

/* line 393, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .transfer-user-boards {
  margin-top: 10px;
}

/* line 397, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .delete_user_wrapper {
  margin-top: 10px;
}

/* line 401, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .guestBoards {
  margin-top: 10px;
}

/* line 405, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .userEnabled,
#user_management_view #users .userInfo .user-reset-sso-uid,
#user_management_view #users .userInfo .user-reset-2fa {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
}

/* line 412, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .userEnabled .field_with_errors,
#user_management_view #users .userInfo .user-reset-sso-uid .field_with_errors,
#user_management_view #users .userInfo .user-reset-2fa .field_with_errors {
  display: inline;
  margin-left: 10px;
}

/* line 417, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .userEnabled .deactivate_help,
#user_management_view #users .userInfo .user-reset-sso-uid .deactivate_help,
#user_management_view #users .userInfo .user-reset-2fa .deactivate_help {
  margin-top: 10px;
  width: 640px;
}

/* line 423, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .userHasNoTwoFactorAuth {
  margin-top: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

/* line 430, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .userInfo .userRevokeTwoFactorAuth {
  margin-top: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

/* line 438, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .counter_text {
  background-color: #efefef;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* line 445, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .users_icn {
  border-radius: 6px;
  background-image: url(https://cdn.monday.com/images/icn_admin_bar.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 20px;
  vertical-align: middle;
  margin: 0px;
  position: relative;
}

/* line 458, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .users_icn.setting {
  background-position: 0 0;
}

/* line 461, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .users_icn.setting:hover {
  background-position: -40px 0;
}

/* line 466, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .users_icn.edit {
  background-position: 0 -20px;
}

/* line 469, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .users_icn.edit:hover {
  background-position: -40px -20px;
}

/* line 474, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .users_icn.delete {
  background-position: 0 -40px;
}

/* line 477, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .users_icn.delete:hover {
  background-position: -40px -40px;
}

/* line 482, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .user-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  /* for elipsis in case of long mail below */
}

/* line 486, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .user-info .email-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 489, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .user-info .email-wrapper span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 495, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .user-info .inviter,
#user_management_view #users .user-info .inviter a {
  font-size: 11px;
  font-weight: 400;
}

/* line 501, app/assets/stylesheets/pulse/views/admin/_users.scss */
#user_management_view #users .user-info .company_dot {
  background-color: #e6e9ef;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 4px;
  font-size: 16px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
}

/*$link-color:#168ae0;*/
/* line 6, app/assets/stylesheets/pulse/views/admin/_payments.scss */
#admin_index .payments table tr {
  height: 34px;
}

/* line 9, app/assets/stylesheets/pulse/views/admin/_payments.scss */
#admin_index .payments table td {
  padding: 0 30px 0 0;
  font-weight: 300;
}

/* line 15, app/assets/stylesheets/pulse/views/admin/_payments.scss */
#admin_index .cancel_plan {
  margin: 30px 0;
}

/* line 17, app/assets/stylesheets/pulse/views/admin/_payments.scss */
#admin_index .cancel_plan a {
  padding: 10px;
}

/* line 23, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups {
  padding: 25px 30px;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups .title {
  min-width: 350px;
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

/* line 33, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups p {
  margin: 15px 0;
  max-width: 650px;
}

/* line 38, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups form.reasons label {
  margin-bottom: 8px;
}

/* line 40, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups form.reasons label span {
  color: #f65f7c;
}

/* line 44, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups form.reasons select,
.account_cancelation_popups form.reasons textarea {
  width: 100%;
  max-width: 500px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 40px;
}

/* line 53, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups form.reasons select.error, .account_cancelation_popups form.reasons select.error:focus,
.account_cancelation_popups form.reasons textarea.error,
.account_cancelation_popups form.reasons textarea.error:focus {
  border-color: #f65f7c !important;
}

/* line 59, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups .button-container {
  text-align: right;
  margin-top: 30px;
}

/* line 62, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups .button-container button {
  margin-left: 10px;
}

/* line 64, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups .button-container button.btn.btn-cancel {
  background-color: #f65f7c;
  border-color: #e2445c;
}

/* line 67, app/assets/stylesheets/pulse/views/admin/_payments.scss */
.account_cancelation_popups .button-container button.btn.btn-cancel:hover {
  background-color: #e2445c;
}

/* line 5, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin: 30px;
}

/* line 10, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area label {
  font-weight: 300;
}

/* line 13, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area input[type="text"],
.admin_area input[type="password"] {
  border: 1px solid #c4c4c4;
  outline: none;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  padding: 2px 6px;
  background: none;
  border-radius: 0;
  height: 40px;
  width: 300px;
  font-size: 15px;
}

/* line 26, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area .radio-label {
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area a {
  font-weight: 300;
  color: #1f76c2;
}

/* line 34, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area h1 {
  font-size: 35px;
  margin: 0 0 20px;
  font-weight: 300;
  color: var(--primary-text-color);
}

/* line 41, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area .admin_content {
  padding-bottom: 50px;
}

/* line 45, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area .admin_content .admin_title_controls .param_box {
  display: inline-block;
  margin-top: 5px;
}

/* line 50, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area .admin_content .admin_title_controls .selectify label {
  margin: 0px !important;
  margin-top: 4px !important;
  padding: 0 10px;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area .admin_content .admin_title_controls .selectify label:hover {
  background-color: #fff;
  color: #000;
}

/* line 60, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area .admin_content .admin_title_controls .selectify label.selected {
  font-weight: 500;
  background: #fff;
  color: #000;
}

/* line 65, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area .admin_content .admin_title_controls .selectify label.first_item {
  padding-left: 0;
}

/* line 71, app/assets/stylesheets/pulse/views/admin/_old_admin.scss */
.admin_area .admin_content .loader {
  margin-top: 80px;
  text-align: center;
  display: block;
}

/* line 8, app/assets/stylesheets/pulse/views/admin/_all.scss */
#admin_required_message .part_middle {
  text-align: center;
  padding: 50px;
  color: var(--primary-text-color);
}
/*$link-color:#168ae0;*/
/* line 5, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
.pricing_wrapper.native {
  width: 850px;
}

/* line 9, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog {
  padding: 0 10px;
}

/* line 12, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .row:not(.updating-price-panel) {
  max-height: 29px;
}

/* line 15, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content {
  position: relative;
}

/* line 17, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .sub-title-box {
  background-color: #e0e0e0;
  color: black;
}

/* line 20, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .sub-title-box label.right, #payments_dialog_container .payments-dialog .form-horizontal .order-information-content .sub-title-box label.left {
  height: 20px;
  color: black;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
}

/* line 27, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .sub-title-box label.left {
  text-align: left;
}

/* line 31, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .sub-title-box label.right {
  text-align: right;
}

/* line 36, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .total-sum-container {
  text-align: right;
}

/* line 39, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .total-sum-container.total-discount {
  text-align: left;
}

/* line 42, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .total-sum-container span.terms {
  color: #0fa2e2;
  font-size: 11px;
  cursor: help;
  display: inline-block;
  margin-right: 5px;
}

/* line 51, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .updating-price-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 30px);
  height: 100%;
  display: none;
}

/* line 58, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .updating-price-panel.active {
  padding-top: 10px;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  color: #0fa2e2;
}

/* line 63, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .updating-price-panel.active #spinner {
  margin-top: 7px;
}

/* line 68, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .order-summary-box {
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 5px;
}

/* line 73, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .order-summary-box .strikethrough {
  margin-right: 5px;
}

/* line 77, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .order-summary-box .left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

/* line 83, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .order-summary-box .right {
  text-align: right;
}

/* line 87, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .order-information-content .order-summary-box .vat-label.valid {
  color: #00c875;
}

/* line 93, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .control-label {
  font-size: 14px;
  line-height: 100%;
}

/* line 98, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .input-container .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px;
  height: 29px;
  color: black;
  border: 1px solid #bbb;
}

/* line 106, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .input-container.has-error .form-control {
  border-color: #f65f7c;
}

/* line 112, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .title-box {
  background-color: #33b8f1;
}

/* line 114, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .title-box label {
  height: 30px;
  text-align: left;
  color: white;
  line-height: 30px;
}

/* line 121, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .button-wrapper {
  text-align: left;
}

/* line 124, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .button-wrapper.contains-ds-button {
  line-height: 29px;
}

/* line 129, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .control-label {
  text-align: left;
  color: black;
}

/* line 133, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .control-label.required:after {
  color: #f65f7c;
  content: " *";
  display: inline;
}

/* line 142, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal #apply-coupon-button:focus,
#payments_dialog_container .payments-dialog .form-horizontal #apply-vat-id-button:focus {
  outline: none;
  color: #fff;
  background-color: #007db2;
  border-color: #0076a8;
}

/* line 150, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .promo-code-button {
  text-align: left;
  width: 100%;
}

/* line 154, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .clear-coupon-button,
#payments_dialog_container .payments-dialog .form-horizontal .clear-vat-id-button,
#payments_dialog_container .payments-dialog .form-horizontal .security-code-button,
#payments_dialog_container .payments-dialog .form-horizontal .personal-id-button,
#payments_dialog_container .payments-dialog .form-horizontal .promo-code-button {
  font-size: 12px;
  outline: none;
  padding-left: 0;
}

/* line 164, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .security-code-button,
#payments_dialog_container .payments-dialog .form-horizontal .personal-id-button {
  cursor: help;
  vertical-align: middle;
}

/* line 169, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .form-error-label {
  opacity: 0;
  color: #f65f7c;
  margin-right: 10px;
  vertical-align: sub;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

/* line 175, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal .form-error-label.visible {
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 1;
}

/* line 181, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal #submit-button {
  background-color: #00c875;
  margin-top: 10px;
  border: none;
  color: white;
}

/* line 187, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal #submit-button:hover {
  background-color: #009557;
}

/* line 190, app/assets/stylesheets/pulse/views/payments/_payments_dialog.scss */
#payments_dialog_container .payments-dialog .form-horizontal #submit-button.disabled {
  border-bottom: 2px solid #ababab;
  background-color: #c4c4c4;
}

/* line 3, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container .invalid-field-icon, .input-container .validated-field-icon {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 7px;
  right: 22px;
}

/* line 10, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container .validated-field-icon {
  color: #00c875;
}

/* line 14, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container .invalid-field-icon {
  font-size: 6px;
  height: 14px;
  width: 14px;
  line-height: 14px;
  background-color: #f65f7c;
  border-radius: 50%;
  color: white;
  text-align: center;
}

/* line 25, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container .invalid-field-icon,
.input-container .validated-field-icon {
  display: none;
}

/* line 31, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container.validated input {
  padding-right: 27px;
}

/* line 34, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container.validated .validated-field-icon {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

/* line 38, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container.validated .invalid-field-icon {
  display: none;
}

/* line 41, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container.validated .validated-field-icon {
  display: block;
}

/* line 46, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container.invalid input {
  padding-right: 27px;
}

/* line 49, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container.invalid .invalid-field-icon {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

/* line 53, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container.invalid .invalid-field-icon {
  display: block;
}

/* line 56, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container.invalid .validated-field-icon {
  display: none;
}

/* line 60, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container .error-msg {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: absolute;
  bottom: -15px;
  right: 20px;
  font-size: 9px;
  color: #f65f7c;
}

/* line 68, app/assets/stylesheets/pulse/views/payments/_form_input.scss */
.input-container .error-msg.has-error {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 700px !important;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
}

@media (max-width: 768px) {
  /* line 4, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
  .send_to_board_popup {
    width: 100% !important;
  }
  /* line 12, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
  .send_to_board_popup .close_button {
    right: 0 !important;
    top: 0 !important;
  }
}

@-webkit-keyframes shake {
  10%,
90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
50%,
70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%,
90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
50%,
70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

/* line 38, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .shake {
  -webkit-animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

/* line 45, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .success_message_mail_to_board {
  position: relative;
  left: 30px;
  color: #00c875;
  font-weight: 400;
}

/* line 52, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .mail_to_board_title {
  margin-top: 10px;
  margin-bottom: 30px;
}

/* line 57, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .mail_to_board_expl_text {
  padding-bottom: 10px;
  margin-bottom: 11px;
}

/* line 62, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .fa-pencil {
  margin-top: 3px;
  margin-left: 10px;
}

/* line 67, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .copy-button {
  float: right;
}

/* line 71, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .row_wrapper_box,
.send_to_board_popup .row_wrapper_box_focused {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  float: left;
  max-width: 100%;
  line-height: 18px;
}

/* line 80, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .row_wrapper_box .editable_box,
.send_to_board_popup .row_wrapper_box_focused .editable_box {
  font-weight: bold;
  text-overflow: ellipsis;
  max-width: 400px;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  border: 1px dashed transparent;
}

/* line 88, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .row_wrapper_box .non_editable_box,
.send_to_board_popup .row_wrapper_box_focused .non_editable_box {
  background-color: var(--pulse-background-color);
  border-radius: 0px 4px 4px 0px;
  height: 32px;
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .row_wrapper_box #mail_to_board_pencil_icon,
.send_to_board_popup .row_wrapper_box_focused #mail_to_board_pencil_icon {
  cursor: pointer;
}

/* line 100, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .row_wrapper_box_focused {
  opacity: 1;
}

/* line 103, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .row_wrapper_box_focused .editable_box {
  -webkit-box-shadow: 0 0 10px rgba(26, 154, 245, 0.5);
          box-shadow: 0 0 10px rgba(26, 154, 245, 0.5);
  border: 1px dashed;
  border-color: var(--primary-color);
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 0px;
}

/* line 114, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .row_wrapper_box:hover {
  opacity: 1;
}

/* line 117, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .row_wrapper_box:hover .editable_box {
  border: 1px dashed;
  border-color: var(--ui-border-color);
}

/* line 123, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .options_wrapper {
  display: inline-block;
}

/* line 125, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup .options_wrapper .option {
  position: relative;
}

/* line 130, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup #mail_to_board_copy_icon {
  margin-top: 0.75em;
  color: var(--primary-color);
  margin-bottom: 10px;
  cursor: pointer;
  clear: both;
  margin-bottom: 10px;
}

/* line 138, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup #mail_to_board_copy_icon #copy_address_mail_to_board_text {
  margin-left: 8px;
  font-family: Roboto;
}

/* line 143, app/assets/stylesheets/pulse/views/mail_to_board/_send_mail_to_board_modal.scss */
.send_to_board_popup #mail_to_board_copy_icon.copied:after {
  content: attr(aria-label);
  color: #fff;
  font-size: 12px;
  position: relative;
  left: -100px;
  bottom: -25px;
  background: #333;
  padding: 3px 7px;
  border-radius: 20px;
}
/* line 1, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #0fa2e2 !important;
}

/* line 5, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn:not(.ds-btn) {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 300;
  border-radius: 2px;
  outline: none;
  border: none;
  background: #f2f2f2;
  color: #707070;
  border-bottom: 2px solid #c4c4c4;
}

/* line 11, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn:not(.ds-btn):active, .btn:not(.ds-btn):focus, .btn:not(.ds-btn):active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 23, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn:not(.ds-btn):hover {
  background: #e8e8e8;
}

/* line 27, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-primary:not(.ds-btn) {
  background: #0085ff;
  color: #fff;
  font-weight: 300;
  font-family: Roboto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.641rem 2rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: 2.50908rem;
  border-radius: 15rem;
}

/* line 46, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-primary:not(.ds-btn):hover {
  background: #0089c3;
}

/* line 49, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-primary:not(.ds-btn):active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}

/* line 54, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-info:not(.ds-btn) {
  background: #13d0f2;
  border: none;
  border-bottom: 2px solid #0baac7;
  color: #fff;
}

/* line 62, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-info:not(.ds-btn):hover {
  background: #0dc3e4;
}

/* line 66, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-info:not(.ds-btn):active, .btn.btn-info:not(.ds-btn):focus, .btn.btn-info:not(.ds-btn):active:focus {
  outline: none;
}

/* line 73, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-success:not(.ds-btn) {
  background: #00c875;
  border: none;
  border-bottom: 2px solid #009557;
  color: #fff;
}

/* line 81, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-success:not(.ds-btn):hover {
  background: #00b469;
}

/* line 85, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-success:not(.ds-btn):active, .btn.btn-success:not(.ds-btn):focus, .btn.btn-success:not(.ds-btn):active:focus {
  outline: none;
}

/* line 92, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-cancel:not(.ds-btn) {
  outline: none;
  border: none;
  background-color: transparent;
  color: #f75b5b;
  font-weight: 300;
}

/* line 99, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-cancel:not(.ds-btn):hover {
  color: #f64848;
}

/* line 103, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-cancel:not(.ds-btn):active, .btn.btn-cancel:not(.ds-btn):focus, .btn.btn-cancel:not(.ds-btn):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 110, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-secondary:not(.ds-btn) {
  outline: none;
  border: none;
  background-color: transparent;
  color: #0fa2e2;
}

/* line 116, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-secondary:not(.ds-btn):hover {
  color: #333;
}

/* line 121, app/assets/stylesheets/pulse/bootstrap-dapulse.scss */
.btn.btn-xs:not(.ds-btn) {
  padding-right: 10px;
  padding-left: 10px;
}
/* dapulse Print Stylesheet */
@media print {
  /* line 4, app/assets/stylesheets/pulse/print.scss */
  body {
    background: white !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  /* line 13, app/assets/stylesheets/pulse/print.scss */
  a[href]:after {
    content: "" !important;
  }
  /* line 17, app/assets/stylesheets/pulse/print.scss */
  #surface {
    display: none;
  }
  /* line 20, app/assets/stylesheets/pulse/print.scss */
  #first-level-control {
    display: none;
  }
  /* line 23, app/assets/stylesheets/pulse/print.scss */
  #first-level-content {
    width: 100%;
    height: 100%;
  }
  /* line 28, app/assets/stylesheets/pulse/print.scss */
  .leftnav {
    display: none !important;
  }
  /* line 31, app/assets/stylesheets/pulse/print.scss */
  #header {
    display: none !important;
  }
  /* line 34, app/assets/stylesheets/pulse/print.scss */
  #slide-panel-container {
    display: none !important;
  }
  /* line 37, app/assets/stylesheets/pulse/print.scss */
  #right_shadow_decoration {
    display: none !important;
  }
  /* line 40, app/assets/stylesheets/pulse/print.scss */
  #premium_reminder,
#failed_charge_reminder {
    display: none !important;
  }
  /* line 44, app/assets/stylesheets/pulse/print.scss */
  .content_shadow_decoration {
    display: none !important;
  }
  /* line 47, app/assets/stylesheets/pulse/print.scss */
  .site-overlay {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/pulse/print.scss */
  #board-header-right {
    display: none !important;
  }
  /* line 54, app/assets/stylesheets/pulse/print.scss */
  #support_list,
#get-mobile-app-container,
#system-top-container,
#upgrade_promotion_reminder {
    display: none !important;
  }
  /* line 61, app/assets/stylesheets/pulse/print.scss */
  #application-layers,
#first-level,
#first-level-content-wrapper,
#first-level-content,
#main_wrapper,
#main_container,
#pulse_page,
#content_wrapper,
#content,
.pulse_board_content {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
    overflow-y: visible !important;
    border: none !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  /* line 87, app/assets/stylesheets/pulse/print.scss */
  #content {
    margin: 2px !important;
    padding: 0 !important;
    width: 100% !important;
    background: white !important;
    border: 0 !important;
    border: none !important;
  }
  /* line 99, app/assets/stylesheets/pulse/print.scss */
  #content #board_log_header {
    display: none !important;
  }
  /* line 102, app/assets/stylesheets/pulse/print.scss */
  #content #board_filter {
    display: none !important;
  }
  /* line 108, app/assets/stylesheets/pulse/print.scss */
  #devtools {
    display: none !important;
  }
  /* line 113, app/assets/stylesheets/pulse/print.scss */
  #webibox {
    display: none !important;
  }
}
/*$link-color:#168ae0;*/
/* line 4, app/assets/stylesheets/pulse/common_old/_common.scss */
h1 {
  color: var(--primary-text-color);
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.8em;
}

/* line 11, app/assets/stylesheets/pulse/common_old/_common.scss */
a.link_error {
  color: #db6161;
}

/* line 14, app/assets/stylesheets/pulse/common_old/_common.scss */
a.link_error:hover {
  color: #8f1a1a;
}

/* line 18, app/assets/stylesheets/pulse/common_old/_common.scss */
.input_error {
  border: 2px solid #da4c1b;
  background-color: #f3c9bb;
}

/* line 23, app/assets/stylesheets/pulse/common_old/_common.scss */
.tip {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #edf9db;
  border: 2px solid #bddc8c;
  color: #39ca25;
  padding: 10px;
  margin-top: 10px;
}

/* line 32, app/assets/stylesheets/pulse/common_old/_common.scss */
.tip img {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 37, app/assets/stylesheets/pulse/common_old/_common.scss */
small {
  font-size: 11px;
}

/* line 40, app/assets/stylesheets/pulse/common_old/_common.scss */
.small {
  font-size: 11px;
}

/* line 44, app/assets/stylesheets/pulse/common_old/_common.scss */
.small_profile {
  width: 1.5em;
  border: 1px solid #b1b1b1;
}

/* line 49, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file {
  vertical-align: middle;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

/* line 54, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file .files-preview-container {
  width: 100%;
}

/* line 58, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file .file_link {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 13px;
  color: #0fa2e2;
  border: 1px solid transparent;
  padding: 4px;
  border-radius: 2px;
}

/* line 69, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file .file_link:hover {
  border-color: #0fa2e2;
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file .file_link .icon-dapulse-download {
  color: #0fa2e2;
  font-size: 18px;
  margin-left: 3px;
  position: relative;
  top: 2px;
}

/* line 83, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file .doc_icn {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}

/* line 88, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file .doc_icn.word {
  color: #1f5794;
}

/* line 91, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file .doc_icn.ppt {
  color: #ce462d;
}

/* line 94, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file .doc_icn.excel {
  color: #237046;
}

/* line 97, app/assets/stylesheets/pulse/common_old/_common.scss */
.asset_file .doc_icn.pdf {
  color: #a80810;
}

/* line 103, app/assets/stylesheets/pulse/common_old/_common.scss */
.parent_project_selector {
  background-image: url(https://cdn.monday.com/images/search_g.png) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  outline: none;
}

/* line 110, app/assets/stylesheets/pulse/common_old/_common.scss */
#intro {
  color: #4d4d4d;
}

/* line 113, app/assets/stylesheets/pulse/common_old/_common.scss */
#intro h1 {
  color: #878787;
}

/* line 116, app/assets/stylesheets/pulse/common_old/_common.scss */
#intro h2 {
  color: #a5a5a5;
}

/* line 120, app/assets/stylesheets/pulse/common_old/_common.scss */
body #post_icon-menu li a {
  padding-left: 50px !important;
}

/* line 123, app/assets/stylesheets/pulse/common_old/_common.scss */
body span.ui-selectmenu-status {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px 0px !important;
  font-size: 1em;
  color: #578fe8;
}

/* line 130, app/assets/stylesheets/pulse/common_old/_common.scss */
body .ui-selectmenu-item-icon,
body .icn_none .ui-selectmenu-item-icon,
.ui-state-default .ui-icon {
  z-index: 0;
}

/*.alertbox{}
  .alertbox small{color:inherit}
  .alertbox ul{margin:0px;}
  .alertbox li{list-style: disc;margin-left:40px;}
  .alertbox .alert_suggestions{border :2px solid #7eb741;color:#7eb741;background-color:#daecc7;padding:10px;-moz-border-radius: 6px; -webkit-border-radius: 6px;}
    .alertbox .alert_suggestions a{color:#7eb741;}
*/
/* line 144, app/assets/stylesheets/pulse/common_old/_common.scss */
select#my_projects_select {
  border: 0px;
  font-size: 1em;
  background: #ffffff;
}

/* line 150, app/assets/stylesheets/pulse/common_old/_common.scss */
.suggest_update {
  padding: 2px 0px 4px 0px;
}

/* AUTO COMPLETION RELATED */
/* line 156, app/assets/stylesheets/pulse/common_old/_common.scss */
input.loading {
  background-position: right;
  background-image: url(https://cdn.monday.com/images/spinner.gif) !important;
  background-repeat: no-repeat;
}

/* line 162, app/assets/stylesheets/pulse/common_old/_common.scss */
label.overTxtLabel {
  color: #659cf8;
  padding-top: 1px;
  padding-left: 5px;
  font-size: 11px;
}

/* line 169, app/assets/stylesheets/pulse/common_old/_common.scss */
.autocompleter-selected {
  background-color: #659bf8;
  color: #cbdbf7;
}

/* line 173, app/assets/stylesheets/pulse/common_old/_common.scss */
.autocompleter-selected a {
  color: #fff;
}

/* line 176, app/assets/stylesheets/pulse/common_old/_common.scss */
.autocompleter-selected span {
  color: #cbdbf7;
}

/* line 180, app/assets/stylesheets/pulse/common_old/_common.scss */
.autocompleter-choices span.project_name {
  color: #158bda;
}

/* line 184, app/assets/stylesheets/pulse/common_old/_common.scss */
.autocompleter-selected span.project_name {
  color: #fff !important;
}

/* line 188, app/assets/stylesheets/pulse/common_old/_common.scss */
ul.autocompleter-choices {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 2px solid #659cf8;
  background-color: #fff;
  text-align: left;
  z-index: 50;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 202, app/assets/stylesheets/pulse/common_old/_common.scss */
.hidden {
  display: none !important;
}

/* line 1, app/assets/stylesheets/pulse/common_old/_scaffold.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 7, app/assets/stylesheets/pulse/common_old/_scaffold.scss */
.fieldWithErrors {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #cc0000;
  display: inline-block;
  color: white;
  padding: 1px;
}

/* line 15, app/assets/stylesheets/pulse/common_old/_scaffold.scss */
#errorExplanation, #error_explanation {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 400px;
  border: 2px solid #cc0000;
  padding: 7px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
}

/* line 25, app/assets/stylesheets/pulse/common_old/_scaffold.scss */
#errorExplanation h2, #error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

/* line 35, app/assets/stylesheets/pulse/common_old/_scaffold.scss */
#errorExplanation p, #error_explanation p {
  color: #333;
  margin-bottom: 3px;
  margin-top: 6px;
  padding: 0px;
}

/* line 42, app/assets/stylesheets/pulse/common_old/_scaffold.scss */
#errorExplanation ul, #error_explanation ul {
  margin: 10px 0px 0px 1em;
}

/* line 45, app/assets/stylesheets/pulse/common_old/_scaffold.scss */
#errorExplanation li, #error_explanation li {
  font-size: 12px;
  list-style: square;
  padding-top: 0px;
  padding-bottom: 3px;
  margin: 0px 0px 0px 1em;
}

/* line 1, app/assets/stylesheets/pulse/common_old/_project.scss */
#big_title {
  font-size: 50px;
  margin: 10px 5px 5px 5px;
  padding: 5px 5px 5px 10px;
  text-align: right;
  min-height: 60px;
  color: #FFF;
}

/* line 9, app/assets/stylesheets/pulse/common_old/_project.scss */
#big_title img {
  position: absolute;
  top: 10px;
  left: 20px;
}

/* line 14, app/assets/stylesheets/pulse/common_old/_project.scss */
#big_title #user_name {
  font-size: 20px;
  padding-left: 20px;
  text-align: right;
}

/* line 20, app/assets/stylesheets/pulse/common_old/_project.scss */
#project_times {
  color: #a0a0a0;
  font-size: .9em;
}

/* line 22, app/assets/stylesheets/pulse/common_old/_project.scss */
#left_list {
  padding: 0px;
  margin: 5px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

/* line 29, app/assets/stylesheets/pulse/common_old/_project.scss */
#left_list #small_list {
  position: relative;
  padding: 0px;
  margin: 0px;
  font-size: 1.25em;
}

/* line 35, app/assets/stylesheets/pulse/common_old/_project.scss */
#left_list ul {
  padding-left: 0px;
}

/* line 38, app/assets/stylesheets/pulse/common_old/_project.scss */
#left_list li {
  background-color: #FFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0px 1px 2px #2f4e84;
  box-shadow: 0px 1px 2px #2f4e84;
  font-size: 0.8em;
  cursor: pointer;
  list-style: none;
  padding: 0px 0px 0px 5px;
  width: 250px;
  margin-bottom: 5px;
  vertical-align: middle;
}

/* line 53, app/assets/stylesheets/pulse/common_old/_project.scss */
#left_list li:hover {
  border: 3px solid #aeef83;
}

/* line 56, app/assets/stylesheets/pulse/common_old/_project.scss */
#left_list li.selected {
  border: 3px solid #aeef83;
}

/* line 59, app/assets/stylesheets/pulse/common_old/_project.scss */
#left_list li.selected small {
  display: block;
  color: #000;
}

/* line 63, app/assets/stylesheets/pulse/common_old/_project.scss */
#left_list li small {
  display: block;
  color: #9c9084;
}

/* line 68, app/assets/stylesheets/pulse/common_old/_project.scss */
#middle_list {
  display: inline-block;
  overflow: hidden;
  margin-top: 5px;
  vertical-align: top;
}

/* line 74, app/assets/stylesheets/pulse/common_old/_project.scss */
#middle_list #medium_list {
  position: relative;
  padding: 0px;
  margin: 0px;
}

/* line 80, app/assets/stylesheets/pulse/common_old/_project.scss */
.project_preview {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0px 1px 2px #2f4e84;
  box-shadow: 0px 1px 2px #2f4e84;
  border: 3px solid #FFF;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 4px;
  height: 184px;
  width: 500px;
  background-color: #FFF;
  font-size: 16px;
}

/* line 94, app/assets/stylesheets/pulse/common_old/_project.scss */
#middle_list .selected {
  border: 3px solid #aeef83;
}

/* line 98, app/assets/stylesheets/pulse/common_old/_project.scss */
.project_preview p {
  margin: 0px;
  padding: 2px;
  color: #808080;
}

/* line 103, app/assets/stylesheets/pulse/common_old/_project.scss */
.project_preview .title {
  margin: 0px;
  font-size: 1.5em;
  display: inline;
}

/* line 108, app/assets/stylesheets/pulse/common_old/_project.scss */
.project_preview .title a {
  color: #5ca4ca;
}

/* line 111, app/assets/stylesheets/pulse/common_old/_project.scss */
.project_preview .status {
  font-size: 0.8em;
  color: #808080;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #f6f6f6;
}

/* line 118, app/assets/stylesheets/pulse/common_old/_project.scss */
.project_preview .description {
  font-size: 0.8em;
  color: #474747;
  margin-bottom: 5px;
}

/* line 123, app/assets/stylesheets/pulse/common_old/_project.scss */
.project_preview .right_options {
  color: #9c9c9c;
  float: right;
  font-size: .7em;
}

/* line 128, app/assets/stylesheets/pulse/common_old/_project.scss */
.project_preview .read_more {
  float: right;
}

/* line 132, app/assets/stylesheets/pulse/common_old/_project.scss */
#project_show {
  margin-top: 5px;
  padding: 5px 5px 5px 10px;
  background-color: #FFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 2px solid black;
  display: inline-block;
  width: 800px;
  vertical-align: top;
}

/* line 144, app/assets/stylesheets/pulse/common_old/_project.scss */
.nice_border {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 2px solid #F1F1F1;
  padding: 5px;
}

/* line 149, app/assets/stylesheets/pulse/common_old/_project.scss */
.pulse_pick {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 2px 6px 2px 6px;
  color: #bfbfbf;
}

/* line 154, app/assets/stylesheets/pulse/common_old/_project.scss */
.pulse_pick:hover {
  color: black;
  background-color: #dff585;
  text-decoration: none;
}

/* line 159, app/assets/stylesheets/pulse/common_old/_project.scss */
.pulse_pick .selected {
  color: black;
}

/* line 163, app/assets/stylesheets/pulse/common_old/_project.scss */
.project_preview {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 2px;
  padding-top: 2px;
}

/* line 172, app/assets/stylesheets/pulse/common_old/_project.scss */
.timeline .photo {
  width: 25px;
  vertical-align: middle;
  margin: 3px;
}
